Home
last modified time | relevance | path

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

/qemu/target/i386/tcg/
H A Dhelper-tcg.h94 return !parity8(x) * CC_P; in compute_pf()
/qemu/target/i386/emulate/
H A Dx86_flags.c211 return ((parity8(env->cc_dst) - 1) ^ env->cc_src) & CC_P; in get_PF()
/qemu/include/qemu/
H A Dhost-utils.h320 static inline int parity8(uint8_t val) in parity8() function