Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegisterDefaults.cpp68 encodeFltRoundsTableSame(AMDGPUFltRounds FltRoundsMode, uint32_t HWVal) { in encodeFltRoundsTableSame() argument
69 return encodeFltRoundsTable(FltRoundsMode, HWVal, HWVal); in encodeFltRoundsTableSame()
180 static constexpr uint64_t encodeFltRoundsToHWTableSame(uint32_t HWVal, in encodeFltRoundsToHWTableSame() argument
185 return static_cast<uint64_t>(getModeRegisterRoundMode(HWVal, HWVal)) in encodeFltRoundsToHWTableSame()