mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
7 lines
198 B
C
7 lines
198 B
C
#include "codegen_ir_defs.h"
|
|
|
|
ir_data_t *codegen_ir_init(void);
|
|
|
|
void codegen_ir_set_unroll(int count, int start, int first_instruction);
|
|
void codegen_ir_compile(ir_data_t *ir, codeblock_t *block);
|