Home | History | Annotate | Download | only in priv

Lines Matching refs:tmp64

1615             IRTemp tmp64 = newTemp(ty);
1620 assign(tmp64, binop(Iop_And64, mkexpr(tmpRs), mkSzImm(ty, 63)));
1621 assign(tmp, binop(Iop_Sub64, mkU64(63), mkexpr(tmp64)));
1624 assign(tmpRs8, mkNarrowTo8(ty, mkexpr(tmp64)));