Home | History | Annotate | Download | only in bfd

Lines Matching refs:op2

2191    before I2.  OP1 and OP2 are the corresponding sh_opcode structures.
2199 const struct sh_opcode *op2)
2204 f2 = op2->flags;
2222 && sh_insn_uses_or_sets_reg (i2, op2, SETS1_REG (i1)))
2225 && sh_insn_uses_or_sets_reg (i2, op2, SETS2_REG (i1)))
2228 && sh_insn_uses_or_sets_reg (i2, op2, 0))
2231 && sh_insn_uses_or_sets_reg (i2, op2, SETSAS_REG (i1)))
2234 && sh_insn_uses_or_sets_freg (i2, op2, SETSF1_REG (i1)))
2264 const struct sh_opcode *op2)
2278 && sh_insn_uses_reg (i2, op2, (i1 & 0x0f00) >> 8))
2282 && sh_insn_uses_reg (i2, op2, 0))
2286 && sh_insn_uses_freg (i2, op2, (i1 & 0x0f00) >> 8))