Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dhelper-tcg.h93 return !parity8(x) * CC_P; in compute_pf()
/openbmc/qemu/include/qemu/
H A Dhost-utils.h320 static inline int parity8(uint8_t val) in parity8() function