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

/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c6090 IRTemp tmpSH = newTemp(Ity_I8); local
6158 assign( tmpSH, binop(Iop_And8, shift_amt, mask) );
6165 assign( tmpRes, unop(getres, binop(shift, mkexpr(tmpL), mkexpr(tmpSH)) ) );
6171 binop(Iop_Sub8, mkexpr(tmpSH), mkU8(1) ),
6175 tmpRes, tmpSubSh, ty, tmpSH );
H A Dguest_amd64_toIR.c7430 IRTemp tmpSH = newTemp(Ity_I8); local
7476 /* Calculate the masked shift amount (tmpSH), the masked subshift
7480 assign( tmpSH, binop(Iop_And8, shift_amt, mkU8(mask)) );
7482 binop(Iop_Sub8, mkexpr(tmpSH), mkU8(1) ),
7497 binop(Iop_Shl64, mkexpr(tmp64), mkexpr(tmpSH)),
7507 assign( res64, binop(Iop_Shr64, mkexpr(tmp64), mkexpr(tmpSH)) );
7520 binop(Iop_Shl64, mkexpr(tmp64), mkexpr(tmpSH)),
7539 assign( res64, binop(Iop_Shr64, mkexpr(tmp64), mkexpr(tmpSH)) );
7550 assign( res64, shiftL64_with_extras( esrc, gsrc, tmpSH ));
7553 assign( res64, shiftR64_with_extras( gsrc, esrc, tmpSH ));
[all...]

Completed in 102 milliseconds