Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.h403 Pav_SHL, Pav_SHR, Pav_SAR, Pav_ROTL, enumerator
Dhost_ppc_isel.c3695 case Iop_Sar8x16: op = Pav_SAR; goto do_AvBin8x16; in iselVecExpr_wrk()
3726 case Iop_Sar16x8: op = Pav_SAR; goto do_AvBin16x8; in iselVecExpr_wrk()
3760 case Iop_Sar32x4: op = Pav_SAR; goto do_AvBin32x4; in iselVecExpr_wrk()
3791 case Iop_SarN8x16: op = Pav_SAR; goto do_AvShift8x16; in iselVecExpr_wrk()
3802 case Iop_SarN16x8: op = Pav_SAR; goto do_AvShift16x8; in iselVecExpr_wrk()
3813 case Iop_SarN32x4: op = Pav_SAR; goto do_AvShift32x4; in iselVecExpr_wrk()
Dhost_ppc_defs.c686 case Pav_SAR: return "vsra"; // b,h,w in showPPCAvOp()
3684 case Pav_SAR: opc2 = 772; break; // vsrab in emit_PPCInstr()
3730 case Pav_SAR: opc2 = 836; break; // vsrah in emit_PPCInstr()
3779 case Pav_SAR: opc2 = 900; break; // vsraw in emit_PPCInstr()