Home | History | Annotate | Download | only in priv

Lines Matching defs:laneszB

9690 static IRExpr* dis_PSIGN_helper ( IRExpr* aax, IRExpr* bbx, Int laneszB )
9701 switch (laneszB) {
9732 static IRTemp math_PABS_MMX ( IRTemp aa, Int laneszB )
9742 switch (laneszB) {
9749 assign( negMask, binop(opSarN, mkexpr(aa), mkU8(8*laneszB-1)) );
9761 static IRTemp math_PABS_XMM ( IRTemp aa, Int laneszB )
9769 mkexpr(math_PABS_MMX(aaHi, laneszB)),
9770 mkexpr(math_PABS_MMX(aaLo, laneszB))));
9789 static IRTemp math_PABS_YMM ( IRTemp aa, Int laneszB )
9796 mkexpr(math_PABS_XMM(aaHi, laneszB)),
9797 mkexpr(math_PABS_XMM(aaLo, laneszB))));
16017 Int laneszB = 0;
16020 case 0x08: laneszB = 1; str = "b"; break;
16021 case 0x09: laneszB = 2; str = "w"; break;
16022 case 0x0A: laneszB = 4; str = "d"; break;
16051 laneszB ),
16052 dis_PSIGN_helper( mkexpr(sLo), mkexpr(dLo), laneszB )
16064 Int laneszB = 0;
16067 case 0x08: laneszB = 1; str = "b"; break;
16068 case 0x09: laneszB = 2; str = "w"; break;
16069 case 0x0A: laneszB = 4; str = "d"; break;
16092 dis_PSIGN_helper( mkexpr(sV), mkexpr(dV), laneszB )
16182 Int laneszB = 0;
16185 case 0x1C: laneszB = 1; str = "b"; break;
16186 case 0x1D: laneszB = 2; str = "w"; break;
16187 case 0x1E: laneszB = 4; str = "d"; break;
16207 mkexpr(math_PABS_XMM(sV, laneszB)) );
16216 Int laneszB = 0;
16219 case 0x1C: laneszB = 1; str = "b"; break;
16220 case 0x1D: laneszB = 2; str = "w"; break;
16221 case 0x1E: laneszB = 4; str = "d"; break;
16242 mkexpr(math_PABS_MMX( sV, laneszB )) );
27990 Int laneszB = 0;
27996 case 0x08: laneszB = 1; ch = 'b'; break;
27997 case 0x09: laneszB = 2; ch = 'w'; break;
27998 case 0x0A: laneszB = 4; ch = 'd'; break;
28024 dis_PSIGN_helper( mkexpr(sHi), mkexpr(dHi), laneszB ),
28025 dis_PSIGN_helper( mkexpr(sLo), mkexpr(dLo), laneszB )
28041 Int laneszB = 0;
28047 case 0x08: laneszB = 1; ch = 'b'; break;
28048 case 0x09: laneszB = 2; ch = 'w'; break;
28049 case 0x0A: laneszB = 4; ch = 'd'; break;
28076 dis_PSIGN_helper( mkexpr(s3), mkexpr(d3), laneszB ),
28077 dis_PSIGN_helper( mkexpr(s2), mkexpr(d2), laneszB )
28080 dis_PSIGN_helper( mkexpr(s1), mkexpr(d1), laneszB ),
28081 dis_PSIGN_helper( mkexpr(s0), mkexpr(d0), laneszB )