libqbe/TODO

22 lines
402 B
Text
Raw Normal View History

2015-03-27 17:22:25 -04:00
Features
2015-03-27 17:13:23 -04:00
- Operand classes for instructions
- Hints in register allocation
- Fixed register instructions (div, mul)
2015-03-27 17:22:25 -04:00
Is this part of "operand classes"?
2015-03-27 17:13:23 -04:00
Instructions
- ADD SUB SDIV UDIV SREM UREM MUL LSL LSR ASL ASR
2015-03-27 17:22:25 -04:00
- SEXT ZEXT
2015-03-27 17:13:23 -04:00
- CMP ...
- ALLOC STORE LOAD
- PTR
- CALL BRZ JMP RET
2015-03-27 17:22:25 -04:00
Types
- Integer (64 bits)
- Structure "{a,b,c}"
- Pointer to type "t"
Questions
- Should we allow constant operands?