The main parts of the StrongARM backend are the classses
RegFileInfo
, InstrBuilder
,
Frame
, and the spec-file CodeGen.spec
. Also
of note is the TwoWordTemp
, which is a extension of the
standard Temp
that represents a value that is spread
across two words (which is needed for double and long variables on the
StrongARM).