Home
last modified time | relevance | path

Searched refs:AMD64G_CC_OP_DECW (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_amd64_defs.h480 AMD64G_CC_OP_DECW, /* 26 DEP1 = result, DEP2 = 0, NDEP = oldCarry (0 or 1) */ enumerator
Dguest_amd64_helpers.c682 case AMD64G_CC_OP_DECW: ACTIONS_DEC( 16, UShort ); in amd64g_calculate_rflags_all_WRK()
1376 if (isU64(cc_op, AMD64G_CC_OP_DECW) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper()