Lines Matching defs:ov
2030 IRExpr* ov;
2032 ov = binop(Iop_And8, e, mkU8(1));
2033 stmt( IRStmt_Put( OFFB_XER_OV, ov ) );
2090 /* RES is the result of doing OP on ARGL and ARGR. Set %XER.OV and
2152 /* OV true if result can't be represented in 32 bits
2197 * then OV <- 1. If dest reg is 0 AND both dividend and divisor are non-zero,
2283 /* OV true if result can't be represented in 64 bits
2316 /* If argR == 0, we must set the OV bit. But there's another condition
2329 /* If argR == 0 or if argL >= argR, set OV. */
2336 /* OV true if result can't be represented in 64 bits
3991 * the LT, GT, and EQ bits of CR Field 0. In these cases, if OE=1 then OV is set
4026 * Field 0. In these cases, if OE=1 then OV is set to 1.
4061 * Field 0. In these cases, if OE=1 then OV is set to 1.
4074 // Same CR and OV rules as given for divweu above