Searched refs:zero_or_two31 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c1420 rtx value, large, zero_or_two31, input, two31, x; local
1423 zero_or_two31 = operands[2];
1449 emit_move_insn (zero_or_two31, MEM_P (two31) ? large : two31);
1454 x = gen_rtx_AND (vecmode, zero_or_two31, large);
1455 emit_insn (gen_rtx_SET (zero_or_two31, x));
1457 x = gen_rtx_MINUS (vecmode, value, zero_or_two31);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc1684 rtx value, large, zero_or_two31, input, two31, x; local
1687 zero_or_two31 = operands[2];
1713 emit_move_insn (zero_or_two31, MEM_P (two31) ? large : two31);
1718 x = gen_rtx_AND (vecmode, zero_or_two31, large);
1719 emit_insn (gen_rtx_SET (zero_or_two31, x));
1721 x = gen_rtx_MINUS (vecmode, value, zero_or_two31);

Completed in 297 milliseconds