Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h378 Pav_OMULU, Pav_OMULS, Pav_EMULU, Pav_EMULS, enumerator
Dhost_ppc_defs.c606 case Pav_OMULU: return "vmulou"; // b,h,w in showPPCAvOp()
4888 case Pav_OMULU: opc2 = 8; break; // vmuloub in emit_PPCInstr()
4936 case Pav_OMULU: opc2 = 72; break; // vmulouh in emit_PPCInstr()
4991 case Pav_OMULU: opc2 = 136; break; // vmulouw in emit_PPCInstr()
Dhost_ppc_isel.c5198 case Iop_MullEven8Ux16: op = Pav_OMULU; goto do_AvBin8x16; in iselVecExpr_wrk()
5233 case Iop_MullEven16Ux8: op = Pav_OMULU; goto do_AvBin16x8; in iselVecExpr_wrk()
5269 case Iop_MullEven32Ux4: op = Pav_OMULU; goto do_AvBin32x4; in iselVecExpr_wrk()