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

References

lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h
  356   I |= Sign << 31;
  357   I |= ((Exp & 0x4) != 0 ? 0 : 1) << 30;
  358   I |= ((Exp & 0x4) != 0 ? 0x1f : 0) << 25;
  359   I |= (Exp & 0x3) << 23;
  360   I |= Mantissa << 19;
  361   return bit_cast<float>(I);