Searched refs:mips_msa_output_shift_immediate (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips-protos.h | 320 extern const char *mips_msa_output_shift_immediate (const char *, rtx *);
|
H A D | mips-msa.md | 889 return mips_msa_output_shift_immediate("srli.<msafmt>\t%w0,%w1,%E2", operands); 904 return mips_msa_output_shift_immediate("srai.<msafmt>\t%w0,%w1,%E2", operands); 919 return mips_msa_output_shift_immediate("slli.<msafmt>\t%w0,%w1,%E2", operands);
|
H A D | mips.cc | 14656 mips_msa_output_shift_immediate (const char *shift, rtx *operands) in mips_msa_output_shift_immediate() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2021 | 16157 * config/mips/mips-protos.h (mips_msa_output_shift_immediate): 16159 * config/mips/mips.c (mips_msa_output_shift_immediate): New
|