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

/haiku-fatelf/src/libs/x86emu/
H A Dprim_ops.c141 SET_FLAG(F_AF);
142 SET_FLAG(F_CF);
167 SET_FLAG(F_AF);
168 SET_FLAG(F_CF);
533 SET_FLAG(F_AF);
537 SET_FLAG(F_CF);
554 SET_FLAG(F_AF);
558 SET_FLAG(F_CF);
1388 SET_FLAG(F_PF);
1389 SET_FLAG(F_Z
[all...]
H A Dops2.c1217 SET_FLAG(F_CF);
1218 SET_FLAG(F_OF);
1238 SET_FLAG(F_CF);
1239 SET_FLAG(F_OF);
1261 SET_FLAG(F_CF);
1262 SET_FLAG(F_OF);
1282 SET_FLAG(F_CF);
1283 SET_FLAG(F_OF);
1305 SET_FLAG(F_CF);
1306 SET_FLAG(F_O
[all...]
H A Dops.c4621 SET_FLAG(F_CF);
4622 SET_FLAG(F_OF);
4646 SET_FLAG(F_CF);
4647 SET_FLAG(F_OF);
4672 SET_FLAG(F_CF);
4673 SET_FLAG(F_OF);
4697 SET_FLAG(F_CF);
4698 SET_FLAG(F_OF);
4723 SET_FLAG(F_CF);
4724 SET_FLAG(F_O
[all...]
/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Dregs.h206 #define SET_FLAG(flag) (M.x86.R_FLG |= (flag)) macro
212 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)

Completed in 109 milliseconds