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

/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c7800 IRTemp negMask = newTemp(Ity_I64); local
7816 assign( negMask, binop(opCmpGTS, mkexpr(zero), mkexpr(aa)) );
7822 binop(Iop_And64, mkexpr(bbNeg), mkexpr(negMask)) );
7840 IRTemp negMask = newTemp(Ity_I64); local
7853 assign( negMask, binop(opSarN, mkexpr(aa), mkU8(8*laneszB-1)) );
7854 assign( posMask, unop(Iop_Not64, mkexpr(negMask)) );
7860 binop(Iop_And64, mkexpr(aaNeg), mkexpr(negMask)) );
H A Dguest_amd64_toIR.c9696 IRTemp negMask = newTemp(Ity_I64); local
9712 assign( negMask, binop(opCmpGTS, mkexpr(zero), mkexpr(aa)) );
9718 binop(Iop_And64, mkexpr(bbNeg), mkexpr(negMask)) );
9737 IRTemp negMask = newTemp(Ity_I64); local
9749 assign( negMask, binop(opSarN, mkexpr(aa), mkU8(8*laneszB-1)) );
9750 assign( posMask, unop(Iop_Not64, mkexpr(negMask)) );
9756 binop(Iop_And64, mkexpr(aaNeg), mkexpr(negMask)) ));
[all...]

Completed in 173 milliseconds