Searched refs:AMD64CondNS (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_amd64_defs.h | 568 AMD64CondNS = 9, /* not negative */ enumerator
|
D | guest_amd64_helpers.c | 884 case AMD64CondNS: in amd64g_calculate_condition() 1162 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNS)) { in guest_amd64_spechelper() 1299 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondNS)) { in guest_amd64_spechelper() 1397 if (isU64(cc_op, AMD64G_CC_OP_SUBW) && isU64(cond, AMD64CondNS) in guest_amd64_spechelper() 1483 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondNS) in guest_amd64_spechelper() 1558 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondNS)) { in guest_amd64_spechelper() 1611 if (isU64(cc_op, AMD64G_CC_OP_LOGICB) && isU64(cond, AMD64CondNS)) { in guest_amd64_spechelper()
|
D | guest_amd64_toIR.c | 1960 case AMD64CondNS: return "ns"; in name_AMD64Condcode()
|