2.4. Data types

The processor supports the following data types:

In addition, long multiplies support 64-bit results with or without accumulation.

Note

  • When any of these types are described as unsigned, the N-bit data value represents a non-negative integer in the range 0 to +2N-1, using normal binary format.

  • When any of these types are described as signed, the N-bit data value represents an integer in the range -2N-1 to +2N-1-1, using two’s complement format.

  • Where the results of signed and unsigned versions of an instruction differ, both versions are usually provided. The main exception is that both versions are provided for only some of the multiply and multiply-accumulate instructions.

For best performance you must align these as follows:

Note

You cannot use LDRD, LDM, LDC, STRD, STM, or STC instructions to access 32-bit quantities if they are unaligned.

Copyright © 2005, 2006, 2008. All rights reserved.ARM DDI 0360F
Non-Confidential