Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegisterDefaults.cpp55 uint32_t HWF32Val, in encodeFltRoundsTable() argument
57 uint32_t ModeVal = getModeRegisterRoundMode(HWF32Val, HWF64Val); in encodeFltRoundsTable()
191 static constexpr uint64_t encodeFltRoundsToHWTable(uint32_t HWF32Val, in encodeFltRoundsToHWTable() argument
196 return static_cast<uint64_t>(getModeRegisterRoundMode(HWF32Val, HWF64Val)) in encodeFltRoundsToHWTable()