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.c5181 case Iop_Shr8x16: op = Pav_SHR; goto do_AvBin8x16; in iselVecExpr_wrk()
5213 case Iop_Shr16x8: op = Pav_SHR; goto do_AvBin16x8; in iselVecExpr_wrk()
5248 case Iop_Shr32x4: op = Pav_SHR; goto do_AvBin32x4; in iselVecExpr_wrk()
5286 case Iop_Shr64x2: op = Pav_SHR; goto do_AvBin64x2; in iselVecExpr_wrk()
5323 case Iop_ShrN16x8: op = Pav_SHR; goto do_AvShift16x8; in iselVecExpr_wrk()
5334 case Iop_ShrN32x4: op = Pav_SHR; goto do_AvShift32x4; in iselVecExpr_wrk()
5345 case Iop_ShrN64x2: op = Pav_SHR; goto do_AvShift64x2; in iselVecExpr_wrk()
5355 case Iop_ShrV128: op = Pav_SHR; goto do_AvShiftV128; in iselVecExpr_wrk()
Dhost_ppc_defs.h387 Pav_SHL, Pav_SHR, Pav_SAR, Pav_ROTL, enumerator
Dhost_ppc_defs.c627 case Pav_SHR: return "vsr"; // ' ',b,h,w,dw in showPPCAvOp()
4856 if (i->Pin.AvBinary.op == Pav_SHR) { in emit_PPCInstr()
4905 case Pav_SHR: opc2 = 516; break; // vsrb in emit_PPCInstr()
4953 case Pav_SHR: opc2 = 580; break; // vsrh in emit_PPCInstr()
5010 case Pav_SHR: opc2 = 644; break; // vsrw in emit_PPCInstr()
5050 case Pav_SHR: opc2 = 1732; break; // vsrd in emit_PPCInstr()