Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_x86_helpers.c522 case X86G_CC_OP_LOGICL: ACTIONS_LOGIC( 32, UInt ); in x86g_calculate_eflags_all_WRK()
606 case X86G_CC_OP_LOGICL: in x86g_calculate_eflags_c()
983 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
987 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper()
992 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondLE)) { in guest_x86_spechelper()
1002 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondBE)) { in guest_x86_spechelper()
1011 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondS)) { in guest_x86_spechelper()
1018 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondNS)) { in guest_x86_spechelper()
1240 if (isU32(cc_op, X86G_CC_OP_LOGICL) in guest_x86_spechelper()
Dguest_x86_defs.h343 X86G_CC_OP_LOGICL, /* 15 */ enumerator