Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_isel.c5182 case Iop_Sar8x16: op = Pav_SAR; goto do_AvBin8x16; in iselVecExpr_wrk()
5214 case Iop_Sar16x8: op = Pav_SAR; goto do_AvBin16x8; in iselVecExpr_wrk()
5249 case Iop_Sar32x4: op = Pav_SAR; goto do_AvBin32x4; in iselVecExpr_wrk()
5287 case Iop_Sar64x2: op = Pav_SAR; goto do_AvBin64x2; in iselVecExpr_wrk()
5313 case Iop_SarN8x16: op = Pav_SAR; goto do_AvShift8x16; in iselVecExpr_wrk()
5324 case Iop_SarN16x8: op = Pav_SAR; goto do_AvShift16x8; in iselVecExpr_wrk()
5335 case Iop_SarN32x4: op = Pav_SAR; goto do_AvShift32x4; in iselVecExpr_wrk()
5346 case Iop_SarN64x2: op = Pav_SAR; goto do_AvShift64x2; in iselVecExpr_wrk()
Dhost_ppc_defs.h387 Pav_SHL, Pav_SHR, Pav_SAR, Pav_ROTL, enumerator
Dhost_ppc_defs.c628 case Pav_SAR: return "vsra"; // b,h,w,dw in showPPCAvOp()
4906 case Pav_SAR: opc2 = 772; break; // vsrab in emit_PPCInstr()
4954 case Pav_SAR: opc2 = 836; break; // vsrah in emit_PPCInstr()
5011 case Pav_SAR: opc2 = 900; break; // vsraw in emit_PPCInstr()
5051 case Pav_SAR: opc2 = 964; break; // vsrad in emit_PPCInstr()