|
LLVM
8.0.1
|
#include "llvm/CodeGen/TargetInstrInfo.h"#include "AVRRegisterInfo.h"#include "AVRGenInstrInfo.inc"

Go to the source code of this file.
Classes | |
| class | llvm::AVRInstrInfo |
| Utilities related to the AVR instruction set. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
| llvm::AVRCC | |
| llvm::AVRII | |
Macros | |
| #define | GET_INSTRINFO_HEADER |
Enumerations | |
| enum | llvm::AVRCC::CondCodes { llvm::AVRCC::COND_EQ, llvm::AVRCC::COND_NE, llvm::AVRCC::COND_GE, llvm::AVRCC::COND_LT, llvm::AVRCC::COND_SH, llvm::AVRCC::COND_LO, llvm::AVRCC::COND_MI, llvm::AVRCC::COND_PL, llvm::AVRCC::COND_INVALID } |
| AVR specific condition codes. More... | |
| enum | llvm::AVRII::TOF { llvm::AVRII::MO_NO_FLAG, llvm::AVRII::MO_LO = (1 << 1), llvm::AVRII::MO_HI = (1 << 2), llvm::AVRII::MO_NEG = (1 << 3) } |
| Specifies a target operand flag. More... | |
| #define GET_INSTRINFO_HEADER |
Definition at line 21 of file AVRInstrInfo.h.
1.8.13