Searched refs:mips_expand_vec_unpack (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | loongson-mmi.md | 791 mips_expand_vec_unpack (operands, false, false); 800 mips_expand_vec_unpack (operands, false, true); 809 mips_expand_vec_unpack (operands, true, false); 818 mips_expand_vec_unpack (operands, true, true);
|
H A D | mips-protos.h | 352 extern void mips_expand_vec_unpack (rtx op[2], bool, bool);
|
H A D | mips-msa.md | 283 mips_expand_vec_unpack (operands, false/*unsigned_p*/, true/*high_p*/); 292 mips_expand_vec_unpack (operands, false/*unsigned_p*/, false/*high_p*/); 301 mips_expand_vec_unpack (operands, true/*unsigned_p*/, true/*high_p*/); 310 mips_expand_vec_unpack (operands, true/*unsigned_p*/, false/*high_p*/);
|
H A D | mips.c | 21718 mips_expand_vec_unpack (rtx operands[2], bool unsigned_p, bool high_p) in mips_expand_vec_unpack() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | loongson-mmi.md | 791 mips_expand_vec_unpack (operands, false, false); 800 mips_expand_vec_unpack (operands, false, true); 809 mips_expand_vec_unpack (operands, true, false); 818 mips_expand_vec_unpack (operands, true, true);
|
H A D | mips-protos.h | 353 extern void mips_expand_vec_unpack (rtx op[2], bool, bool);
|
H A D | mips-msa.md | 287 mips_expand_vec_unpack (operands, false/*unsigned_p*/, true/*high_p*/); 296 mips_expand_vec_unpack (operands, false/*unsigned_p*/, false/*high_p*/); 305 mips_expand_vec_unpack (operands, true/*unsigned_p*/, true/*high_p*/); 314 mips_expand_vec_unpack (operands, true/*unsigned_p*/, false/*high_p*/);
|
H A D | mips.cc | 21911 mips_expand_vec_unpack (rtx operands[2], bool unsigned_p, bool high_p) in mips_expand_vec_unpack() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2021 | 20732 (mips_expand_vec_unpack): Likewise.
|
H A D | ChangeLog-2016 | 25461 (mips_expand_vec_unpack): Add support for MSA.
|
H A D | ChangeLog-2011 | 267 mips_expand_vec_unpack, mips_constant_elt_p, mips_expand_vi_broadcast,
|
H A D | ChangeLog-2017 | 19415 (mips_expand_vec_unpack): Likewise.
|