Searched refs:modei5 (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
8740 modei5 = insn_data[d->icode].operand[5].mode;
8755 if (!insn_data[d->icode].operand[5].predicate (op3, modei5))
8756 op3 = copy_to_mode_reg (modei5, op3);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc9944 machine_mode tmode0, tmode1, modev2, modei3, modev4, modei5, modeimm; local
9951 modei5 = insn_data[d->icode].operand[5].mode;
9966 if (!insn_data[d->icode].operand[5].predicate (op3, modei5))
9967 op3 = copy_to_mode_reg (modei5, op3);

Completed in 295 milliseconds