|
LLVM 22.0.0git
|
Enumerations | |
| enum | RoundingMode { RNU = 0 , RNE = 1 , RDN = 2 , ROD = 3 , Invalid } |
Functions | |
| static StringRef | roundingModeToString (RoundingMode RndMode) |
| static RoundingMode | stringToRoundingMode (StringRef Str) |
| static bool | isValidRoundingMode (unsigned Mode) |
| Enumerator | |
|---|---|
| RNU | |
| RNE | |
| RDN | |
| ROD | |
| Invalid | |
Definition at line 525 of file RISCVBaseInfo.h.
|
inlinestatic |
Definition at line 533 of file RISCVBaseInfo.h.
References llvm_unreachable, RDN, RNE, RNU, and ROD.
|
inlinestatic |
Definition at line 548 of file RISCVBaseInfo.h.
References llvm::StringSwitch< T, R >::Case(), llvm::StringSwitch< T, R >::Default(), Invalid, RDN, RNE, RNU, and ROD.