Lines Matching defs:laneszB
7794 static IRExpr* dis_PSIGN_helper ( IRExpr* aax, IRExpr* bbx, Int laneszB )
7805 switch (laneszB) {
7835 static IRExpr* dis_PABS_helper ( IRExpr* aax, Int laneszB )
7845 switch (laneszB) {
7853 assign( negMask, binop(opSarN, mkexpr(aa), mkU8(8*laneszB-1)) );
12380 Int laneszB = 0;
12383 case 0x08: laneszB = 1; str = "b"; break;
12384 case 0x09: laneszB = 2; str = "w"; break;
12385 case 0x0A: laneszB = 4; str = "d"; break;
12408 dis_PSIGN_helper( mkexpr(sV), mkexpr(dV), laneszB )
12426 Int laneszB = 0;
12429 case 0x08: laneszB = 1; str = "b"; break;
12430 case 0x09: laneszB = 2; str = "w"; break;
12431 case 0x0A: laneszB = 4; str = "d"; break;
12460 dis_PSIGN_helper( mkexpr(sHi), mkexpr(dHi), laneszB ),
12461 dis_PSIGN_helper( mkexpr(sLo), mkexpr(dLo), laneszB )
12475 Int laneszB = 0;
12478 case 0x1C: laneszB = 1; str = "b"; break;
12479 case 0x1D: laneszB = 2; str = "w"; break;
12480 case 0x1E: laneszB = 4; str = "d"; break;
12502 dis_PABS_helper( mkexpr(sV), laneszB )
12517 Int laneszB = 0;
12520 case 0x1C: laneszB = 1; str = "b"; break;
12521 case 0x1D: laneszB = 2; str = "w"; break;
12522 case 0x1E: laneszB = 4; str = "d"; break;
12548 dis_PABS_helper( mkexpr(sHi), laneszB ),
12549 dis_PABS_helper( mkexpr(sLo), laneszB )