Searched refs:AMD64G_CC_OP_SUBB (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_amd64_defs.h | 447 AMD64G_CC_OP_SUBB, /* 5 */ enumerator
|
D | guest_amd64_helpers.c | 594 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()
|
D | guest_amd64_toIR.c | 1754 case Iop_Sub8: ccOp += AMD64G_CC_OP_SUBB; break; in setFlags_DEP1_DEP2()
|