LLVM 22.0.0git
Enumerations
llvm::RISCVExceptFlags Namespace Reference

Enumerations

enum  ExceptionFlag {
  NX = 0x01 , UF = 0x02 , OF = 0x04 , DZ = 0x08 ,
  NV = 0x10 , ALL = 0x1F
}
 

Enumeration Type Documentation

◆ ExceptionFlag

Enumerator
NX 
UF 
OF 
DZ 
NV 
ALL 

Definition at line 509 of file RISCVBaseInfo.h.