Home | History | Annotate | Download | only in priv

Lines Matching defs:safe

1667    IRExpr* safe;
1669 safe = binop(Iop_And32, bit, mkU32(1));
1675 putCR0(n, unop(Iop_32to8, safe));
1687 binop(Iop_Shl32, safe, mkU8(toUChar(off)))
5848 /* Insert a memory fence, just to be on the safe side. */