Home | History | Annotate | Download | only in priv

Lines Matching refs:resQ

1610    Optionally return flag resQ saying whether saturation occurred.
1621 IRTemp* resQ, /* OUT - Ity_I32 */
1646 /* if saturation occurred, then resQ is set to some nonzero value
1647 if sat did not occur, resQ is guaranteed to be zero. */
1648 if (resQ) {
1649 assign( *resQ, binop(Iop_Xor32, mkexpr(*res), mkexpr(regT)) );
1655 Optionally return flag resQ saying whether saturation occurred.
1668 IRTemp* resQ ) /* OUT - Ity_I32 */
1692 /* if saturation occurred, then resQ is set to some nonzero value
1693 if sat did not occur, resQ is guaranteed to be zero. */
1694 if (resQ) {
1695 assign( *resQ, binop(Iop_Xor32, mkexpr(*res), mkexpr(regT)) );