This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ARM registers, documentation.


On 12/07/2011 02:40 AM, Dave Pawson wrote:
> Looking for information in
> http://sourceware.org/binutils/docs-2.22/as/ARM_002dRegs.html#ARM_002dRegs
  [big snip]
> In the end, we have 32 single precision registers OR 16 double
> precision registers.

Why not use something such as:
   union {
       ieee754_single_precision_big_endian s[32];
       ieee754_double_precision_big_endian d[16];
    };
which concisely explains the format and the overlap?

-- 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]