Searched refs:NearestTiesToAway (Results 1 – 8 of 8) sorted by relevance
30 .Case("round.tonearestaway", RoundingMode::NearestTiesToAway) in convertStrToRoundingMode()46 case RoundingMode::NearestTiesToAway: in convertRoundingModeToStr()
44 NearestTiesToAway = 4, ///< roundTiesToAway. enumerator58 case RoundingMode::NearestTiesToAway: return "tonearestaway"; in spell()
310 RoundingMode::NearestTiesToAway;
103 static_cast<int8_t>(RoundingMode::NearestTiesToAway),
235 case llvm::RoundingMode::NearestTiesToAway: in PrintFPPragmas()
1354 case RoundingMode::NearestTiesToAway: in useRoundingMode()
3464 .Case("FE_TONEARESTFROMZERO", llvm::RoundingMode::NearestTiesToAway) in HandlePragma()
13922 (int(RoundingMode::NearestTiesToAway) << 4 * RISCVFPRndMode::RMM); in lowerGET_ROUNDING()13951 (RISCVFPRndMode::RMM << 4 * int(RoundingMode::NearestTiesToAway)); in lowerSET_ROUNDING()