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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c8733 machine_mode tmode0, tmode1, modev2, modei3, modev4, modei5, modeimm; local
8738 modei3 = insn_data[d->icode].operand[3].mode;
8750 if (!insn_data[d->icode].operand[3].predicate (op1, modei3))
8751 op1 = copy_to_mode_reg (modei3, op1);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc9944 machine_mode tmode0, tmode1, modev2, modei3, modev4, modei5, modeimm; local
9949 modei3 = insn_data[d->icode].operand[3].mode;
9961 if (!insn_data[d->icode].operand[3].predicate (op1, modei3))
9962 op1 = copy_to_mode_reg (modei3, op1);

Completed in 239 milliseconds