Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_defs.h535 AMD64CondNO = 1, /* no overflow */ enumerator
Dguest_amd64_helpers.c833 case AMD64CondNO: in amd64g_calculate_condition()
1041 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNO)) { in guest_amd64_spechelper()
1164 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondNO)) { in guest_amd64_spechelper()
Dguest_amd64_toIR.c1935 case AMD64CondNO: return "no"; in name_AMD64Condcode()