Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_x86_defs.h408 X86CondS = 8, /* negative */ enumerator
Dguest_x86_helpers.c682 case X86CondS: /* SF == 1 */ in x86g_calculate_condition()
931 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondS)) { in guest_x86_spechelper()
992 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondS) in guest_x86_spechelper()
1049 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondS)) { in guest_x86_spechelper()
1075 if (isU32(cc_op, X86G_CC_OP_LOGICW) && isU32(cond, X86CondS)) { in guest_x86_spechelper()
1100 if (isU32(cc_op, X86G_CC_OP_LOGICB) && isU32(cond, X86CondS)) { in guest_x86_spechelper()
1129 if (isU32(cc_op, X86G_CC_OP_DECL) && isU32(cond, X86CondS)) { in guest_x86_spechelper()
Dguest_x86_toIR.c1073 case X86CondS: return "s"; in name_X86Condcode()