Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.h400 Pav_CMPEQU, Pav_CMPGTU, Pav_CMPGTS, enumerator
Dhost_ppc_defs.c681 case Pav_CMPGTS: return "vcmpgts"; // b,h,w in showPPCAvOp()
3680 case Pav_CMPGTS: opc2 = 774; break; // vcmpgtsb in emit_PPCInstr()
3726 case Pav_CMPGTS: opc2 = 838; break; // vcmpgtsh in emit_PPCInstr()
3774 case Pav_CMPGTS: opc2 = 902; break; // vcmpgtsw in emit_PPCInstr()
Dhost_ppc_isel.c3715 case Iop_CmpGT8Sx16: op = Pav_CMPGTS; goto do_AvBin8x16; in iselVecExpr_wrk()
3749 case Iop_CmpGT16Sx8: op = Pav_CMPGTS; goto do_AvBin16x8; in iselVecExpr_wrk()
3781 case Iop_CmpGT32Sx4: op = Pav_CMPGTS; goto do_AvBin32x4; in iselVecExpr_wrk()