Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h404 Pav_CMPEQU, Pav_CMPGTU, Pav_CMPGTS, enumerator
Dhost_ppc_defs.c649 case Pav_CMPGTU: return "vcmpgtu"; // b,h,w in showPPCAvOp()
5451 case Pav_CMPGTU: opc2 = 518; break; // vcmpgtub in emit_PPCInstr()
5499 case Pav_CMPGTU: opc2 = 582; break; // vcmpgtuh in emit_PPCInstr()
5557 case Pav_CMPGTU: opc2 = 646; break; // vcmpgtuw in emit_PPCInstr()
5597 case Pav_CMPGTU: opc2 = 711; break; // vcmpgtud vector double compare in emit_PPCInstr()
Dhost_ppc_isel.c1376 addInstr(env, PPCInstr_AvBin32x4(Pav_CMPGTU, mnts, mnts, zeros)); in isNan()
5849 case Iop_CmpGT8Ux16: op = Pav_CMPGTU; goto do_AvBin8x16; in iselVecExpr_wrk()
5884 case Iop_CmpGT16Ux8: op = Pav_CMPGTU; goto do_AvBin16x8; in iselVecExpr_wrk()
5920 case Iop_CmpGT32Ux4: op = Pav_CMPGTU; goto do_AvBin32x4; in iselVecExpr_wrk()
5949 case Iop_CmpGT64Ux2: op = Pav_CMPGTU; goto do_AvBin64x2; in iselVecExpr_wrk()