Home | History | Annotate | Download | only in config

Lines Matching refs:tmp_insn

3097 		  int tmp_insn = insn & opcode->mask;
3099 int use_d_reloc = (tmp_insn == E_OR2I_INSN
3100 || tmp_insn == E_AND2I_DOT_INSN
3101 || tmp_insn == E_OR2IS_INSN
3102 || tmp_insn == E_LIS_INSN
3103 || tmp_insn == E_AND2IS_DOT_INSN);
3106 int use_a_reloc = (tmp_insn == E_ADD2I_DOT_INSN
3107 || tmp_insn == E_ADD2IS_INSN
3108 || tmp_insn == E_CMP16I_INSN
3109 || tmp_insn == E_MULL2I_INSN
3110 || tmp_insn == E_CMPL16I_INSN
3111 || tmp_insn == E_CMPH16I_INSN
3112 || tmp_insn == E_CMPHL16I_INSN);