Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_x86_defs.h350 X86G_CC_OP_DECW, /* 20 DEP1 = result, DEP2 = 0, NDEP = oldCarry (0 or 1) */ enumerator
Dguest_x86_helpers.c529 case X86G_CC_OP_DECW: ACTIONS_DEC( 16, UShort ); in x86g_calculate_eflags_all_WRK()
1098 if (isU32(cc_op, X86G_CC_OP_DECW) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()