Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_x86_defs.h395 X86CondNS = 9, /* not negative */ enumerator
Dguest_x86_helpers.c680 case X86CondNS: in x86g_calculate_condition()
900 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNS)) { in guest_x86_spechelper()
968 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondNS) in guest_x86_spechelper()
1018 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondNS)) { in guest_x86_spechelper()
1074 if (isU32(cc_op, X86G_CC_OP_LOGICB) && isU32(cond, X86CondNS)) { in guest_x86_spechelper()
Dguest_x86_toIR.c1068 case X86CondNS: return "ns"; in name_X86Condcode()