Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h399 Pav_AVGU, Pav_AVGS, enumerator
Dhost_ppc_defs.c639 case Pav_AVGS: return "vavgs"; // b,h,w in showPPCAvOp()
5444 case Pav_AVGS: opc2 = 1282; break; // vavgsb in emit_PPCInstr()
5492 case Pav_AVGS: opc2 = 1346; break; // vavgsh in emit_PPCInstr()
5547 case Pav_AVGS: opc2 = 1410; break; // vavgsw in emit_PPCInstr()
Dhost_ppc_isel.c5841 case Iop_Avg8Sx16: op = Pav_AVGS; goto do_AvBin8x16; in iselVecExpr_wrk()
5876 case Iop_Avg16Sx8: op = Pav_AVGS; goto do_AvBin16x8; in iselVecExpr_wrk()
5911 case Iop_Avg32Sx4: op = Pav_AVGS; goto do_AvBin32x4; in iselVecExpr_wrk()