Home
last modified time | relevance | path

Searched refs:ALIGN (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/external/swiftshader/src/Common/
DTypes.hpp40 #define ALIGN(bytes, type) __declspec(align(bytes)) type macro
43 #define ALIGN(bytes, type) type __attribute__((aligned(bytes))) macro
48 typedef ALIGN(1, uint8_t) byte;
49 typedef ALIGN(2, uint16_t) word;
50 typedef ALIGN(4, uint32_t) dword;
51 typedef ALIGN(8, uint64_t) qword;
52 typedef ALIGN(16, uint64_t) qword2[2]; typedef
53 typedef ALIGN(4, uint8_t) byte4[4]; typedef
54 typedef ALIGN(8, uint8_t) byte8[8]; typedef
55 typedef ALIGN(16, uint8_t) byte16[16]; typedef
[all …]
/external/arm-trusted-firmware/bl31/
Dbl31.ld.S32 ASSERT(. == ALIGN(PAGE_SIZE),
43 . = ALIGN(PAGE_SIZE);
52 . = ALIGN(8);
59 . = ALIGN(8);
69 . = ALIGN(8);
79 . = ALIGN(8);
85 . = ALIGN(8);
88 . = ALIGN(PAGE_SIZE);
99 . = ALIGN(8);
106 . = ALIGN(8);
[all …]
/external/arm-trusted-firmware/bl32/sp_min/
Dsp_min.ld.S26 ASSERT(. == ALIGN(PAGE_SIZE),
35 . = ALIGN(PAGE_SIZE);
53 . = ALIGN(4);
60 . = ALIGN(4);
70 . = ALIGN(4);
76 . = ALIGN(8);
79 . = ALIGN(PAGE_SIZE);
90 . = ALIGN(4);
99 . = ALIGN(4);
105 . = ALIGN(8);
[all …]
/external/llvm/test/CodeGen/ARM/
Dfast-isel-align.ll3 …o-pic -mtriple=armv7-apple-ios -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN
4 …c -mtriple=thumbv7-apple-ios -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN
8 …c -mtriple=armv7-linux-gnueabi -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN
9 …triple=thumbv7-linux-gnueabi -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN
12 …ic -mtriple=armv7-unknown-nacl -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN
14 …-mtriple=armv7-unknown-unknown -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN
15 …unknown -mattr=+strict-align -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN
18 …n-unknown -mattr=+strict-align -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN
19 …unknown -mattr=+strict-align -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN
84 ; ARM-STRICT-ALIGN: @unaligned_i16_store
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dfast-isel-align.ll3 …o-pic -mtriple=armv7-apple-ios -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN
4 …c -mtriple=thumbv7-apple-ios -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN
8 …c -mtriple=armv7-linux-gnueabi -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN
9 …triple=thumbv7-linux-gnueabi -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN
12 …ic -mtriple=armv7-unknown-nacl -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN
14 …-mtriple=armv7-unknown-unknown -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN
15 …unknown -mattr=+strict-align -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN
18 …n-unknown -mattr=+strict-align -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN
19 …unknown -mattr=+strict-align -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN
84 ; ARM-STRICT-ALIGN: @unaligned_i16_store
[all …]
/external/arm-trusted-firmware/bl2/
Dbl2_el3.ld.S32 ASSERT(. == ALIGN(PAGE_SIZE),
36 ASSERT(. == ALIGN(PAGE_SIZE),
49 . = ALIGN(PAGE_SIZE);
58 . = ALIGN(8);
67 . = ALIGN(8);
77 . = ALIGN(8);
82 . = ALIGN(PAGE_SIZE);
102 . = ALIGN(8);
108 . = ALIGN(8);
118 . = ALIGN(8);
[all …]
Dbl2.ld.S23 ASSERT(. == ALIGN(PAGE_SIZE),
32 . = ALIGN(PAGE_SIZE);
50 . = ALIGN(8);
55 . = ALIGN(PAGE_SIZE);
66 . = ALIGN(8);
78 . = ALIGN(PAGE_SIZE);
111 .bss : ALIGN(16) {
135 coherent_ram (NOLOAD) : ALIGN(PAGE_SIZE) {
144 . = ALIGN(PAGE_SIZE);
/external/u-boot/arch/x86/cpu/
Du-boot-64.lds39 . = ALIGN(4);
41 . = ALIGN(4);
46 . = ALIGN(4);
52 . = ALIGN(4);
55 . = ALIGN(4);
58 . = ALIGN(4);
76 . = ALIGN(4);
80 . = ALIGN(4);
83 . = ALIGN(4);
89 . = ALIGN(4);
[all …]
Du-boot.lds39 . = ALIGN(4);
41 . = ALIGN(4);
46 . = ALIGN(4);
52 . = ALIGN(4);
55 . = ALIGN(4);
58 . = ALIGN(4);
61 . = ALIGN(4);
78 . = ALIGN(4);
83 . = ALIGN(4);
86 . = ALIGN(4);
[all …]
/external/u-boot/arch/arm/cpu/armv8/
Du-boot.lds23 . = ALIGN(8);
47 ALIGN(CONSTANT(COMMONPAGESIZE))
61 . = ALIGN(8);
72 .secure_stack ALIGN(ADDR(.secure_data) + SIZEOF(.secure_data),
84 . = ALIGN(CONSTANT(COMMONPAGESIZE));
99 . = ALIGN(8);
102 . = ALIGN(8);
107 . = ALIGN(8);
111 . = ALIGN(8);
116 . = ALIGN(8);
[all …]
/external/u-boot/arch/x86/lib/
Delf_x86_64_efi.lds15 . = ALIGN(4096);
20 . = ALIGN(4096);
28 . = ALIGN(4096);
34 . = ALIGN(4096);
52 . = ALIGN(8);
54 . = ALIGN(8);
58 . = ALIGN(4096);
60 . = ALIGN(4096);
68 . = ALIGN(4096);
70 . = ALIGN(4096);
[all …]
Delf_ia32_efi.lds15 . = ALIGN(4096);
22 . = ALIGN(4096);
32 . = ALIGN(4096);
53 . = ALIGN(8);
55 . = ALIGN(8);
59 . = ALIGN(4096);
61 . = ALIGN(4096);
74 . = ALIGN(4096);
79 . = ALIGN(4096);
81 . = ALIGN(4096);
[all …]
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c268 size_al = ALIGN((*ptr)->size, 8); in ffi_prep_args()
481 size_al = ALIGN((*ptr)->size, 8); in ffi_prep_cif_machdep()
907 size_al = ALIGN(arg_types[i]->size, 8); in ffi_closure_helper_DARWIN()
1085 srcFMarker = ALIGN(srcFMarker, 4); in ffi64_struct_to_ram_form()
1086 srcGMarker = ALIGN(srcGMarker, 4); in ffi64_struct_to_ram_form()
1087 destMarker = ALIGN(destMarker, 4); in ffi64_struct_to_ram_form()
1109 (ALIGN(srcGMarker, 8) - srcGMarker) < 2) && in ffi64_struct_to_ram_form()
1111 (ALIGN(srcGMarker, 8) - srcGMarker) < 4)) in ffi64_struct_to_ram_form()
1112 srcGMarker = ALIGN(srcGMarker, 8); in ffi64_struct_to_ram_form()
1118 srcFMarker = ALIGN(srcFMarker, 8); in ffi64_struct_to_ram_form()
[all …]
/external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c268 size_al = ALIGN((*ptr)->size, 8); in ffi_prep_args()
481 size_al = ALIGN((*ptr)->size, 8); in ffi_prep_cif_machdep()
907 size_al = ALIGN(arg_types[i]->size, 8); in ffi_closure_helper_DARWIN()
1085 srcFMarker = ALIGN(srcFMarker, 4); in ffi64_struct_to_ram_form()
1086 srcGMarker = ALIGN(srcGMarker, 4); in ffi64_struct_to_ram_form()
1087 destMarker = ALIGN(destMarker, 4); in ffi64_struct_to_ram_form()
1109 (ALIGN(srcGMarker, 8) - srcGMarker) < 2) && in ffi64_struct_to_ram_form()
1111 (ALIGN(srcGMarker, 8) - srcGMarker) < 4)) in ffi64_struct_to_ram_form()
1112 srcGMarker = ALIGN(srcGMarker, 8); in ffi64_struct_to_ram_form()
1118 srcFMarker = ALIGN(srcFMarker, 8); in ffi64_struct_to_ram_form()
[all …]
/external/arm-trusted-firmware/plat/rockchip/rk3399/include/
Dplat.ld.S19 ASSERT(. == ALIGN(PAGE_SIZE),
32 .incbin_sram : ALIGN(PAGE_SIZE) {
36 . = ALIGN(PAGE_SIZE);
42 .text_sram : ALIGN(PAGE_SIZE) {
47 . = ALIGN(PAGE_SIZE);
53 .data_sram : ALIGN(PAGE_SIZE) {
57 . = ALIGN(PAGE_SIZE);
63 .stack_sram : ALIGN(PAGE_SIZE) {
77 ASSERT(. == ALIGN(64 * 1024),
87 . = ALIGN(4096);
/external/u-boot/arch/riscv/cpu/
Du-boot.lds12 . = ALIGN(4);
30 . = ALIGN(4);
33 . = ALIGN(4);
38 . = ALIGN(4);
46 . = ALIGN(4);
52 . = ALIGN(4);
61 . = ALIGN(4);
70 . = ALIGN(4);
78 . = ALIGN(4);
85 . = ALIGN(8);
Du-boot-spl.lds18 . = ALIGN(4);
24 . = ALIGN(4);
29 . = ALIGN(4);
33 . = ALIGN(4);
41 . = ALIGN(4);
47 . = ALIGN(4);
55 . = ALIGN(4);
64 . = ALIGN(4);
72 . = ALIGN(4);
79 . = ALIGN(8);
/external/boringssl/win-x86_64/crypto/test/
Dtrampoline-x86_64.asm24 ALIGN 16
259 ALIGN 16
266 ALIGN 16
273 ALIGN 16
280 ALIGN 16
287 ALIGN 16
294 ALIGN 16
301 ALIGN 16
308 ALIGN 16
315 ALIGN 16
[all …]
/external/arm-trusted-firmware/bl1/
Dbl1.ld.S23 ASSERT(. == ALIGN(PAGE_SIZE),
32 . = ALIGN(PAGE_SIZE);
50 . = ALIGN(8);
59 . = ALIGN(8);
79 . = ALIGN(8);
88 . = ALIGN(8);
102 ASSERT(BL1_RW_BASE == ALIGN(PAGE_SIZE),
115 .data . : ALIGN(16) {
132 .bss : ALIGN(16) {
156 coherent_ram (NOLOAD) : ALIGN(PAGE_SIZE) {
[all …]
/external/arm-trusted-firmware/bl32/tsp/
Dtsp.ld.S23 ASSERT(. == ALIGN(PAGE_SIZE),
32 . = ALIGN(PAGE_SIZE);
45 . = ALIGN(8);
50 . = ALIGN(PAGE_SIZE);
65 . = ALIGN(8);
78 . = ALIGN(PAGE_SIZE);
100 . = ALIGN(8);
121 .bss : ALIGN(16) {
145 coherent_ram (NOLOAD) : ALIGN(PAGE_SIZE) {
154 . = ALIGN(PAGE_SIZE);
/external/arm-trusted-firmware/plat/mediatek/mt6795/
Dbl31.ld.S25 ASSERT(. == ALIGN(2048),
33 ASSERT(. == ALIGN(PAGE_SIZE),
42 . = ALIGN(8);
51 . = ALIGN(8);
62 . = ALIGN(PAGE_SIZE);
101 .bss (NOLOAD) : ALIGN(16) {
114 . = ALIGN(CACHE_WRITEBACK_GRANULE);
118 . = ALIGN(CACHE_WRITEBACK_GRANULE);
151 coherent_ram (NOLOAD) : ALIGN(PAGE_SIZE) {
166 . = ALIGN(PAGE_SIZE);
/external/u-boot/board/qualcomm/dragonboard820c/
Du-boot.lds17 . = ALIGN(8);
39 . = ALIGN(8);
42 . = ALIGN(8);
47 . = ALIGN(8);
51 . = ALIGN(8);
56 . = ALIGN(8);
65 . = ALIGN(8);
72 . = ALIGN(8);
90 . = ALIGN(8);
98 . = ALIGN(8);
/external/u-boot/board/qualcomm/dragonboard410c/
Du-boot.lds17 . = ALIGN(8);
39 . = ALIGN(8);
42 . = ALIGN(8);
47 . = ALIGN(8);
51 . = ALIGN(8);
56 . = ALIGN(8);
72 . = ALIGN(8);
79 . = ALIGN(8);
97 . = ALIGN(8);
105 . = ALIGN(8);
/external/u-boot/arch/microblaze/cpu/
Du-boot.lds13 .text ALIGN(0x4):
21 .rodata ALIGN(0x4):
28 .data ALIGN(0x4):
35 .got ALIGN(4):
39 . = ALIGN(4);
43 . = ALIGN(4);
49 .bss ALIGN(0x4):
56 . = ALIGN(4);
/external/u-boot/arch/arc/cpu/
Du-boot.lds15 . = ALIGN(1024);
23 . = ALIGN(1024);
31 . = ALIGN(4);
36 . = ALIGN(4);
41 . = ALIGN(4);
46 . = ALIGN(4);
53 . = ALIGN(4);
60 . = ALIGN(4);

12345678910>>...24