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.c5178 case Iop_Shl8x16: op = Pav_SHL; goto do_AvBin8x16; in iselVecExpr_wrk()
5210 case Iop_Shl16x8: op = Pav_SHL; goto do_AvBin16x8; in iselVecExpr_wrk()
5245 case Iop_Shl32x4: op = Pav_SHL; goto do_AvBin32x4; in iselVecExpr_wrk()
5283 case Iop_Shl64x2: op = Pav_SHL; goto do_AvBin64x2; in iselVecExpr_wrk()
5310 case Iop_ShlN8x16: op = Pav_SHL; goto do_AvShift8x16; in iselVecExpr_wrk()
5320 case Iop_ShlN16x8: op = Pav_SHL; goto do_AvShift16x8; in iselVecExpr_wrk()
5331 case Iop_ShlN32x4: op = Pav_SHL; goto do_AvShift32x4; in iselVecExpr_wrk()
5342 case Iop_ShlN64x2: op = Pav_SHL; goto do_AvShift64x2; in iselVecExpr_wrk()
5354 case Iop_ShlV128: op = Pav_SHL; goto do_AvShiftV128; in iselVecExpr_wrk()
Dhost_ppc_defs.h387 Pav_SHL, Pav_SHR, Pav_SAR, Pav_ROTL, enumerator
Dhost_ppc_defs.c626 case Pav_SHL: return "vsl"; // ' ',b,h,w,dw in showPPCAvOp()
4851 if (i->Pin.AvBinary.op == Pav_SHL) { in emit_PPCInstr()
4904 case Pav_SHL: opc2 = 260; break; // vslb in emit_PPCInstr()
4952 case Pav_SHL: opc2 = 324; break; // vslh in emit_PPCInstr()
5009 case Pav_SHL: opc2 = 388; break; // vslw in emit_PPCInstr()
5049 case Pav_SHL: opc2 = 1476; break; // vsld in emit_PPCInstr()