Implemented basic register allocation.
Mainly handles 'virtual' registers at the moment (eg current and last PC values, segment override status, etc).
This commit is contained in:
parent
03fe25d818
commit
ee3f9210dc
23 changed files with 776 additions and 76 deletions
|
|
@ -69,4 +69,6 @@
|
|||
#define REG_ARG2 REG_X2
|
||||
#define REG_ARG3 REG_X3
|
||||
|
||||
#define REG_CPUSTATE REG_X29
|
||||
#define REG_CPUSTATE REG_X29
|
||||
|
||||
#define CODEGEN_HOST_REGS 5
|
||||
Loading…
Reference in a new issue