Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_isel.c5828 case Iop_Shl8x16: op = Pav_SHL; goto do_AvBin8x16; in iselVecExpr_wrk()
5860 case Iop_Shl16x8: op = Pav_SHL; goto do_AvBin16x8; in iselVecExpr_wrk()
5895 case Iop_Shl32x4: op = Pav_SHL; goto do_AvBin32x4; in iselVecExpr_wrk()
5933 case Iop_Shl64x2: op = Pav_SHL; goto do_AvBin64x2; in iselVecExpr_wrk()
5960 case Iop_ShlN8x16: op = Pav_SHL; goto do_AvShift8x16; in iselVecExpr_wrk()
5970 case Iop_ShlN16x8: op = Pav_SHL; goto do_AvShift16x8; in iselVecExpr_wrk()
5981 case Iop_ShlN32x4: op = Pav_SHL; goto do_AvShift32x4; in iselVecExpr_wrk()
5992 case Iop_ShlN64x2: op = Pav_SHL; goto do_AvShift64x2; in iselVecExpr_wrk()
6004 case Iop_ShlV128: op = Pav_SHL; goto do_AvShiftV128; in iselVecExpr_wrk()
Dhost_ppc_defs.h407 Pav_SHL, Pav_SHR, Pav_SAR, Pav_ROTL, enumerator
Dhost_ppc_defs.c653 case Pav_SHL: return "vsl"; // ' ',b,h,w,dw in showPPCAvOp()
5343 if (i->Pin.AvBinary.op == Pav_SHL) { in emit_PPCInstr()
5454 case Pav_SHL: opc2 = 260; break; // vslb in emit_PPCInstr()
5502 case Pav_SHL: opc2 = 324; break; // vslh in emit_PPCInstr()
5559 case Pav_SHL: opc2 = 388; break; // vslw in emit_PPCInstr()
5599 case Pav_SHL: opc2 = 1476; break; // vsld in emit_PPCInstr()