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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
H A Dprim_ops.c125 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro
149 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
172 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
194 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF);
215 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF);
236 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
262 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
295 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
317 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
339 CONDITIONAL_SET_FLAG(PARITY(re
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
H A Dprim_ops.c124 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro
151 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
177 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
200 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF);
222 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF);
244 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
271 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
305 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
328 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
351 CONDITIONAL_SET_FLAG(PARITY(re
[all...]

Completed in 4 milliseconds