Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch14690 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0)
14712 - CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
14729 + CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
14754 - CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
14771 + CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
14800 - CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF);
14807 + CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF);
14833 - CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF);
14839 + CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF);
14868 - CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
[all …]
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c119 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro
134 CONDITIONAL_SET_FLAG(PARITY(res & 0xFF), F_PF); in set_parity_flag()