|
LLVM
3.7.0
|
MSP430II - This namespace holds all of the target specific flags that instruction info tracks. More...
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 |
| Enumerator | |
|---|---|
| SizeShift | |
| SizeMask | |
| SizeUnknown | |
| SizeSpecial | |
| Size2Bytes | |
| Size4Bytes | |
| Size6Bytes | |
Definition at line 31 of file MSP430InstrInfo.h.
1.8.6