Split x86 and x86-64 ops files into main/FPU/SSE files.
This commit is contained in:
parent
9a6376dbf9
commit
4c523a5fe2
17 changed files with 1708 additions and 1673 deletions
5
src/codegen_backend_x86_ops_fpu.h
Normal file
5
src/codegen_backend_x86_ops_fpu.h
Normal 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);
|
||||
Loading…
Reference in a new issue