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

References

lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h
  394   uint32_t Sign = Imm.lshr(31).getZExtValue() & 1;
  395   int32_t Exp = (Imm.lshr(23).getSExtValue() & 0xff) - 127;  // -126 to 127
  396   int64_t Mantissa = Imm.getZExtValue() & 0x7fffff;  // 23 bits