LLVM: llvm::SPII Namespace Reference (original) (raw)

SPII - This namespace holds all of the target specific flags that instruction info tracks. More...

Enumerations
enum { Pseudo = (1<<0) , Load = (1<<1) , Store = (1<<2) , DelaySlot = (1<<3) }

Detailed Description

SPII - This namespace holds all of the target specific flags that instruction info tracks.

Enumeration Type Documentation

anonymous enum

anonymous enum

Enumerator
Pseudo
Load
Store
DelaySlot

Definition at line 30 of file SparcInstrInfo.h.