LLVM  8.0.1
Enumerations
llvm::RISCVII Namespace Reference

Enumerations

enum  {
  InstFormatPseudo = 0, InstFormatR = 1, InstFormatR4 = 2, InstFormatI = 3,
  InstFormatS = 4, InstFormatB = 5, InstFormatU = 6, InstFormatJ = 7,
  InstFormatCR = 8, InstFormatCI = 9, InstFormatCSS = 10, InstFormatCIW = 11,
  InstFormatCL = 12, InstFormatCS = 13, InstFormatCA = 14, InstFormatCB = 15,
  InstFormatCJ = 16, InstFormatOther = 17, InstFormatMask = 31
}
 
enum  { MO_None, MO_LO, MO_HI, MO_PCREL_HI }
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
InstFormatPseudo 
InstFormatR 
InstFormatR4 
InstFormatI 
InstFormatS 
InstFormatB 
InstFormatU 
InstFormatJ 
InstFormatCR 
InstFormatCI 
InstFormatCSS 
InstFormatCIW 
InstFormatCL 
InstFormatCS 
InstFormatCA 
InstFormatCB 
InstFormatCJ 
InstFormatOther 
InstFormatMask 

Definition at line 27 of file RISCVBaseInfo.h.

◆ anonymous enum

anonymous enum
Enumerator
MO_None 
MO_LO 
MO_HI 
MO_PCREL_HI 

Definition at line 50 of file RISCVBaseInfo.h.