Searched refs:tmpSH (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c6195 IRTemp tmpSH = newTemp(Ity_I8); local
6263 assign( tmpSH, binop(Iop_And8, shift_amt, mask) );
6270 assign( tmpRes, unop(getres, binop(shift, mkexpr(tmpL), mkexpr(tmpSH)) ) );
6276 binop(Iop_Sub8, mkexpr(tmpSH), mkU8(1) ),
6280 tmpRes, tmpSubSh, ty, tmpSH );
H A Dguest_amd64_toIR.c7801 IRTemp tmpSH = newTemp(Ity_I8); local
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 ));
[all...]

Completed in 179 milliseconds