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.h379 Pav_AVGU, Pav_AVGS, enumerator
Dhost_ppc_defs.c612 case Pav_AVGS: return "vavgs"; // b,h,w in showPPCAvOp()
4894 case Pav_AVGS: opc2 = 1282; break; // vavgsb in emit_PPCInstr()
4942 case Pav_AVGS: opc2 = 1346; break; // vavgsh in emit_PPCInstr()
4997 case Pav_AVGS: opc2 = 1410; break; // vavgsw in emit_PPCInstr()
Dhost_ppc_isel.c5191 case Iop_Avg8Sx16: op = Pav_AVGS; goto do_AvBin8x16; in iselVecExpr_wrk()
5226 case Iop_Avg16Sx8: op = Pav_AVGS; goto do_AvBin16x8; in iselVecExpr_wrk()
5261 case Iop_Avg32Sx4: op = Pav_AVGS; goto do_AvBin32x4; in iselVecExpr_wrk()