Renamed the three CPU folders to their final names.
This commit is contained in:
5
src/codegen_new/codegen_backend_x86_ops_fpu.h
Normal file
5
src/codegen_new/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);
|
||||
Reference in New Issue
Block a user