Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_x86_defs.h397 X86CondP = 10, /* parity even */ enumerator
Dguest_x86_helpers.c686 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()
Dguest_x86_toIR.c1069 case X86CondP: return "p"; in name_X86Condcode()
4530 mk_x86g_calculate_condition(X86CondP)), in dis_FPU()