Searched refs:AMD64G_CC_OP_SUBQ (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_amd64_helpers.c | 666 case AMD64G_CC_OP_SUBQ: ACTIONS_SUB( 64, ULong ); in amd64g_calculate_rflags_all_WRK() 1065 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondO)) { in guest_amd64_spechelper() 1080 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNO)) { in guest_amd64_spechelper() 1085 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondB)) { in guest_amd64_spechelper() 1091 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNB)) { in guest_amd64_spechelper() 1100 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper() 1105 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 1112 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondBE)) { in guest_amd64_spechelper() 1118 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNBE)) { in guest_amd64_spechelper() 1128 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondS)) { in guest_amd64_spechelper() [all …]
|
D | guest_amd64_defs.h | 475 AMD64G_CC_OP_SUBQ, /* 8 */ enumerator
|