Home | History | Annotate | Download | only in priv

Lines Matching refs:tmpSH

7801    IRTemp tmpSH  = newTemp(Ity_I8);
7847 /* Calculate the masked shift amount (tmpSH), the masked subshift
7851 assign( tmpSH, binop(Iop_And8, shift_amt, mkU8(mask)) );
7853 binop(Iop_Sub8, mkexpr(tmpSH), mkU8(1) ),
7868 binop(Iop_Shl64, mkexpr(tmp64), mkexpr(tmpSH)),
7878 assign( res64, binop(Iop_Shr64, mkexpr(tmp64), mkexpr(tmpSH)) );
7891 binop(Iop_Shl64, mkexpr(tmp64), mkexpr(tmpSH)),
7910 assign( res64, binop(Iop_Shr64, mkexpr(tmp64), mkexpr(tmpSH)) );
7921 assign( res64, shiftL64_with_extras( esrc, gsrc, tmpSH ));
7924 assign( res64, shiftR64_with_extras( gsrc, esrc, tmpSH ));
7937 resTy, rssTy, ty, tmpSH );