Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_isel.c5829 case Iop_Shr8x16: op = Pav_SHR; goto do_AvBin8x16; in iselVecExpr_wrk()
5861 case Iop_Shr16x8: op = Pav_SHR; goto do_AvBin16x8; in iselVecExpr_wrk()
5896 case Iop_Shr32x4: op = Pav_SHR; goto do_AvBin32x4; in iselVecExpr_wrk()
5934 case Iop_Shr64x2: op = Pav_SHR; goto do_AvBin64x2; in iselVecExpr_wrk()
5971 case Iop_ShrN16x8: op = Pav_SHR; goto do_AvShift16x8; in iselVecExpr_wrk()
5982 case Iop_ShrN32x4: op = Pav_SHR; goto do_AvShift32x4; in iselVecExpr_wrk()
5993 case Iop_ShrN64x2: op = Pav_SHR; goto do_AvShift64x2; in iselVecExpr_wrk()
6003 case Iop_ShrV128: op = Pav_SHR; goto do_AvShiftV128; in iselVecExpr_wrk()
Dhost_ppc_defs.h407 Pav_SHL, Pav_SHR, Pav_SAR, Pav_ROTL, enumerator
Dhost_ppc_defs.c654 case Pav_SHR: return "vsr"; // ' ',b,h,w,dw in showPPCAvOp()
5348 if (i->Pin.AvBinary.op == Pav_SHR) { in emit_PPCInstr()
5455 case Pav_SHR: opc2 = 516; break; // vsrb in emit_PPCInstr()
5503 case Pav_SHR: opc2 = 580; break; // vsrh in emit_PPCInstr()
5560 case Pav_SHR: opc2 = 644; break; // vsrw in emit_PPCInstr()
5600 case Pav_SHR: opc2 = 1732; break; // vsrd in emit_PPCInstr()