Home
last modified time | relevance | path

Searched refs:mips_expand_ext_as_unaligned_load (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips-protos.h251 extern bool mips_expand_ext_as_unaligned_load (rtx, rtx, HOST_WIDE_INT,
H A Dmips.md4267 if (mips_expand_ext_as_unaligned_load (operands[0], operands[1],
4304 if (mips_expand_ext_as_unaligned_load (operands[0], operands[1],
H A Dmips.c8067 if (!mips_expand_ext_as_unaligned_load (regs[i], part, bits, 0, 0)) in mips_block_move_straight()
8394 mips_expand_ext_as_unaligned_load (rtx dest, rtx src, HOST_WIDE_INT width, in mips_expand_ext_as_unaligned_load() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-protos.h251 extern bool mips_expand_ext_as_unaligned_load (rtx, rtx, HOST_WIDE_INT,
H A Dmips.md4267 if (mips_expand_ext_as_unaligned_load (operands[0], operands[1],
4304 if (mips_expand_ext_as_unaligned_load (operands[0], operands[1],
H A Dmips.cc8207 if (!mips_expand_ext_as_unaligned_load (regs[i], part, bits, 0, 0)) in mips_block_move_straight()
8534 mips_expand_ext_as_unaligned_load (rtx dest, rtx src, HOST_WIDE_INT width, in mips_expand_ext_as_unaligned_load() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20123037 (mips_expand_ext_as_unaligned_load): Simplify for new optab
18060 * config/mips/mips-protos.h (mips_expand_ext_as_unaligned_load):
18063 mips_expand_ext_as_unaligned_load.
18064 (mips_expand_ext_as_unaligned_load): Add unsigned_p argument.
18067 mips_expand_ext_as_unaligned_load.
H A DChangeLog-20073332 (mips_expand_ext_as_unaligned_load): ...this and give the WIDTH
3479 (mips_expand_ext_as_unaligned_load): ...this and give the WIDTH
H A DChangeLog-202131839 * config/mips/mips.c (mips_expand_ext_as_unaligned_load):