Lines Matching refs:RS2
3184 /* {ld,ldx} [%rs1 + %rs2], %rd --> add %rs1, %rs2, %rd */
3792 add is 0x80000000 | (rd << 25) | (rs1 << 14) | rs2,
3793 ld is 0xc0000000 | (rd << 25) | (rs1 << 14) | rs2,
3794 ldx is 0xc0580000 | (rd << 25) | (rs1 << 14) | rs2. */
3876 int rs2 = insn & 0x1f;
3879 if (rs2 == rd)
4071 where rs1 != %o7 and rs2 if it is register != %o7
4083 || (y & RS2(~0)) != RS2(O7)))
4110 == (INSN_OR | RD(O7) | RS2(G0)))
4118 != (INSN_OR | RS1(O7) | RS2(G0)))