LLVM 19.0.0git
Enumerations
llvm::AVRII Namespace Reference

Enumerations

enum  TOF { MO_NO_FLAG , MO_LO = (1 << 1) , MO_HI = (1 << 2) , MO_NEG = (1 << 3) }
 Specifies a target operand flag. More...
 

Enumeration Type Documentation

◆ TOF

Specifies a target operand flag.

Enumerator
MO_NO_FLAG 
MO_LO 

On a symbol operand, this represents the lo part.

MO_HI 

On a symbol operand, this represents the hi part.

MO_NEG 

On a symbol operand, this represents it has to be negated.

Definition at line 50 of file AVRInstrInfo.h.