Home
last modified time | relevance | path

Searched refs:overaligned (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Drec_align-6.c13 } overaligned; typedef
15 overaligned a = { 2, 3 };
16 overaligned b = { 5, 8 };
17 overaligned c = { 13, 21 };
20 test_passing_overaligned_struct (int x0, overaligned x1, int x3, int x4, in test_passing_overaligned_struct()
21 overaligned x5, int x7, int stack, in test_passing_overaligned_struct()
22 overaligned stack8) in test_passing_overaligned_struct()
26 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_passing_overaligned_struct()
28 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_passing_overaligned_struct()
30 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_passing_overaligned_struct()
H A Drec_align-7.c15 typedef __attribute__ ((__aligned__ (32))) struct s overaligned; typedef
18 overaligned a = { 2, 3 };
19 overaligned b = { 5, 8 };
20 overaligned c = { 13, 21 };
23 test_pass_by_value (int x0, overaligned x1, int x3, int x4, overaligned x5, in test_pass_by_value()
24 int x7, int stack, overaligned stack8) in test_pass_by_value()
28 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_pass_by_value()
30 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_pass_by_value()
32 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_pass_by_value()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Drec_align-6.c13 } overaligned; typedef
15 overaligned a = { 2, 3 };
16 overaligned b = { 5, 8 };
17 overaligned c = { 13, 21 };
20 test_passing_overaligned_struct (int x0, overaligned x1, int x3, int x4, in test_passing_overaligned_struct()
21 overaligned x5, int x7, int stack, in test_passing_overaligned_struct()
22 overaligned stack8) in test_passing_overaligned_struct()
26 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_passing_overaligned_struct()
28 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_passing_overaligned_struct()
30 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_passing_overaligned_struct()
H A Drec_align-7.c15 typedef __attribute__ ((__aligned__ (32))) struct s overaligned; typedef
18 overaligned a = { 2, 3 };
19 overaligned b = { 5, 8 };
20 overaligned c = { 13, 21 };
23 test_pass_by_value (int x0, overaligned x1, int x3, int x4, overaligned x5, in test_pass_by_value()
24 int x7, int stack, overaligned stack8) in test_pass_by_value()
28 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_pass_by_value()
30 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_pass_by_value()
32 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_pass_by_value()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Drec_align-6.c13 } overaligned; typedef
15 overaligned a = { 2, 3 };
16 overaligned b = { 5, 8 };
17 overaligned c = { 13, 21 };
20 test_passing_overaligned_struct (int x0, overaligned x1, int x3, int x4, in test_passing_overaligned_struct()
21 overaligned x5, int x7, int stack, in test_passing_overaligned_struct()
22 overaligned stack8) in test_passing_overaligned_struct()
26 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_passing_overaligned_struct()
28 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_passing_overaligned_struct()
30 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_passing_overaligned_struct()
H A Drec_align-7.c15 typedef __attribute__ ((__aligned__ (32))) struct s overaligned; typedef
18 overaligned a = { 2, 3 };
19 overaligned b = { 5, 8 };
20 overaligned c = { 13, 21 };
23 test_pass_by_value (int x0, overaligned x1, int x3, int x4, overaligned x5, in test_pass_by_value()
24 int x7, int stack, overaligned stack8) in test_pass_by_value()
28 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_pass_by_value()
30 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_pass_by_value()
32 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_pass_by_value()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Drec_align-6.c13 } overaligned; typedef
15 overaligned a = { 2, 3 };
16 overaligned b = { 5, 8 };
17 overaligned c = { 13, 21 };
20 test_passing_overaligned_struct (int x0, overaligned x1, int x3, int x4, in test_passing_overaligned_struct()
21 overaligned x5, int x7, int stack, in test_passing_overaligned_struct()
22 overaligned stack8) in test_passing_overaligned_struct()
26 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_passing_overaligned_struct()
28 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_passing_overaligned_struct()
30 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_passing_overaligned_struct()
H A Drec_align-7.c15 typedef __attribute__ ((__aligned__ (32))) struct s overaligned; typedef
18 overaligned a = { 2, 3 };
19 overaligned b = { 5, 8 };
20 overaligned c = { 13, 21 };
23 test_pass_by_value (int x0, overaligned x1, int x3, int x4, overaligned x5, in test_pass_by_value()
24 int x7, int stack, overaligned stack8) in test_pass_by_value()
28 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_pass_by_value()
30 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_pass_by_value()
32 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_pass_by_value()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Drec_align-6.c13 } overaligned; typedef
15 overaligned a = { 2, 3 };
16 overaligned b = { 5, 8 };
17 overaligned c = { 13, 21 };
20 test_passing_overaligned_struct (int x0, overaligned x1, int x3, int x4, in test_passing_overaligned_struct()
21 overaligned x5, int x7, int stack, in test_passing_overaligned_struct()
22 overaligned stack8) in test_passing_overaligned_struct()
26 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_passing_overaligned_struct()
28 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_passing_overaligned_struct()
30 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_passing_overaligned_struct()
H A Drec_align-7.c15 typedef __attribute__ ((__aligned__ (32))) struct s overaligned; typedef
18 overaligned a = { 2, 3 };
19 overaligned b = { 5, 8 };
20 overaligned c = { 13, 21 };
23 test_pass_by_value (int x0, overaligned x1, int x3, int x4, overaligned x5, in test_pass_by_value()
24 int x7, int stack, overaligned stack8) in test_pass_by_value()
28 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_pass_by_value()
30 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_pass_by_value()
32 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_pass_by_value()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Drec_align-6.c13 } overaligned; typedef
15 overaligned a = { 2, 3 };
16 overaligned b = { 5, 8 };
17 overaligned c = { 13, 21 };
20 test_passing_overaligned_struct (int x0, overaligned x1, int x3, int x4, in test_passing_overaligned_struct()
21 overaligned x5, int x7, int stack, in test_passing_overaligned_struct()
22 overaligned stack8) in test_passing_overaligned_struct()
26 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_passing_overaligned_struct()
28 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_passing_overaligned_struct()
30 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_passing_overaligned_struct()
H A Drec_align-7.c15 typedef __attribute__ ((__aligned__ (32))) struct s overaligned; typedef
18 overaligned a = { 2, 3 };
19 overaligned b = { 5, 8 };
20 overaligned c = { 13, 21 };
23 test_pass_by_value (int x0, overaligned x1, int x3, int x4, overaligned x5, in test_pass_by_value()
24 int x7, int stack, overaligned stack8) in test_pass_by_value()
28 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_pass_by_value()
30 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_pass_by_value()
32 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_pass_by_value()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Drec_align-6.c13 } overaligned; typedef
15 overaligned a = { 2, 3 };
16 overaligned b = { 5, 8 };
17 overaligned c = { 13, 21 };
20 test_passing_overaligned_struct (int x0, overaligned x1, int x3, int x4, in test_passing_overaligned_struct()
21 overaligned x5, int x7, int stack, in test_passing_overaligned_struct()
22 overaligned stack8) in test_passing_overaligned_struct()
26 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_passing_overaligned_struct()
28 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_passing_overaligned_struct()
30 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_passing_overaligned_struct()
H A Drec_align-7.c15 typedef __attribute__ ((__aligned__ (32))) struct s overaligned; typedef
18 overaligned a = { 2, 3 };
19 overaligned b = { 5, 8 };
20 overaligned c = { 13, 21 };
23 test_pass_by_value (int x0, overaligned x1, int x3, int x4, overaligned x5, in test_pass_by_value()
24 int x7, int stack, overaligned stack8) in test_pass_by_value()
28 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_pass_by_value()
30 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_pass_by_value()
32 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_pass_by_value()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Drec_align-6.c13 } overaligned; typedef
15 overaligned a = { 2, 3 };
16 overaligned b = { 5, 8 };
17 overaligned c = { 13, 21 };
20 test_passing_overaligned_struct (int x0, overaligned x1, int x3, int x4, in test_passing_overaligned_struct()
21 overaligned x5, int x7, int stack, in test_passing_overaligned_struct()
22 overaligned stack8) in test_passing_overaligned_struct()
26 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_passing_overaligned_struct()
28 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_passing_overaligned_struct()
30 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_passing_overaligned_struct()
H A Drec_align-7.c15 typedef __attribute__ ((__aligned__ (32))) struct s overaligned; typedef
18 overaligned a = { 2, 3 };
19 overaligned b = { 5, 8 };
20 overaligned c = { 13, 21 };
23 test_pass_by_value (int x0, overaligned x1, int x3, int x4, overaligned x5, in test_pass_by_value()
24 int x7, int stack, overaligned stack8) in test_pass_by_value()
28 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_pass_by_value()
30 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_pass_by_value()
32 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_pass_by_value()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Drec_align-6.c13 } overaligned; typedef
15 overaligned a = { 2, 3 };
16 overaligned b = { 5, 8 };
17 overaligned c = { 13, 21 };
20 test_passing_overaligned_struct (int x0, overaligned x1, int x3, int x4, in test_passing_overaligned_struct()
21 overaligned x5, int x7, int stack, in test_passing_overaligned_struct()
22 overaligned stack8) in test_passing_overaligned_struct()
26 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_passing_overaligned_struct()
28 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_passing_overaligned_struct()
30 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_passing_overaligned_struct()
H A Drec_align-7.c15 typedef __attribute__ ((__aligned__ (32))) struct s overaligned; typedef
18 overaligned a = { 2, 3 };
19 overaligned b = { 5, 8 };
20 overaligned c = { 13, 21 };
23 test_pass_by_value (int x0, overaligned x1, int x3, int x4, overaligned x5, in test_pass_by_value()
24 int x7, int stack, overaligned stack8) in test_pass_by_value()
28 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_pass_by_value()
30 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_pass_by_value()
32 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_pass_by_value()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Drec_align-6.c13 } overaligned; typedef
15 overaligned a = { 2, 3 };
16 overaligned b = { 5, 8 };
17 overaligned c = { 13, 21 };
20 test_passing_overaligned_struct (int x0, overaligned x1, int x3, int x4, in test_passing_overaligned_struct()
21 overaligned x5, int x7, int stack, in test_passing_overaligned_struct()
22 overaligned stack8) in test_passing_overaligned_struct()
26 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_passing_overaligned_struct()
28 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_passing_overaligned_struct()
30 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_passing_overaligned_struct()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Drec_align-6.c13 } overaligned; typedef
15 overaligned a = { 2, 3 };
16 overaligned b = { 5, 8 };
17 overaligned c = { 13, 21 };
20 test_passing_overaligned_struct (int x0, overaligned x1, int x3, int x4, in test_passing_overaligned_struct()
21 overaligned x5, int x7, int stack, in test_passing_overaligned_struct()
22 overaligned stack8) in test_passing_overaligned_struct()
26 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_passing_overaligned_struct()
28 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_passing_overaligned_struct()
30 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_passing_overaligned_struct()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Drec_align-6.c13 } overaligned; typedef
15 overaligned a = { 2, 3 };
16 overaligned b = { 5, 8 };
17 overaligned c = { 13, 21 };
20 test_passing_overaligned_struct (int x0, overaligned x1, int x3, int x4, in test_passing_overaligned_struct()
21 overaligned x5, int x7, int stack, in test_passing_overaligned_struct()
22 overaligned stack8) in test_passing_overaligned_struct()
26 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_passing_overaligned_struct()
28 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_passing_overaligned_struct()
30 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_passing_overaligned_struct()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Drec_align-6.c13 } overaligned; typedef
15 overaligned a = { 2, 3 };
16 overaligned b = { 5, 8 };
17 overaligned c = { 13, 21 };
20 test_passing_overaligned_struct (int x0, overaligned x1, int x3, int x4, in test_passing_overaligned_struct()
21 overaligned x5, int x7, int stack, in test_passing_overaligned_struct()
22 overaligned stack8) in test_passing_overaligned_struct()
26 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_passing_overaligned_struct()
28 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_passing_overaligned_struct()
30 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_passing_overaligned_struct()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Drec_align-6.c13 } overaligned; typedef
15 overaligned a = { 2, 3 };
16 overaligned b = { 5, 8 };
17 overaligned c = { 13, 21 };
20 test_passing_overaligned_struct (int x0, overaligned x1, int x3, int x4, in test_passing_overaligned_struct()
21 overaligned x5, int x7, int stack, in test_passing_overaligned_struct()
22 overaligned stack8) in test_passing_overaligned_struct()
26 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_passing_overaligned_struct()
28 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_passing_overaligned_struct()
30 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_passing_overaligned_struct()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Drec_align-6.c13 } overaligned; typedef
15 overaligned a = { 2, 3 };
16 overaligned b = { 5, 8 };
17 overaligned c = { 13, 21 };
20 test_passing_overaligned_struct (int x0, overaligned x1, int x3, int x4, in test_passing_overaligned_struct()
21 overaligned x5, int x7, int stack, in test_passing_overaligned_struct()
22 overaligned stack8) in test_passing_overaligned_struct()
26 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_passing_overaligned_struct()
28 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_passing_overaligned_struct()
30 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_passing_overaligned_struct()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Drec_align-6.c13 } overaligned; typedef
15 overaligned a = { 2, 3 };
16 overaligned b = { 5, 8 };
17 overaligned c = { 13, 21 };
20 test_passing_overaligned_struct (int x0, overaligned x1, int x3, int x4, in test_passing_overaligned_struct()
21 overaligned x5, int x7, int stack, in test_passing_overaligned_struct()
22 overaligned stack8) in test_passing_overaligned_struct()
26 if (memcmp ((void *) &x1, (void *)&a, sizeof (overaligned))) in test_passing_overaligned_struct()
28 if (memcmp ((void *) &x5, (void *)&b, sizeof (overaligned))) in test_passing_overaligned_struct()
30 if (memcmp ((void *)&stack8, (void *)&c, sizeof (overaligned))) in test_passing_overaligned_struct()

12345678910>>...18