Searched refs:X86CondP (Results 1 – 3 of 3) sorted by relevance
401 X86CondP = 10, /* parity even */ enumerator
687 case X86CondP: /* PF == 1 */ in x86g_calculate_condition()1196 && (isU32(cond, X86CondP) || isU32(cond, X86CondNP))) { in guest_x86_spechelper()1199 UInt nnn = isU32(cond, X86CondP) ? 1 : 0; in guest_x86_spechelper()
1075 case X86CondP: return "p"; in name_X86Condcode()4669 mk_x86g_calculate_condition(X86CondP), in dis_FPU()