Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_defs.h457 AMD64G_CC_OP_SUBB, /* 5 */ enumerator
Dguest_amd64_helpers.c661 case AMD64G_CC_OP_SUBB: ACTIONS_SUB( 8, UChar ); in amd64g_calculate_rflags_all_WRK()
1331 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondB)) { in guest_amd64_spechelper()
1339 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondNB)) { in guest_amd64_spechelper()
1350 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()
1357 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()
1366 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondBE)) { in guest_amd64_spechelper()
1376 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondS) in guest_amd64_spechelper()
1390 if (isU64(cc_op, AMD64G_CC_OP_SUBB) && isU64(cond, AMD64CondNS) in guest_amd64_spechelper()
1680 if (isU64(cc_op, AMD64G_CC_OP_SUBB)) { in guest_amd64_spechelper()
Dguest_amd64_toIR.c1788 case Iop_Sub8: ccOp += AMD64G_CC_OP_SUBB; break; in setFlags_DEP1_DEP2()