reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
  109   uint16_t IntImm = getIntInlineImmEncoding(static_cast<int16_t>(Val));
  113   if (Val == 0x3800) // 0.5
  116   if (Val == 0xB800) // -0.5
  119   if (Val == 0x3C00) // 1.0
  122   if (Val == 0xBC00) // -1.0
  125   if (Val == 0x4000) // 2.0
  128   if (Val == 0xC000) // -2.0
  131   if (Val == 0x4400) // 4.0
  134   if (Val == 0xC400) // -4.0
  137   if (Val == 0x3118 && // 1.0 / (2.0 * pi)