Page 273 - ARM 64 Bit Assembly Language
P. 273

262 Chapter 8













                  Note that the upper seven bits are all one. We can remove six of those bits and adjust the for-
                  mat as follows. After removing the first leading one, the reciprocal is:













                  Removing another leading one changes the format to:














                  On the next step, the format is:













                  Note that we now have a “hidden” bit between the radix point and the sign bit. The hidden bit
                  is not actually part of the number that we store and use in the computation, but it is assumed
                  to be the same as the sign bit.
                  After three more leading ones are removed, the format is:
   268   269   270   271   272   273   274   275   276   277   278