Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_x86_defs.h398 X86CondNP = 11, /* not parity even */ enumerator
Dguest_x86_helpers.c685 case X86CondNP: in x86g_calculate_condition()
1195 && (isU32(cond, X86CondP) || isU32(cond, X86CondNP))) { in guest_x86_spechelper()
Dguest_x86_toIR.c1070 case X86CondNP: return "np"; in name_X86Condcode()
4695 mk_x86g_calculate_condition(X86CondNP)), in dis_FPU()