Home | History | Annotate | Download | only in priv

Lines Matching refs:tmpL

1558             IRTemp tmpL = newTemp(ty);
1562 assign(tmpL, binop(Iop_Shl64, mkexpr(tmp), mkU8(1)));
1563 assign(tmpRd, binop(Iop_Or64, mkexpr(tmpL), mkexpr(tmpR)));
1579 IRTemp tmpL = newTemp(ty);
1585 assign(tmpL, binop(Iop_Shl64, mkexpr(tmp), mkU8(1)));
1586 assign(tmpRd, binop(Iop_Or64, mkexpr(tmpL), mkexpr(tmpR)));
1605 IRTemp tmpL = newTemp(ty);
1621 assign(tmpL, binop(Iop_Shl64, mkexpr(tmpRt), mkexpr(tmpLs8)));
1622 assign(tmpRd, binop(Iop_Shl64, mkexpr(tmpL), mkU8(1)));