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.h398 Pav_OMULU, Pav_OMULS, Pav_EMULU, Pav_EMULS, enumerator
Dhost_ppc_defs.c633 case Pav_OMULU: return "vmulou"; // b,h,w in showPPCAvOp()
5438 case Pav_OMULU: opc2 = 8; break; // vmuloub in emit_PPCInstr()
5486 case Pav_OMULU: opc2 = 72; break; // vmulouh in emit_PPCInstr()
5541 case Pav_OMULU: opc2 = 136; break; // vmulouw in emit_PPCInstr()
Dhost_ppc_isel.c5846 case Iop_MullEven8Ux16: op = Pav_OMULU; goto do_AvBin8x16; in iselVecExpr_wrk()
5881 case Iop_MullEven16Ux8: op = Pav_OMULU; goto do_AvBin16x8; in iselVecExpr_wrk()
5917 case Iop_MullEven32Ux4: op = Pav_OMULU; goto do_AvBin32x4; in iselVecExpr_wrk()