Searched refs:X86CondP (Results 1 – 3 of 3) sorted by relevance
397 X86CondP = 10, /* parity even */ enumerator
686 case X86CondP: /* PF == 1 */ in x86g_calculate_condition()1195 && (isU32(cond, X86CondP) || isU32(cond, X86CondNP))) { in guest_x86_spechelper()1198 UInt nnn = isU32(cond, X86CondP) ? 1 : 0; in guest_x86_spechelper()
1069 case X86CondP: return "p"; in name_X86Condcode()4530 mk_x86g_calculate_condition(X86CondP)), in dis_FPU()