mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Documentation: Updating the data layout default specifications to
correspond to the code. Patch by Stephen McGruer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173914 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f68cd7543d
commit
3b5f0b0e50
@ -971,22 +971,20 @@ specifications are given in this list:
|
|||||||
|
|
||||||
- ``E`` - big endian
|
- ``E`` - big endian
|
||||||
- ``p:64:64:64`` - 64-bit pointers with 64-bit alignment
|
- ``p:64:64:64`` - 64-bit pointers with 64-bit alignment
|
||||||
- ``p1:32:32:32`` - 32-bit pointers with 32-bit alignment for address
|
- ``S0`` - natural stack alignment is unspecified
|
||||||
space 1
|
|
||||||
- ``p2:16:32:32`` - 16-bit pointers with 32-bit alignment for address
|
|
||||||
space 2
|
|
||||||
- ``i1:8:8`` - i1 is 8-bit (byte) aligned
|
- ``i1:8:8`` - i1 is 8-bit (byte) aligned
|
||||||
- ``i8:8:8`` - i8 is 8-bit (byte) aligned
|
- ``i8:8:8`` - i8 is 8-bit (byte) aligned
|
||||||
- ``i16:16:16`` - i16 is 16-bit aligned
|
- ``i16:16:16`` - i16 is 16-bit aligned
|
||||||
- ``i32:32:32`` - i32 is 32-bit aligned
|
- ``i32:32:32`` - i32 is 32-bit aligned
|
||||||
- ``i64:32:64`` - i64 has ABI alignment of 32-bits but preferred
|
- ``i64:32:64`` - i64 has ABI alignment of 32-bits but preferred
|
||||||
alignment of 64-bits
|
alignment of 64-bits
|
||||||
|
- ``f16:16:16`` - half is 16-bit aligned
|
||||||
- ``f32:32:32`` - float is 32-bit aligned
|
- ``f32:32:32`` - float is 32-bit aligned
|
||||||
- ``f64:64:64`` - double is 64-bit aligned
|
- ``f64:64:64`` - double is 64-bit aligned
|
||||||
|
- ``f128:128:128`` - quad is 128-bit aligned
|
||||||
- ``v64:64:64`` - 64-bit vector is 64-bit aligned
|
- ``v64:64:64`` - 64-bit vector is 64-bit aligned
|
||||||
- ``v128:128:128`` - 128-bit vector is 128-bit aligned
|
- ``v128:128:128`` - 128-bit vector is 128-bit aligned
|
||||||
- ``a0:0:1`` - aggregates are 8-bit aligned
|
- ``a0:0:64`` - aggregates are 64-bit aligned
|
||||||
- ``s0:64:64`` - stack objects are 64-bit aligned
|
|
||||||
|
|
||||||
When LLVM is determining the alignment for a given type, it uses the
|
When LLVM is determining the alignment for a given type, it uses the
|
||||||
following rules:
|
following rules:
|
||||||
|
Loading…
Reference in New Issue
Block a user