Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_x86_defs.h394 X86CondS = 8, /* negative */ enumerator
Dguest_x86_helpers.c681 case X86CondS: /* SF == 1 */ in x86g_calculate_condition()
893 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondS)) { in guest_x86_spechelper()
954 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondS) in guest_x86_spechelper()
1011 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondS)) { in guest_x86_spechelper()
1037 if (isU32(cc_op, X86G_CC_OP_LOGICW) && isU32(cond, X86CondS)) { in guest_x86_spechelper()
1062 if (isU32(cc_op, X86G_CC_OP_LOGICB) && isU32(cond, X86CondS)) { in guest_x86_spechelper()
1091 if (isU32(cc_op, X86G_CC_OP_DECL) && isU32(cond, X86CondS)) { in guest_x86_spechelper()
Dguest_x86_toIR.c1067 case X86CondS: return "s"; in name_X86Condcode()