TC-Y Code to WriteΒΆ
Tip
Information on ARM assembly instructions may be found in the ARM Architecture Reference Manual.
- Codegen
src/target/arm/arm-matcher.ccis the functor used for instruction selection pattern-matching.- src/target/arm/arm-assembly.cc
ArmAssembly::cjump_buildtranslates conditional branch instructions (branch if equal, if lower than, etc.) into ARM assembly.- Runtime
You have to complete the implementation of the runtime in
src/target/arm/runtime.s:- strcmp
- streq
- src/target/arm/epilogue.cc
Completing the
Codegen::rewrite_programroutine will be needed during register allocation only, see TC-9, Register Allocation.