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

/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc15542 machine_mode first_imode, second_imode, third_imode, inner_mode; local
15556 first_imode = V4SImode;
15565 first_imode = V4SImode;
15574 first_imode = V8HImode;
15623 ops[i] = gen_reg_rtx (first_imode);
15624 emit_move_insn (ops[i], gen_lowpart (first_imode, op0));
15630 op0 = gen_reg_rtx (first_imode);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c13811 machine_mode first_imode, second_imode, third_imode, inner_mode; local
13825 first_imode = V4SImode;
13834 first_imode = V8HImode;
13868 ops[i] = gen_reg_rtx (first_imode);
13869 emit_move_insn (ops[i], gen_lowpart (first_imode, op0));
13875 op0 = gen_reg_rtx (first_imode);

Completed in 160 milliseconds