Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h399 Pav_AVGU, Pav_AVGS, enumerator
Dhost_ppc_defs.c638 case Pav_AVGU: return "vavgu"; // b,h,w in showPPCAvOp()
5443 case Pav_AVGU: opc2 = 1026; break; // vavgub in emit_PPCInstr()
5491 case Pav_AVGU: opc2 = 1090; break; // vavguh in emit_PPCInstr()
5546 case Pav_AVGU: opc2 = 1154; break; // vavguw in emit_PPCInstr()
Dhost_ppc_isel.c5840 case Iop_Avg8Ux16: op = Pav_AVGU; goto do_AvBin8x16; in iselVecExpr_wrk()
5875 case Iop_Avg16Ux8: op = Pav_AVGU; goto do_AvBin16x8; in iselVecExpr_wrk()
5910 case Iop_Avg32Ux4: op = Pav_AVGU; goto do_AvBin32x4; in iselVecExpr_wrk()