Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h401 Pav_MINU, Pav_MINS, enumerator
Dhost_ppc_defs.c644 case Pav_MINU: return "vminu"; // b,h,w in showPPCAvOp()
5447 case Pav_MINU: opc2 = 514; break; // vminub in emit_PPCInstr()
5496 case Pav_MINU: opc2 = 578; break; // vminuh in emit_PPCInstr()
5553 case Pav_MINU: opc2 = 642; break; // vminuw in emit_PPCInstr()
5594 case Pav_MINU: opc2 = 706; break; // vminud vector double min in emit_PPCInstr()
Dhost_ppc_isel.c5844 case Iop_Min8Ux16: op = Pav_MINU; goto do_AvBin8x16; in iselVecExpr_wrk()
5879 case Iop_Min16Ux8: op = Pav_MINU; goto do_AvBin16x8; in iselVecExpr_wrk()
5914 case Iop_Min32Ux4: op = Pav_MINU; goto do_AvBin32x4; in iselVecExpr_wrk()
5946 case Iop_Min64Ux2: op = Pav_MINU; goto do_AvBin64x2; in iselVecExpr_wrk()