Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_defs.h558 AMD64CondBE = 6, /* below or equal */ enumerator
Dguest_amd64_helpers.c852 case AMD64CondBE: /* (CF or ZF) == 1 */ in amd64g_calculate_condition()
1112 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondBE)) { in guest_amd64_spechelper()
1243 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondBE)) { in guest_amd64_spechelper()
1347 if (isU64(cc_op, AMD64G_CC_OP_SUBW) && isU64(cond, AMD64CondBE)) { in guest_amd64_spechelper()
1405 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondBE)) { in guest_amd64_spechelper()
1612 (isU64(cond, AMD64CondBE) || isU64(cond, AMD64CondNBE))) { in guest_amd64_spechelper()
1617 ULong nnn = isU64(cond, AMD64CondBE) ? 1 : 0; in guest_amd64_spechelper()
Dguest_amd64_toIR.c1947 case AMD64CondBE: return "be"; in name_AMD64Condcode()
6170 mk_amd64g_calculate_condition(AMD64CondBE), in dis_FPU()