Home
last modified time | relevance | path

Searched refs:mips_prefetch_cookie (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips-protos.h325 extern rtx mips_prefetch_cookie (rtx, rtx);
H A Dmips.md7231 operands[1] = mips_prefetch_cookie (operands[1], operands[2]);
7258 operands[2] = mips_prefetch_cookie (operands[2], operands[3]);
H A Dmips.c15171 mips_prefetch_cookie (rtx write, rtx locality) in mips_prefetch_cookie() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-protos.h326 extern rtx mips_prefetch_cookie (rtx, rtx);
H A Dmips.md7251 operands[1] = mips_prefetch_cookie (operands[1], operands[2]);
7278 operands[2] = mips_prefetch_cookie (operands[2], operands[3]);
H A Dmips.cc15345 mips_prefetch_cookie (rtx write, rtx locality) in mips_prefetch_cookie() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200417163 (mips_prefetch_cookie): New function.
17167 (mips_prefetch_cookie): New function.
17169 mode of QImode for the address_operand. Use mips_prefetch_cookie
17172 (prefetch_indexed_[sd]i): Redefine using :P. Use mips_prefetch_cookie.