Home
last modified time | relevance | path

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

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