Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_x86_defs.h356 X86G_CC_OP_LOGICW, /* 14 DEP1 = result, DEP2 = 0, NDEP = unused */ enumerator
Dguest_x86_helpers.c522 case X86G_CC_OP_LOGICW: ACTIONS_LOGIC( 16, UShort ); in x86g_calculate_eflags_all_WRK()
608 case X86G_CC_OP_LOGICW: in x86g_calculate_eflags_c()
1068 if (isU32(cc_op, X86G_CC_OP_LOGICW) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
1075 if (isU32(cc_op, X86G_CC_OP_LOGICW) && isU32(cond, X86CondS)) { in guest_x86_spechelper()
1279 || isU32(cc_op, X86G_CC_OP_LOGICW) in guest_x86_spechelper()