Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_x86_toIR.c7794 static IRExpr* dis_PSIGN_helper ( IRExpr* aax, IRExpr* bbx, Int laneszB ) in dis_PSIGN_helper() argument
7805 switch (laneszB) { in dis_PSIGN_helper()
7835 static IRExpr* dis_PABS_helper ( IRExpr* aax, Int laneszB ) in dis_PABS_helper() argument
7845 switch (laneszB) { in dis_PABS_helper()
7853 assign( negMask, binop(opSarN, mkexpr(aa), mkU8(8*laneszB-1)) ); in dis_PABS_helper()
12380 Int laneszB = 0; in disInstr_X86_WRK() local
12383 case 0x08: laneszB = 1; str = "b"; break; in disInstr_X86_WRK()
12384 case 0x09: laneszB = 2; str = "w"; break; in disInstr_X86_WRK()
12385 case 0x0A: laneszB = 4; str = "d"; break; in disInstr_X86_WRK()
12408 dis_PSIGN_helper( mkexpr(sV), mkexpr(dV), laneszB ) in disInstr_X86_WRK()
[all …]
Dguest_amd64_toIR.c9690 static IRExpr* dis_PSIGN_helper ( IRExpr* aax, IRExpr* bbx, Int laneszB ) in dis_PSIGN_helper() argument
9701 switch (laneszB) { in dis_PSIGN_helper()
9732 static IRTemp math_PABS_MMX ( IRTemp aa, Int laneszB ) in math_PABS_MMX() argument
9742 switch (laneszB) { in math_PABS_MMX()
9749 assign( negMask, binop(opSarN, mkexpr(aa), mkU8(8*laneszB-1)) ); in math_PABS_MMX()
9761 static IRTemp math_PABS_XMM ( IRTemp aa, Int laneszB ) in math_PABS_XMM() argument
9769 mkexpr(math_PABS_MMX(aaHi, laneszB)), in math_PABS_XMM()
9770 mkexpr(math_PABS_MMX(aaLo, laneszB)))); in math_PABS_XMM()
9789 static IRTemp math_PABS_YMM ( IRTemp aa, Int laneszB ) in math_PABS_YMM() argument
9796 mkexpr(math_PABS_XMM(aaHi, laneszB)), in math_PABS_YMM()
[all …]
Dguest_arm_toIR.c7938 IRTemp i0, IRTemp i1, Int laneszB) in math_DEINTERLEAVE_2() argument
7946 if (laneszB == 4) { in math_DEINTERLEAVE_2()
7952 } else if (laneszB == 2) { in math_DEINTERLEAVE_2()
7958 } else if (laneszB == 1) { in math_DEINTERLEAVE_2()
7974 IRTemp u0, IRTemp u1, Int laneszB) in math_INTERLEAVE_2() argument
7982 if (laneszB == 4) { in math_INTERLEAVE_2()
7988 } else if (laneszB == 2) { in math_INTERLEAVE_2()
7994 } else if (laneszB == 1) { in math_INTERLEAVE_2()
8057 IRTemp i0, IRTemp i1, IRTemp i2, Int laneszB in math_DEINTERLEAVE_3() argument
8067 if (laneszB == 4) { in math_DEINTERLEAVE_3()
[all …]