Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_x86_defs.h401 X86CondNL = 13, /* not less */ enumerator
Dguest_x86_helpers.c690 case X86CondNL: in x86g_calculate_condition()
838 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNL)) { in guest_x86_spechelper()
Dguest_x86_toIR.c1072 case X86CondNL: return "nl"; in name_X86Condcode()