Searched refs:getModeRegisterRoundMode (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegisterDefaults.cpp49 static constexpr uint32_t getModeRegisterRoundMode(uint32_t HWFP32Val, function
57 uint32_t ModeVal = getModeRegisterRoundMode(HWF32Val, HWF64Val);
126 static_assert(decodeIndexFltRoundConversionTable(getModeRegisterRoundMode(
128 static_assert(decodeIndexFltRoundConversionTable(getModeRegisterRoundMode(
131 static_assert(decodeIndexFltRoundConversionTable(getModeRegisterRoundMode(
134 static_assert(decodeIndexFltRoundConversionTable(getModeRegisterRoundMode(
138 static_assert(decodeIndexFltRoundConversionTable(getModeRegisterRoundMode(
142 getModeRegisterRoundMode(HWTowardZero, HWTowardPositive)) ==
145 getModeRegisterRoundMode(HWTowardZero, HWTowardNegative)) ==
148 static_assert(decodeIndexFltRoundConversionTable(getModeRegisterRoundMode(
[all...]

Completed in 31 milliseconds