Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_amd64_defs.h447 AMD64G_CC_OP_SUBB, /* 5 */ enumerator
Dguest_amd64_helpers.c594 case AMD64G_CC_OP_SUBB: ACTIONS_SUB( 8, UChar ); in amd64g_calculate_rflags_all_WRK()
1079 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1086 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1094 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondBE)) { in guest_amd64_spechelper()
1103 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondS) in guest_amd64_spechelper()
1117 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondNS) in guest_amd64_spechelper()
1407 if (isU64(cc_op, AMD64G_CC_OP_SUBB)) { in guest_amd64_spechelper()
Dguest_amd64_toIR.c1754 case Iop_Sub8: ccOp += AMD64G_CC_OP_SUBB; break; in setFlags_DEP1_DEP2()