Home
last modified time | relevance | path

Searched refs:laneszB (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_x86_toIR.c7796 static IRExpr* dis_PSIGN_helper ( IRExpr* aax, IRExpr* bbx, Int laneszB ) in dis_PSIGN_helper() argument
7807 switch (laneszB) { in dis_PSIGN_helper()
7837 static IRExpr* dis_PABS_helper ( IRExpr* aax, Int laneszB ) in dis_PABS_helper() argument
7847 switch (laneszB) { in dis_PABS_helper()
7855 assign( negMask, binop(opSarN, mkexpr(aa), mkU8(8*laneszB-1)) ); in dis_PABS_helper()
12433 Int laneszB = 0; in disInstr_X86_WRK() local
12436 case 0x08: laneszB = 1; str = "b"; break; in disInstr_X86_WRK()
12437 case 0x09: laneszB = 2; str = "w"; break; in disInstr_X86_WRK()
12438 case 0x0A: laneszB = 4; str = "d"; break; in disInstr_X86_WRK()
12461 dis_PSIGN_helper( mkexpr(sV), mkexpr(dV), laneszB ) in disInstr_X86_WRK()
[all …]
Dguest_amd64_toIR.c9814 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()
[all …]
Dguest_arm_toIR.c7997 IRTemp i0, IRTemp i1, Int laneszB) in math_DEINTERLEAVE_2() argument
8005 if (laneszB == 4) { in math_DEINTERLEAVE_2()
8011 } else if (laneszB == 2) { in math_DEINTERLEAVE_2()
8017 } else if (laneszB == 1) { in math_DEINTERLEAVE_2()
8033 IRTemp u0, IRTemp u1, Int laneszB) in math_INTERLEAVE_2() argument
8041 if (laneszB == 4) { in math_INTERLEAVE_2()
8047 } else if (laneszB == 2) { in math_INTERLEAVE_2()
8053 } else if (laneszB == 1) { in math_INTERLEAVE_2()
8116 IRTemp i0, IRTemp i1, IRTemp i2, Int laneszB in math_DEINTERLEAVE_3() argument
8126 if (laneszB == 4) { in math_DEINTERLEAVE_3()
[all …]