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

/external/valgrind/main/VEX/priv/
H A Dguest_x86_defs.h404 X86CondNL = 13, /* not less */ enumerator in enum:__anon31651
H A Dguest_x86_helpers.c691 case X86CondNL:
839 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNL)) {
H A Dguest_x86_toIR.c1078 case X86CondNL: return "nl";

Completed in 154 milliseconds