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

/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c7791 IRTemp negMask = newTemp(Ity_I64); local
7807 assign( negMask, binop(opCmpGTS, mkexpr(zero), mkexpr(aa)) );
7813 binop(Iop_And64, mkexpr(bbNeg), mkexpr(negMask)) );
7831 IRTemp negMask = newTemp(Ity_I64); local
7844 assign( negMask, binop(opSarN, mkexpr(aa), mkU8(8*laneszB-1)) );
7845 assign( posMask, unop(Iop_Not64, mkexpr(negMask)) );
7851 binop(Iop_And64, mkexpr(aaNeg), mkexpr(negMask)) );
H A Dguest_amd64_toIR.c9598 IRTemp negMask = newTemp(Ity_I64); local
9614 assign( negMask, binop(opCmpGTS, mkexpr(zero), mkexpr(aa)) );
9620 binop(Iop_And64, mkexpr(bbNeg), mkexpr(negMask)) );
9639 IRTemp negMask = newTemp(Ity_I64); local
9651 assign( negMask, binop(opSarN, mkexpr(aa), mkU8(8*laneszB-1)) );
9652 assign( posMask, unop(Iop_Not64, mkexpr(negMask)) );
9658 binop(Iop_And64, mkexpr(aaNeg), mkexpr(negMask)) ));
[all...]

Completed in 756 milliseconds