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