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

/external/valgrind/VEX/priv/
H A Dguest_x86_defs.h406 X86CondNBE = 7, /* not below or equal */ enumerator in enum:__anon19068
H A Dguest_x86_helpers.c674 case X86CondNBE:
907 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNBE)) {
982 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondNBE)) {
1167 (isU32(cond, X86CondBE) || isU32(cond, X86CondNBE))) {
H A Dguest_x86_toIR.c1072 case X86CondNBE: return "nbe";
4821 mk_x86g_calculate_condition(X86CondNBE),

Completed in 58 milliseconds