LLVM  8.0.1
Enumerations
llvm::SISrcMods Namespace Reference

Enumerations

enum  {
  NEG = 1 << 0, ABS = 1 << 1, SEXT = 1 << 0, NEG_HI = ABS,
  OP_SEL_0 = 1 << 2, OP_SEL_1 = 1 << 3, DST_OP_SEL = 1 << 3
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
NEG 
ABS 
SEXT 
NEG_HI 
OP_SEL_0 
OP_SEL_1 
DST_OP_SEL 

Definition at line 164 of file SIDefines.h.