Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_amd64_defs.h543 AMD64CondS = 8, /* negative */ enumerator
Dguest_amd64_helpers.c857 case AMD64CondS: /* SF == 1 */ in amd64g_calculate_condition()
1120 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondS)) { in guest_amd64_spechelper()
1192 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondS) in guest_amd64_spechelper()
1275 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondS)) { in guest_amd64_spechelper()
1322 if (isU64(cc_op, AMD64G_CC_OP_LOGICB) && isU64(cond, AMD64CondS)) { in guest_amd64_spechelper()
Dguest_amd64_toIR.c1942 case AMD64CondS: return "s"; in name_AMD64Condcode()