Home
last modified time | relevance | path

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

123456789

/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 …]
Dunaligned_load_store_vector.ll3 ;ALIGN = 1
21 ;ALIGN = 1
39 ;ALIGN = 1
57 ;ALIGN = 1
75 ;ALIGN = 1
93 ;ALIGN = 1
111 ;ALIGN = 1
129 ;ALIGN = 1
147 ;ALIGN = 1
165 ;ALIGN = 2
[all …]
/external/llvm/test/CodeGen/X86/
Ddynamic-allocas-VLAs.ll2 …=32 -march=x86-64 -mattr=+avx -mtriple=i686-apple-darwin10 | FileCheck %s -check-prefix=FORCE-ALIGN
202 ; FORCE-ALIGN: _t8
203 ; FORCE-ALIGN: movq %rsp, %rbp
204 ; FORCE-ALIGN: andq $-32, %rsp
205 ; FORCE-ALIGN-NEXT: subq $32, %rsp
206 ; FORCE-ALIGN: movq %rbp, %rsp
207 ; FORCE-ALIGN: popq %rbp
220 ; FORCE-ALIGN: _t9
221 ; FORCE-ALIGN: pushq %rbp
222 ; FORCE-ALIGN: movq %rsp, %rbp
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tex_layout.c50 h0 = ALIGN(mt->height0, mt->align_h); in brw_miptree_layout_texture_array()
51 h1 = ALIGN(minify(mt->height0), mt->align_h); in brw_miptree_layout_texture_array()
97 mt->total_width = ALIGN(width, mt->align_w); in brw_miptree_layout()
101 pack_y_pitch = ALIGN(mt->height0, mt->align_h); in brw_miptree_layout()
138 if (pack_x_pitch > ALIGN(width, mt->align_w)) { in brw_miptree_layout()
139 pack_x_pitch = ALIGN(width, mt->align_w); in brw_miptree_layout()
150 pack_y_pitch = ALIGN(pack_y_pitch, mt->align_h); in brw_miptree_layout()
Dintel_tex_layout.c153 mt->total_width = ALIGN(mt->width0, mt->align_w); in i945_miptree_layout_2d()
165 mip1_width = ALIGN(minify(mt->width0), mt->align_w) in i945_miptree_layout_2d()
166 + ALIGN(minify(minify(mt->width0)), mt->align_w); in i945_miptree_layout_2d()
168 mip1_width = ALIGN(minify(mt->width0), mt->align_w) in i945_miptree_layout_2d()
185 img_height = ALIGN(height, mt->align_h); in i945_miptree_layout_2d()
197 x += ALIGN(width, mt->align_w); in i945_miptree_layout_2d()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_layout.c153 mt->total_width = ALIGN(mt->width0, mt->align_w); in i945_miptree_layout_2d()
165 mip1_width = ALIGN(minify(mt->width0), mt->align_w) in i945_miptree_layout_2d()
166 + ALIGN(minify(minify(mt->width0)), mt->align_w); in i945_miptree_layout_2d()
168 mip1_width = ALIGN(minify(mt->width0), mt->align_w) in i945_miptree_layout_2d()
185 img_height = ALIGN(height, mt->align_h); in i945_miptree_layout_2d()
197 x += ALIGN(width, mt->align_w); in i945_miptree_layout_2d()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_tex_layout.c153 mt->total_width = ALIGN(mt->width0, mt->align_w); in i945_miptree_layout_2d()
165 mip1_width = ALIGN(minify(mt->width0), mt->align_w) in i945_miptree_layout_2d()
166 + ALIGN(minify(minify(mt->width0)), mt->align_w); in i945_miptree_layout_2d()
168 mip1_width = ALIGN(minify(mt->width0), mt->align_w) in i945_miptree_layout_2d()
185 img_height = ALIGN(height, mt->align_h); in i945_miptree_layout_2d()
197 x += ALIGN(width, mt->align_w); in i945_miptree_layout_2d()
/external/speex/libspeex/
Dstack_alloc.h91 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) macro
93 #define PUSH(stack, size, type) (VALGRIND_MAKE_NOACCESS(stack, 1000),ALIGN((stack),sizeof(type)),VA…
97 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) macro
99 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)),(stack)+=((size)*sizeof(type)),(type*)…
/external/boringssl/win-x86_64/crypto/aes/
Daesni-x86_64.asm10 ALIGN 16
34 ALIGN 16
56 ALIGN 16
85 ALIGN 16
114 ALIGN 16
148 ALIGN 16
182 ALIGN 16
222 ALIGN 16
262 ALIGN 16
281 ALIGN 16
[all …]
Dvpaes-x86_64.asm24 ALIGN 16
44 ALIGN 16
114 ALIGN 16
139 ALIGN 16
220 ALIGN 16
291 ALIGN 16
323 ALIGN 16
359 ALIGN 16
405 ALIGN 16
436 ALIGN 16
[all …]
Daes-x86_64.asm8 ALIGN 16
18 ALIGN 16
161 ALIGN 16
173 ALIGN 16
325 ALIGN 16
333 ALIGN 16
410 ALIGN 16
420 ALIGN 16
565 ALIGN 16
578 ALIGN 16
[all …]
/external/dbus/test/data/invalid-messages/
Dtoo-much-header-padding-by-far.message19 ALIGN 8
21 ALIGN 8
23 ALIGN 8
Dbad-header-field-alignment.message22 ALIGN 4
27 ALIGN 4
35 ALIGN 8
/external/valgrind/VEX/priv/
Dmain_util.h154 SizeT ALIGN; in LibVEX_Alloc_inline() local
155 ALIGN = offsetof(struct align,x) - 1; in LibVEX_Alloc_inline()
156 nbytes = (nbytes + ALIGN) & ~ALIGN; in LibVEX_Alloc_inline()
/external/libdrm/tests/amdgpu/
Dcs_tests.c247 req.alloc_size += ALIGN(sizeof(uvd_bitstream), 4*1024); in amdgpu_cs_uvd_decode()
248 req.alloc_size += ALIGN(dpb_size, 4*1024); in amdgpu_cs_uvd_decode()
249 req.alloc_size += ALIGN(dt_size, 4*1024); in amdgpu_cs_uvd_decode()
283 ptr += ALIGN(sizeof(uvd_bitstream), 4*1024); in amdgpu_cs_uvd_decode()
286 ptr += ALIGN(dpb_size, 4*1024); in amdgpu_cs_uvd_decode()
300 dpb_addr = ALIGN(bs_addr + sizeof(uvd_bitstream), 4*1024); in amdgpu_cs_uvd_decode()
301 dt_addr = ALIGN(dpb_addr + dpb_size, 4*1024); in amdgpu_cs_uvd_decode()
/external/libopus/celt/
Dstack_alloc.h134 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) macro
135 #define PUSH(stack, size, type) (VALGRIND_MAKE_MEM_NOACCESS(stack, global_stack_top-stack),ALIGN((s…
141 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) macro
142 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)/sizeof(char)),(stack)+=(size)*(sizeof(t…
/external/zlib/src/contrib/masmx86/
Dinffas32.asm79 ALIGN 4
83 ALIGN 4
88 ALIGN 4
93 ALIGN 4
99 ALIGN 4
160 ALIGN 4
320 ALIGN 4
487 ALIGN 4
507 ALIGN 4
525 ALIGN 4
[all …]
/external/zlib/src/contrib/masmx64/
Dinffasx64.asm81 ALIGN 4
130 ALIGN 4
217 ALIGN 4
237 ALIGN 4
251 ALIGN 4
265 ALIGN 4
292 ALIGN 4
321 ALIGN 4
337 ALIGN 4
/external/boringssl/win-x86_64/crypto/bn/
Dx86_64-mont5.asm12 ALIGN 64
30 ALIGN 16
117 ALIGN 16
159 ALIGN 16
198 ALIGN 16
251 ALIGN 16
262 ALIGN 16
292 ALIGN 32
340 ALIGN 32
375 ALIGN 32
[all …]
Dx86_64-mont.asm12 ALIGN 16
36 ALIGN 16
79 ALIGN 16
119 ALIGN 16
143 ALIGN 16
194 ALIGN 16
205 ALIGN 16
233 ALIGN 16
303 ALIGN 16
405 ALIGN 4
[all …]
/external/zlib/src/contrib/inflate86/
Dinffas86.c812 ALIGN 4
847 ALIGN 4
961 ALIGN 4
982 ALIGN 4
996 ALIGN 4
1011 ALIGN 4
1038 ALIGN 4
1066 ALIGN 4
1081 ALIGN 4
/external/drm_gralloc/
Dgralloc_drm.h34 #define ALIGN(val, align) (((val) + (align) - 1) & ~((align) - 1)) macro
105 *width = ALIGN(*width, align_w); in gralloc_drm_align_geometry()
106 *height = ALIGN(*height, align_h); in gralloc_drm_align_geometry()
/external/boringssl/win-x86_64/crypto/rc4/
Drc4-x86_64.asm11 ALIGN 16
75 ALIGN 16
156 ALIGN 16
195 ALIGN 16
353 ALIGN 16
370 ALIGN 16
377 ALIGN 16
504 ALIGN 16
525 ALIGN 16
542 ALIGN 16
[all …]
/external/dhcpcd-6.8.2/
Dipv6.h182 #ifndef ALIGN
183 #define ALIGN(p) (((unsigned int)(p) + ALIGNBYTES) & ~ALIGNBYTES) macro
186 #define CMSG_SPACE(len) (ALIGN(sizeof(struct cmsghdr)) + ALIGN(len))
/external/libdrm/radeon/
Dradeon_surface.c45 #define ALIGN(value, alignment) (((value) + alignment - 1) & ~(alignment - 1)) macro
181 surflevel->nblk_x = ALIGN(surflevel->nblk_x, xalign); in surf_minify()
182 surflevel->nblk_y = ALIGN(surflevel->nblk_y, yalign); in surf_minify()
183 surflevel->nblk_z = ALIGN(surflevel->nblk_z, zalign); in surf_minify()
289 offset = ALIGN(offset, surf->bo_alignment); in r6_surface_init_linear()
317 offset = ALIGN(offset, surf->bo_alignment); in r6_surface_init_linear_aligned()
350 offset = ALIGN(offset, surf->bo_alignment); in r6_surface_init_1d()
393 offset = ALIGN(offset, surf->bo_alignment); in r6_surface_init_2d()
590 surflevel->nblk_x = ALIGN(surflevel->nblk_x, mtilew); in eg_surf_minify()
591 surflevel->nblk_y = ALIGN(surflevel->nblk_y, mtileh); in eg_surf_minify()
[all …]

123456789