Searched refs:F_PF (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c134 CONDITIONAL_SET_FLAG(PARITY(res & 0xFF), F_PF);
1217 SET_FLAG(F_PF);
1255 SET_FLAG(F_PF);
1290 SET_FLAG(F_PF);
1325 SET_FLAG(F_PF);
1361 CLEAR_FLAG(F_PF);
1395 CLEAR_FLAG(F_PF);
1426 SET_FLAG(F_PF);
1432 CLEAR_FLAG(F_PF);
1464 SET_FLAG(F_PF);
[all...]
H A Ddebug.c403 if (ACCESS_FLAG(F_PF))
453 if (ACCESS_FLAG(F_PF))
H A Dops2.c120 return ACCESS_FLAG(F_PF);
124 return !ACCESS_FLAG(F_PF);
220 cond = ACCESS_FLAG(F_PF);
224 cond = !ACCESS_FLAG(F_PF);
/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h202 #define F_PF 0x0004 /* PARITY flag */ macro

Completed in 111 milliseconds