Home
last modified time | relevance | path

Searched refs:ALIGN32 (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A Dinnermost-loop-alignment.ll58 ; ALIGN32-LABEL: test:
60 ; ALIGN32-NEXT: pushl %ebp
62 ; ALIGN32-NEXT: pushl %ebx
64 ; ALIGN32-NEXT: pushl %edi
87 ; ALIGN32-NEXT: decl %ebp
91 ; ALIGN32-NEXT: incl %esi
97 ; ALIGN32-NEXT: popl %esi
99 ; ALIGN32-NEXT: popl %edi
101 ; ALIGN32-NEXT: popl %ebx
103 ; ALIGN32-NEXT: popl %ebp
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/
H A Dinnermost-loop-alignment.ll58 ; ALIGN32-LABEL: test:
60 ; ALIGN32-NEXT: pushl %ebp
62 ; ALIGN32-NEXT: pushl %ebx
64 ; ALIGN32-NEXT: pushl %edi
87 ; ALIGN32-NEXT: decl %ebp
91 ; ALIGN32-NEXT: incl %esi
97 ; ALIGN32-NEXT: popl %esi
99 ; ALIGN32-NEXT: popl %edi
101 ; ALIGN32-NEXT: popl %ebx
103 ; ALIGN32-NEXT: popl %ebp
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dinnermost-loop-alignment.ll58 ; ALIGN32-LABEL: test:
60 ; ALIGN32-NEXT: pushl %ebp
62 ; ALIGN32-NEXT: pushl %ebx
64 ; ALIGN32-NEXT: pushl %edi
87 ; ALIGN32-NEXT: decl %ebp
91 ; ALIGN32-NEXT: incl %esi
97 ; ALIGN32-NEXT: popl %esi
99 ; ALIGN32-NEXT: popl %edi
101 ; ALIGN32-NEXT: popl %ebx
103 ; ALIGN32-NEXT: popl %ebp
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dinnermost-loop-alignment.ll58 ; ALIGN32-LABEL: test:
60 ; ALIGN32-NEXT: pushl %ebp
62 ; ALIGN32-NEXT: pushl %ebx
64 ; ALIGN32-NEXT: pushl %edi
87 ; ALIGN32-NEXT: decl %ebp
91 ; ALIGN32-NEXT: incl %esi
97 ; ALIGN32-NEXT: popl %esi
99 ; ALIGN32-NEXT: popl %edi
101 ; ALIGN32-NEXT: popl %ebx
103 ; ALIGN32-NEXT: popl %ebp
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dinnermost-loop-alignment.ll58 ; ALIGN32-LABEL: test:
60 ; ALIGN32-NEXT: pushl %ebp
62 ; ALIGN32-NEXT: pushl %ebx
64 ; ALIGN32-NEXT: pushl %edi
87 ; ALIGN32-NEXT: decl %ebp
91 ; ALIGN32-NEXT: incl %esi
97 ; ALIGN32-NEXT: popl %esi
99 ; ALIGN32-NEXT: popl %edi
101 ; ALIGN32-NEXT: popl %ebx
103 ; ALIGN32-NEXT: popl %ebp
[all …]
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/src/
H A Dlibmfx_allocator.cpp28 #define ALIGN32(X) (((mfxU32)((X)+31)) & (~ (mfxU32)31)) macro
43 mfxU32 header_size = ALIGN32(sizeof(BufferStruct)); in AllocBuffer()
171 mfxU32 Pitch=ALIGN32(request->Info.Width); in AllocFrames()
172 mfxU32 Height2=ALIGN32(request->Info.Height); in AllocFrames()
186 Pitch=ALIGN32(request->Info.Width*2); in AllocFrames()
190 Pitch=ALIGN32(request->Info.Width*2); in AllocFrames()
246 Pitch=ALIGN32(request->Info.Width*2); in AllocFrames()
251 Pitch=ALIGN32(request->Info.Width*4); in AllocFrames()
258 Pitch=ALIGN32(request->Info.Width*8); in AllocFrames()
316 mfxU32 Height2=ALIGN32(fs->info.Height); in LockFrame()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dinnermost-loop-alignment.ll3 …pc-linux-gnu -x86-experimental-pref-innermost-loop-alignment=5 | FileCheck %s -check-prefix=ALIGN32
18 ; ALIGN32-LABEL: test:
19 ; ALIGN32: .p2align 4, 0x90
20 ; ALIGN32-NEXT: .LBB0_1: # %outer
21 ; ALIGN32-NEXT: # =>This Loop Header: Depth=1
22 ; ALIGN32-NEXT: # Child Loop BB0_2 Depth 2
23 ; ALIGN32: .p2align 5, 0x90
24 ; ALIGN32-NEXT: .LBB0_2: # %inner
25 ; ALIGN32-NEXT: # Parent Loop BB0_1 Depth=1
26 ; ALIGN32-NEXT: # => This Inner Loop Header: Depth=2
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dinnermost-loop-alignment.ll3 …pc-linux-gnu -x86-experimental-pref-innermost-loop-alignment=5 | FileCheck %s -check-prefix=ALIGN32
18 ; ALIGN32-LABEL: test:
19 ; ALIGN32: .p2align 4, 0x90
20 ; ALIGN32-NEXT: .LBB0_1: # %outer
21 ; ALIGN32-NEXT: # =>This Loop Header: Depth=1
22 ; ALIGN32-NEXT: # Child Loop BB0_2 Depth 2
23 ; ALIGN32: .p2align 5, 0x90
24 ; ALIGN32-NEXT: .LBB0_2: # %inner
25 ; ALIGN32-NEXT: # Parent Loop BB0_1 Depth=1
26 ; ALIGN32-NEXT: # => This Inner Loop Header: Depth=2
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dpr36224.c132 #ifndef ALIGN32
133 #define ALIGN32 __attribute__((__aligned__(32))) macro
164 static union ul i64_sa ALIGN32; variable
165 static union ul i64_ua ALIGN32; variable
167 static union ui i32_b ALIGN32 = { variable
178 static union ui i32_c ALIGN32 = { variable
189 static long i64_sr[8] ALIGN32 = {
200 static unsigned long i64_ur[8] ALIGN32 = {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dpr36224.c132 #ifndef ALIGN32
133 #define ALIGN32 __attribute__((__aligned__(32))) macro
164 static union ul i64_sa ALIGN32; variable
165 static union ul i64_ua ALIGN32; variable
167 static union ui i32_b ALIGN32 = { variable
178 static union ui i32_c ALIGN32 = { variable
189 static long i64_sr[8] ALIGN32 = {
200 static unsigned long i64_ur[8] ALIGN32 = {
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dpr36224.c132 #ifndef ALIGN32
133 #define ALIGN32 __attribute__((__aligned__(32))) macro
164 static union ul i64_sa ALIGN32; variable
165 static union ul i64_ua ALIGN32; variable
167 static union ui i32_b ALIGN32 = { variable
178 static union ui i32_c ALIGN32 = { variable
189 static long i64_sr[8] ALIGN32 = {
200 static unsigned long i64_ur[8] ALIGN32 = {
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dpr36224.c132 #ifndef ALIGN32
133 #define ALIGN32 __attribute__((__aligned__(32))) macro
164 static union ul i64_sa ALIGN32; variable
165 static union ul i64_ua ALIGN32; variable
167 static union ui i32_b ALIGN32 = { variable
178 static union ui i32_c ALIGN32 = { variable
189 static long i64_sr[8] ALIGN32 = {
200 static unsigned long i64_ur[8] ALIGN32 = {
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A Dpr36224.c132 #ifndef ALIGN32
133 #define ALIGN32 __attribute__((__aligned__(32))) macro
164 static union ul i64_sa ALIGN32; variable
165 static union ul i64_ua ALIGN32; variable
167 static union ui i32_b ALIGN32 = { variable
178 static union ui i32_c ALIGN32 = { variable
189 static long i64_sr[8] ALIGN32 = {
200 static unsigned long i64_ur[8] ALIGN32 = {
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpr36224.c132 #ifndef ALIGN32
133 #define ALIGN32 __attribute__((__aligned__(32))) macro
164 static union ul i64_sa ALIGN32; variable
165 static union ul i64_ua ALIGN32; variable
167 static union ui i32_b ALIGN32 = { variable
178 static union ui i32_c ALIGN32 = { variable
189 static long i64_sr[8] ALIGN32 = {
200 static unsigned long i64_ur[8] ALIGN32 = {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr36224.c132 #ifndef ALIGN32
133 #define ALIGN32 __attribute__((__aligned__(32))) macro
164 static union ul i64_sa ALIGN32; variable
165 static union ul i64_ua ALIGN32; variable
167 static union ui i32_b ALIGN32 = { variable
178 static union ui i32_c ALIGN32 = { variable
189 static long i64_sr[8] ALIGN32 = {
200 static unsigned long i64_ur[8] ALIGN32 = {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr36224.c132 #ifndef ALIGN32
133 #define ALIGN32 __attribute__((__aligned__(32))) macro
164 static union ul i64_sa ALIGN32; variable
165 static union ul i64_ua ALIGN32; variable
167 static union ui i32_b ALIGN32 = { variable
178 static union ui i32_c ALIGN32 = { variable
189 static long i64_sr[8] ALIGN32 = {
200 static unsigned long i64_ur[8] ALIGN32 = {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr36224.c132 #ifndef ALIGN32
133 #define ALIGN32 __attribute__((__aligned__(32))) macro
164 static union ul i64_sa ALIGN32; variable
165 static union ul i64_ua ALIGN32; variable
167 static union ui i32_b ALIGN32 = { variable
178 static union ui i32_c ALIGN32 = { variable
189 static long i64_sr[8] ALIGN32 = {
200 static unsigned long i64_ur[8] ALIGN32 = {
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dpr36224.c132 #ifndef ALIGN32
133 #define ALIGN32 __attribute__((__aligned__(32))) macro
164 static union ul i64_sa ALIGN32; variable
165 static union ul i64_ua ALIGN32; variable
167 static union ui i32_b ALIGN32 = { variable
178 static union ui i32_c ALIGN32 = { variable
189 static long i64_sr[8] ALIGN32 = {
200 static unsigned long i64_ur[8] ALIGN32 = {
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dpr36224.c132 #ifndef ALIGN32
133 #define ALIGN32 __attribute__((__aligned__(32))) macro
164 static union ul i64_sa ALIGN32; variable
165 static union ul i64_ua ALIGN32; variable
167 static union ui i32_b ALIGN32 = { variable
178 static union ui i32_c ALIGN32 = { variable
189 static long i64_sr[8] ALIGN32 = {
200 static unsigned long i64_ur[8] ALIGN32 = {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr36224.c132 #ifndef ALIGN32
133 #define ALIGN32 __attribute__((__aligned__(32))) macro
164 static union ul i64_sa ALIGN32; variable
165 static union ul i64_ua ALIGN32; variable
167 static union ui i32_b ALIGN32 = { variable
178 static union ui i32_c ALIGN32 = { variable
189 static long i64_sr[8] ALIGN32 = {
200 static unsigned long i64_ur[8] ALIGN32 = {
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dpr36224.c132 #ifndef ALIGN32
133 #define ALIGN32 __attribute__((__aligned__(32))) macro
164 static union ul i64_sa ALIGN32; variable
165 static union ul i64_ua ALIGN32; variable
167 static union ui i32_b ALIGN32 = { variable
178 static union ui i32_c ALIGN32 = { variable
189 static long i64_sr[8] ALIGN32 = {
200 static unsigned long i64_ur[8] ALIGN32 = {
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A Dpr36224.c132 #ifndef ALIGN32
133 #define ALIGN32 __attribute__((__aligned__(32))) macro
164 static union ul i64_sa ALIGN32; variable
165 static union ul i64_ua ALIGN32; variable
167 static union ui i32_b ALIGN32 = { variable
178 static union ui i32_c ALIGN32 = { variable
189 static long i64_sr[8] ALIGN32 = {
200 static unsigned long i64_ur[8] ALIGN32 = {
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dpr36224.c132 #ifndef ALIGN32
133 #define ALIGN32 __attribute__((__aligned__(32))) macro
164 static union ul i64_sa ALIGN32; variable
165 static union ul i64_ua ALIGN32; variable
167 static union ui i32_b ALIGN32 = { variable
178 static union ui i32_c ALIGN32 = { variable
189 static long i64_sr[8] ALIGN32 = {
200 static unsigned long i64_ur[8] ALIGN32 = {
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dpr36224.c132 #ifndef ALIGN32
133 #define ALIGN32 __attribute__((__aligned__(32))) macro
164 static union ul i64_sa ALIGN32; variable
165 static union ul i64_ua ALIGN32; variable
167 static union ui i32_b ALIGN32 = { variable
178 static union ui i32_c ALIGN32 = { variable
189 static long i64_sr[8] ALIGN32 = {
200 static unsigned long i64_ur[8] ALIGN32 = {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpr36224.c132 #ifndef ALIGN32
133 #define ALIGN32 __attribute__((__aligned__(32))) macro
164 static union ul i64_sa ALIGN32; variable
165 static union ul i64_ua ALIGN32; variable
167 static union ui i32_b ALIGN32 = { variable
178 static union ui i32_c ALIGN32 = { variable
189 static long i64_sr[8] ALIGN32 = {
200 static unsigned long i64_ur[8] ALIGN32 = {

1234567891011