Home
last modified time | relevance | path

Searched refs:TowardNegative (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFPEnv.cpp27 .Case("round.downward", RoundingMode::TowardNegative) in StrToRoundingMode()
45 case RoundingMode::TowardNegative: in RoundingModeToStr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFloatingPointMode.h39 TowardNegative = 3, ///< roundTowardNegative. enumerator
53 case RoundingMode::TowardNegative: return "downward"; in spell()
H A DAPFloat.h193 static constexpr roundingMode rmTowardNegative = RoundingMode::TowardNegative;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp3104 .Case("FE_DOWNWARD", llvm::RoundingMode::TowardNegative) in HandlePragma()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4517 (int(RoundingMode::TowardNegative) << 4 * RISCVFPRndMode::RDN) | in lowerGET_ROUNDING()
4547 (RISCVFPRndMode::RDN << 4 * int(RoundingMode::TowardNegative)) | in lowerSET_ROUNDING()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp27044 case RoundingMode::TowardNegative: FieldVal = X86::rmDownward; break; in LowerSET_ROUNDING()