LLVM 20.0.0git
|
Enumerations | |
enum | CondCodes { COND_EQ , COND_NE , COND_GE , COND_LT , COND_SH , COND_LO , COND_MI , COND_PL , COND_INVALID } |
AVR specific condition codes. More... | |
AVR specific condition codes.
These correspond to AVR_*_COND
in AVRInstrInfo.td
. They must be kept in synch.
Enumerator | |
---|---|
COND_EQ | Equal. |
COND_NE | Not equal. |
COND_GE | Greater than or equal. |
COND_LT | Less than. |
COND_SH | Unsigned same or higher. |
COND_LO | Unsigned lower. |
COND_MI | Minus. |
COND_PL | Plus. |
COND_INVALID |
Definition at line 33 of file AVRInstrInfo.h.