Home | History | Annotate | Download | only in config

Lines Matching defs:O7

3415 #define O7		15
3428 arithmetic instruction with rd == %o7
3429 where rs1 != %o7 and rs2 if it is register != %o7
3440 || ((delay & RD (~0)) != RD (O7))))
3442 if ((delay & RS1 (~0)) == RS1 (O7)
3444 && (delay & RS2 (~0)) == RS2 (O7)))
3463 == (INSN_OR | RD (O7) | RS2 (G0))))
3473 != (INSN_OR | RS1 (O7) | RS2 (G0)))
3476 or %o7, %g0, %rN
3478 or %rN, %g0, %o7
3481 or %rN, %g0, %o7 with nop. */
3484 || reg == G0 || reg == O7)