mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
6 lines
290 B
C
6 lines
290 B
C
void host_x87_FILDq_BASE(codeblock_t *block, int base_reg);
|
|
void host_x87_FISTPq_BASE(codeblock_t *block, int base_reg);
|
|
void host_x87_FLDCW(codeblock_t *block, void *p);
|
|
void host_x87_FLDd_BASE(codeblock_t *block, int base_reg);
|
|
void host_x87_FSTPd_BASE(codeblock_t *block, int base_reg);
|