Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_x86_defs.h392 X86CondNBE = 7, /* not below or equal */ enumerator
Dguest_x86_helpers.c673 case X86CondNBE: in x86g_calculate_condition()
869 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNBE)) { in guest_x86_spechelper()
944 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondNBE)) { in guest_x86_spechelper()
1129 (isU32(cond, X86CondBE) || isU32(cond, X86CondNBE))) { in guest_x86_spechelper()
Dguest_x86_toIR.c1066 case X86CondNBE: return "nbe"; in name_X86Condcode()
4685 mk_x86g_calculate_condition(X86CondNBE)), in dis_FPU()