Home
last modified time | relevance | path

Searched refs:X86G_CC_OP_SUBB (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_x86_defs.h329 X86G_CC_OP_SUBB, /* 4 */ enumerator
Dguest_x86_helpers.c512 case X86G_CC_OP_SUBB: ACTIONS_SUB( 8, UChar ); in x86g_calculate_eflags_all_WRK()
616 case X86G_CC_OP_SUBB: in x86g_calculate_eflags_c()
929 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
936 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper()
944 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondNBE)) { in guest_x86_spechelper()
954 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondS) in guest_x86_spechelper()
968 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondNS) in guest_x86_spechelper()
1233 if (isU32(cc_op, X86G_CC_OP_SUBB)) { in guest_x86_spechelper()
Dguest_x86_toIR.c923 case Iop_Sub8: ccOp += X86G_CC_OP_SUBB; break; in setFlags_DEP1_DEP2()