Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_x86_defs.h344 X86G_CC_OP_SUBW, /* 5 DEP1 = argL, DEP2 = argR, NDEP = unused */ enumerator
Dguest_x86_helpers.c514 case X86G_CC_OP_SUBW: ACTIONS_SUB( 16, UShort ); in x86g_calculate_eflags_all_WRK()
614 case X86G_CC_OP_SUBW: in x86g_calculate_eflags_c()
950 if (isU32(cc_op, X86G_CC_OP_SUBW) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
957 if (isU32(cc_op, X86G_CC_OP_SUBW) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper()