Renamed the three CPU folders to their final names.

This commit is contained in:
OBattler
2020-06-13 10:53:11 +02:00
parent dc7983902e
commit 395537070b
36 changed files with 32685 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
enum
{
ACCREG_ins = 0,
ACCREG_cycles = 1,
ACCREG_COUNT
};
struct ir_data_t;
void codegen_accumulate(int acc_reg, int delta);
void codegen_accumulate_flush(void);
void codegen_accumulate_reset();