Searched refs: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
1425 two31 = operands[4];
1448 emit_move_insn (large, two31);
1449 emit_move_insn (zero_or_two31, MEM_P (two31) ? large : two31);
1705 rtx two31 = gen_int_mode (HOST_WIDE_INT_1U << 31, SImode); local
1706 two31 = ix86_build_const_vector (intmode, 1, two31);
1709 two31, NULL_RTX, 0,
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc1684 rtx value, large, zero_or_two31, input, two31, x; local
1689 two31 = operands[4];
1712 emit_move_insn (large, two31);
1713 emit_move_insn (zero_or_two31, MEM_P (two31) ? large : two31);
1993 rtx two31 = gen_int_mode (HOST_WIDE_INT_1U << 31, SImode); local
1994 two31 = ix86_build_const_vector (intmode, 1, two31);
1997 two31, NULL_RTX, 0,

Completed in 314 milliseconds