Home | History | Annotate | Download | only in bfd

Lines Matching defs:O7

908       /* mov %o7,%g5
911 ldx [%o7+P],%g1
912 jmpl %o7+%g1,%g1
913 mov %g5,%o7 */
4057 #define O7 15
4070 arithmetic instruction with rd == %o7
4071 where rs1 != %o7 and rs2 if it is register != %o7
4080 && (y & RD(~0)) == RD(O7)))
4081 && (y & RS1(~0)) != RS1(O7)
4083 || (y & RS2(~0)) != RS2(O7)))
4110 == (INSN_OR | RD(O7) | RS2(G0)))
4118 != (INSN_OR | RS1(O7) | RS2(G0)))
4122 or %o7, %g0, %rN
4124 or %rN, %g0, %o7
4127 or %rN, %g0, %o7 with nop. */
4131 || reg == G0 || reg == O7)