Searched refs:X86G_CC_OP_LOGICB (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_x86_defs.h | 355 X86G_CC_OP_LOGICB, /* 13 */ enumerator
|
D | guest_x86_helpers.c | 521 case X86G_CC_OP_LOGICB: ACTIONS_LOGIC( 8, UChar ); in x86g_calculate_eflags_all_WRK() 609 case X86G_CC_OP_LOGICB: in x86g_calculate_eflags_c() 1085 if (isU32(cc_op, X86G_CC_OP_LOGICB) && isU32(cond, X86CondZ)) { in guest_x86_spechelper() 1091 if (isU32(cc_op, X86G_CC_OP_LOGICB) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper() 1100 if (isU32(cc_op, X86G_CC_OP_LOGICB) && isU32(cond, X86CondS)) { in guest_x86_spechelper() 1112 if (isU32(cc_op, X86G_CC_OP_LOGICB) && isU32(cond, X86CondNS)) { in guest_x86_spechelper() 1280 || isU32(cc_op, X86G_CC_OP_LOGICB)) { in guest_x86_spechelper()
|
D | guest_x86_toIR.c | 947 case Iop_Xor8: ccOp += X86G_CC_OP_LOGICB; break; in setFlags_DEP1()
|