Searched refs:X86G_CC_OP_SUBB (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_x86_defs.h | 333 X86G_CC_OP_SUBB, /* 4 */ enumerator
|
D | guest_x86_helpers.c | 513 case X86G_CC_OP_SUBB: ACTIONS_SUB( 8, UChar ); in x86g_calculate_eflags_all_WRK() 617 case X86G_CC_OP_SUBB: in x86g_calculate_eflags_c() 930 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondZ)) { in guest_x86_spechelper() 937 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper() 945 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondNBE)) { in guest_x86_spechelper() 955 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondS) in guest_x86_spechelper() 969 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondNS) in guest_x86_spechelper() 1234 if (isU32(cc_op, X86G_CC_OP_SUBB)) { in guest_x86_spechelper()
|
D | guest_x86_toIR.c | 922 case Iop_Sub8: ccOp += X86G_CC_OP_SUBB; break; in setFlags_DEP1_DEP2()
|