Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_x86_defs.h400 X86CondNB = 3, /* not below */ enumerator
Dguest_x86_helpers.c668 case X86CondNB: in x86g_calculate_condition()
922 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNB)) { in guest_x86_spechelper()
1193 && (isU32(cond, X86CondB) || isU32(cond, X86CondNB))) { in guest_x86_spechelper()
Dguest_x86_toIR.c1068 case X86CondNB: return "nb"; in name_X86Condcode()
4803 mk_x86g_calculate_condition(X86CondNB), in dis_FPU()