Home
last modified time | relevance | path

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

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