• Home
  • Raw
  • Download

Lines Matching refs:laneszB

9814 static IRExpr* dis_PSIGN_helper ( IRExpr* aax, IRExpr* bbx, Int laneszB )  in dis_PSIGN_helper()  argument
9825 switch (laneszB) { in dis_PSIGN_helper()
9856 static IRTemp math_PABS_MMX ( IRTemp aa, Int laneszB ) in math_PABS_MMX() argument
9866 switch (laneszB) { in math_PABS_MMX()
9873 assign( negMask, binop(opSarN, mkexpr(aa), mkU8(8*laneszB-1)) ); in math_PABS_MMX()
9885 static IRTemp math_PABS_XMM ( IRTemp aa, Int laneszB ) in math_PABS_XMM() argument
9893 mkexpr(math_PABS_MMX(aaHi, laneszB)), in math_PABS_XMM()
9894 mkexpr(math_PABS_MMX(aaLo, laneszB)))); in math_PABS_XMM()
9913 static IRTemp math_PABS_YMM ( IRTemp aa, Int laneszB ) in math_PABS_YMM() argument
9920 mkexpr(math_PABS_XMM(aaHi, laneszB)), in math_PABS_YMM()
9921 mkexpr(math_PABS_XMM(aaLo, laneszB)))); in math_PABS_YMM()
16145 Int laneszB = 0; in dis_ESC_0F38__SupSSE3() local
16148 case 0x08: laneszB = 1; str = "b"; break; in dis_ESC_0F38__SupSSE3()
16149 case 0x09: laneszB = 2; str = "w"; break; in dis_ESC_0F38__SupSSE3()
16150 case 0x0A: laneszB = 4; str = "d"; break; in dis_ESC_0F38__SupSSE3()
16179 dis_PSIGN_helper( mkexpr(sHi), mkexpr(dHi), laneszB ), in dis_ESC_0F38__SupSSE3()
16180 dis_PSIGN_helper( mkexpr(sLo), mkexpr(dLo), laneszB ) in dis_ESC_0F38__SupSSE3()
16192 Int laneszB = 0; in dis_ESC_0F38__SupSSE3() local
16195 case 0x08: laneszB = 1; str = "b"; break; in dis_ESC_0F38__SupSSE3()
16196 case 0x09: laneszB = 2; str = "w"; break; in dis_ESC_0F38__SupSSE3()
16197 case 0x0A: laneszB = 4; str = "d"; break; in dis_ESC_0F38__SupSSE3()
16220 dis_PSIGN_helper( mkexpr(sV), mkexpr(dV), laneszB ) in dis_ESC_0F38__SupSSE3()
16310 Int laneszB = 0; in dis_ESC_0F38__SupSSE3() local
16313 case 0x1C: laneszB = 1; str = "b"; break; in dis_ESC_0F38__SupSSE3()
16314 case 0x1D: laneszB = 2; str = "w"; break; in dis_ESC_0F38__SupSSE3()
16315 case 0x1E: laneszB = 4; str = "d"; break; in dis_ESC_0F38__SupSSE3()
16335 mkexpr(math_PABS_XMM(sV, laneszB)) ); in dis_ESC_0F38__SupSSE3()
16344 Int laneszB = 0; in dis_ESC_0F38__SupSSE3() local
16347 case 0x1C: laneszB = 1; str = "b"; break; in dis_ESC_0F38__SupSSE3()
16348 case 0x1D: laneszB = 2; str = "w"; break; in dis_ESC_0F38__SupSSE3()
16349 case 0x1E: laneszB = 4; str = "d"; break; in dis_ESC_0F38__SupSSE3()
16370 mkexpr(math_PABS_MMX( sV, laneszB )) ); in dis_ESC_0F38__SupSSE3()
28131 Int laneszB = 0; in dis_ESC_0F38__VEX() local
28137 case 0x08: laneszB = 1; ch = 'b'; break; in dis_ESC_0F38__VEX()
28138 case 0x09: laneszB = 2; ch = 'w'; break; in dis_ESC_0F38__VEX()
28139 case 0x0A: laneszB = 4; ch = 'd'; break; in dis_ESC_0F38__VEX()
28165 dis_PSIGN_helper( mkexpr(sHi), mkexpr(dHi), laneszB ), in dis_ESC_0F38__VEX()
28166 dis_PSIGN_helper( mkexpr(sLo), mkexpr(dLo), laneszB ) in dis_ESC_0F38__VEX()
28182 Int laneszB = 0; in dis_ESC_0F38__VEX() local
28188 case 0x08: laneszB = 1; ch = 'b'; break; in dis_ESC_0F38__VEX()
28189 case 0x09: laneszB = 2; ch = 'w'; break; in dis_ESC_0F38__VEX()
28190 case 0x0A: laneszB = 4; ch = 'd'; break; in dis_ESC_0F38__VEX()
28217 dis_PSIGN_helper( mkexpr(s3), mkexpr(d3), laneszB ), in dis_ESC_0F38__VEX()
28218 dis_PSIGN_helper( mkexpr(s2), mkexpr(d2), laneszB ) in dis_ESC_0F38__VEX()
28221 dis_PSIGN_helper( mkexpr(s1), mkexpr(d1), laneszB ), in dis_ESC_0F38__VEX()
28222 dis_PSIGN_helper( mkexpr(s0), mkexpr(d0), laneszB ) in dis_ESC_0F38__VEX()