Home | History | Annotate | Download | only in priv

Lines Matching refs:ov

1806    IRExpr* ov;
1808 ov = binop(Iop_And8, e, mkU8(1));
1809 stmt( IRStmt_Put( OFFB_XER_OV, ov ) );
1866 /* RES is the result of doing OP on ARGL and ARGR. Set %XER.OV and
1928 /* OV true if result can't be represented in 32 bits
1973 * then OV
2059 /* OV true if result can't be represented in 64 bits
2092 /* If argR == 0, we must set the OV bit. But there's another condition
2105 /* If argR == 0 or if argL >= argR, set OV. */
3509 * the LT, GT, and EQ bits of CR Field 0. In these cases, if OE=1 then OV is set
3544 * Field 0. In these cases, if OE=1 then OV is set to 1.
3579 * Field 0. In these cases, if OE=1 then OV is set to 1.
3592 // Same CR and OV rules as given for divweu above