mips.c (mips_emit_prefetch): Restructure to avoid use of arrays, handle indexed prefetch.
authorChris Demetriou <cgd@broadcom.com>
Fri, 3 Oct 2003 21:13:13 +0000 (21:13 +0000)
committerChris Demetriou <cgd@gcc.gnu.org>
Fri, 3 Oct 2003 21:13:13 +0000 (14:13 -0700)
commit4dbe1556cce68a32108fbad54c6e445240f8bb4b
tree72e6d4f8f3befbb091d649653e2a531f7fb0714c
parent1ec57cf03b8ba96e9e98553cabf16b2f70d062a6
mips.c (mips_emit_prefetch): Restructure to avoid use of arrays, handle indexed prefetch.

2003-10-03  Chris Demetriou  <cgd@broadcom.com>

        * config/mips/mips.c (mips_emit_prefetch): Restructure
        to avoid use of arrays, handle indexed prefetch.
        * config/mips/mips.h (ISA_HAS_FP4, ISA_HAS_PREFETCH): Update comments.
        (ISA_HAS_PREFETCHX): New deffine.
        * config/mips/mips.md ("type" attr): Add new "prefetchx" value,
        update comments.
        (prefetch_indexed_di, prefetch_indexed_si): New insns.

From-SVN: r72077
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/mips.md