NaplesPUInstrInfo.td

From NaplesPU Documentation
Revision as of 10:03, 2 October 2017 by Catello (talk | contribs)
Jump to: navigation, search

NuPlusInstrInfo.td and NuPlusInstrFormats.td describe the nu+ instructions and the patterns to transform LLVM IR into machine code. The NuPlusInstrInfo.td contains the instructions definition and the patterns necessary for the translation from the LLVM IR to the nu+ machine code.

The files "compiler/include/llvm/Target/Target.td" and "compiler/include/llvm/Target/TargetSelectionDAG.td" contain the Tablegen classes used for the description.

Instructions definition

Pattern matching

Pseudo-instructions