Searched refs:X86CondS (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_x86_defs.h | 408 X86CondS = 8, /* negative */ enumerator
|
D | guest_x86_helpers.c | 682 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()
|
D | guest_x86_toIR.c | 1073 case X86CondS: return "s"; in name_X86Condcode()
|