2020-06-13 10:53:11 +02:00
|
|
|
enum
|
|
|
|
|
{
|
2020-07-13 19:46:19 +02:00
|
|
|
ACCREG_cycles = 0,
|
2020-06-13 10:53:11 +02:00
|
|
|
|
|
|
|
|
ACCREG_COUNT
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
struct ir_data_t;
|
|
|
|
|
|
|
|
|
|
void codegen_accumulate(int acc_reg, int delta);
|
|
|
|
|
void codegen_accumulate_flush(void);
|
|
|
|
|
void codegen_accumulate_reset();
|