Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_x86_defs.h360 X86G_CC_OP_INCW, /* 17 DEP1 = result, DEP2 = 0, NDEP = oldCarry (0 or 1) */ enumerator
Dguest_x86_helpers.c526 case X86G_CC_OP_INCW: ACTIONS_INC( 16, UShort ); in x86g_calculate_eflags_all_WRK()
1146 if (isU32(cc_op, X86G_CC_OP_INCW) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()