Searched refs:X86CondBE (Results 1 – 3 of 3) sorted by relevance
394 X86CondBE = 6, /* below or equal */ enumerator
675 case X86CondBE: /* (CF or ZF) == 1 */ in x86g_calculate_condition()864 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondBE)) { in guest_x86_spechelper()1003 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondBE)) { in guest_x86_spechelper()1130 (isU32(cond, X86CondBE) || isU32(cond, X86CondNBE))) { in guest_x86_spechelper()1135 UInt nnn = isU32(cond, X86CondBE) ? 1 : 0; in guest_x86_spechelper()
1071 case X86CondBE: return "be"; in name_X86Condcode()4660 mk_x86g_calculate_condition(X86CondBE), in dis_FPU()