Split x86 and x86-64 ops files into main/FPU/SSE files.

This commit is contained in:
SarahW 2019-02-02 19:20:42 +00:00
commit 4c523a5fe2
17 changed files with 1708 additions and 1673 deletions

View file

@ -0,0 +1,5 @@
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);