2022-11-19 09:49:14 -05:00
|
|
|
enum {
|
|
|
|
|
ACCREG_cycles = 0,
|
2022-02-20 02:26:27 -05:00
|
|
|
|
2022-11-19 09:49:14 -05:00
|
|
|
ACCREG_COUNT
|
2020-06-13 10:53:11 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
struct ir_data_t;
|
|
|
|
|
|
|
|
|
|
void codegen_accumulate(int acc_reg, int delta);
|
|
|
|
|
void codegen_accumulate_flush(void);
|
2022-11-17 22:44:06 +01:00
|
|
|
void codegen_accumulate_reset(void);
|