Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_amd64_defs.h475 AMD64G_CC_OP_INCW, /* 22 DEP1 = result, DEP2 = 0, NDEP = oldCarry (0 or 1) */ enumerator
Dguest_amd64_helpers.c677 case AMD64G_CC_OP_INCW: ACTIONS_INC( 16, UShort ); in amd64g_calculate_rflags_all_WRK()
1356 if (isU64(cc_op, AMD64G_CC_OP_INCW) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper()