Searched refs:AMD64G_CC_OP_SUBQ (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_amd64_defs.h | 450 AMD64G_CC_OP_SUBQ, /* 8 */ enumerator
|
D | guest_amd64_helpers.c | 597 case AMD64G_CC_OP_SUBQ: ACTIONS_SUB( 64, ULong ); in amd64g_calculate_rflags_all_WRK() 919 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper() 924 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 930 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondL)) { in guest_amd64_spechelper() 937 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondB)) { in guest_amd64_spechelper() 943 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNB)) { in guest_amd64_spechelper() 951 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondBE)) { in guest_amd64_spechelper() 957 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNBE)) { in guest_amd64_spechelper() 1393 if (isU64(cc_op, AMD64G_CC_OP_SUBQ)) { in guest_amd64_spechelper()
|