LLVM API Documentation
Enumerations | |
enum | { SizeShift = 2, SizeMask = 7 << SizeShift, SizeUnknown = 0 << SizeShift, SizeSpecial = 1 << SizeShift, Size2Bytes = 2 << SizeShift, Size4Bytes = 3 << SizeShift, Size6Bytes = 4 << SizeShift } |
MSP430II - This namespace holds all of the target specific flags that instruction info tracks.
anonymous enum |
Definition at line 31 of file MSP430InstrInfo.h.