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

/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c216 SET_FLAG(F_AF);
217 SET_FLAG(F_CF);
237 SET_FLAG(F_AF);
238 SET_FLAG(F_CF);
486 SET_FLAG(F_AF);
490 SET_FLAG(F_CF);
504 SET_FLAG(F_AF);
508 SET_FLAG(F_CF);
1217 SET_FLAG(F_PF);
1218 SET_FLAG(F_Z
[all...]
H A Dops2.c742 SET_FLAG(F_CF);
743 SET_FLAG(F_OF);
761 SET_FLAG(F_CF);
762 SET_FLAG(F_OF);
780 SET_FLAG(F_CF);
781 SET_FLAG(F_OF);
796 SET_FLAG(F_CF);
797 SET_FLAG(F_OF);
H A Dops.c978 SET_FLAG(F_CF);
979 SET_FLAG(F_OF);
1000 SET_FLAG(F_CF);
1001 SET_FLAG(F_OF);
1023 SET_FLAG(F_CF);
1024 SET_FLAG(F_OF);
1043 SET_FLAG(F_CF);
1044 SET_FLAG(F_OF);
1102 SET_FLAG(F_CF);
1103 SET_FLAG(F_O
[all...]
/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h212 #define SET_FLAG(flag) (M.x86.R_FLG |= (flag)) macro
218 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)

Completed in 104 milliseconds