Searched refs:X86G_CC_OP_LOGICL (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_x86_helpers.c | 523 case X86G_CC_OP_LOGICL: ACTIONS_LOGIC( 32, UInt ); in x86g_calculate_eflags_all_WRK() 607 case X86G_CC_OP_LOGICL: in x86g_calculate_eflags_c() 984 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondZ)) { in guest_x86_spechelper() 988 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper() 993 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondLE)) { in guest_x86_spechelper() 1003 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondBE)) { in guest_x86_spechelper() 1012 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondS)) { in guest_x86_spechelper() 1019 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondNS)) { in guest_x86_spechelper() 1241 if (isU32(cc_op, X86G_CC_OP_LOGICL) in guest_x86_spechelper()
|
D | guest_x86_defs.h | 346 X86G_CC_OP_LOGICL, /* 15 */ enumerator
|