Home
last modified time | relevance | path

Searched refs:__ATOMIC_CONSUME (Results 1 – 25 of 895) sorted by relevance

12345678910>>...36

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.c9 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
15 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
21 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
27 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
33 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
39 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.c9 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
15 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
21 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
27 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
33 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
39 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/aarch64/
H A Datomic-op-consume.x6 return __atomic_fetch_add (&v, a, __ATOMIC_CONSUME); in atomic_fetch_add_CONSUME()
12 return __atomic_fetch_sub (&v, a, __ATOMIC_CONSUME); in atomic_fetch_sub_CONSUME()
18 return __atomic_fetch_and (&v, a, __ATOMIC_CONSUME); in atomic_fetch_and_CONSUME()
24 return __atomic_fetch_nand (&v, a, __ATOMIC_CONSUME); in atomic_fetch_nand_CONSUME()
30 return __atomic_fetch_xor (&v, a, __ATOMIC_CONSUME); in atomic_fetch_xor_CONSUME()
36 return __atomic_fetch_or (&v, a, __ATOMIC_CONSUME); in atomic_fetch_or_CONSUME()
/dports/lang/gcc6-aux/gcc-6-20180516/libatomic/testsuite/libatomic.c/
H A Datomic-op-5.c24 if (__atomic_fetch_add (&v, 1, __ATOMIC_CONSUME) != 1) in test_fetch_add()
50 if (__atomic_fetch_sub (&v, 1, __ATOMIC_CONSUME) != res--) in test_fetch_sub()
150 if (__atomic_fetch_or (&v, 2, __ATOMIC_CONSUME) != 1) in test_fetch_or()
181 if (__atomic_add_fetch (&v, 1, __ATOMIC_CONSUME) != 2) in test_add_fetch()
311 if (__atomic_or_fetch (&v, 2, __ATOMIC_CONSUME) != 3) in test_or_fetch()
345 __atomic_fetch_add (&v, count, __ATOMIC_CONSUME); in test_add()
377 __atomic_fetch_sub (&v, count + 1, __ATOMIC_CONSUME); in test_sub()
408 __atomic_fetch_and (&v, init, __ATOMIC_CONSUME); in test_and()
440 __atomic_fetch_nand (&v, init, __ATOMIC_CONSUME); in test_nand()
473 __atomic_fetch_xor (&v, ~count, __ATOMIC_CONSUME); in test_xor()
[all …]
H A Datomic-op-2.c24 if (__atomic_fetch_add (&v, 1, __ATOMIC_CONSUME) != 1) in test_fetch_add()
50 if (__atomic_fetch_sub (&v, 1, __ATOMIC_CONSUME) != res--) in test_fetch_sub()
150 if (__atomic_fetch_or (&v, 2, __ATOMIC_CONSUME) != 1) in test_fetch_or()
181 if (__atomic_add_fetch (&v, 1, __ATOMIC_CONSUME) != 2) in test_add_fetch()
311 if (__atomic_or_fetch (&v, 2, __ATOMIC_CONSUME) != 3) in test_or_fetch()
345 __atomic_fetch_add (&v, count, __ATOMIC_CONSUME); in test_add()
377 __atomic_fetch_sub (&v, count + 1, __ATOMIC_CONSUME); in test_sub()
408 __atomic_fetch_and (&v, init, __ATOMIC_CONSUME); in test_and()
440 __atomic_fetch_nand (&v, init, __ATOMIC_CONSUME); in test_nand()
473 __atomic_fetch_xor (&v, ~count, __ATOMIC_CONSUME); in test_xor()
[all …]
H A Datomic-op-3.c23 if (__atomic_fetch_add (&v, 1, __ATOMIC_CONSUME) != 1) in test_fetch_add()
49 if (__atomic_fetch_sub (&v, 1, __ATOMIC_CONSUME) != res--) in test_fetch_sub()
149 if (__atomic_fetch_or (&v, 2, __ATOMIC_CONSUME) != 1) in test_fetch_or()
180 if (__atomic_add_fetch (&v, 1, __ATOMIC_CONSUME) != 2) in test_add_fetch()
310 if (__atomic_or_fetch (&v, 2, __ATOMIC_CONSUME) != 3) in test_or_fetch()
344 __atomic_fetch_add (&v, count, __ATOMIC_CONSUME); in test_add()
376 __atomic_fetch_sub (&v, count + 1, __ATOMIC_CONSUME); in test_sub()
407 __atomic_fetch_and (&v, init, __ATOMIC_CONSUME); in test_and()
439 __atomic_fetch_nand (&v, init, __ATOMIC_CONSUME); in test_nand()
472 __atomic_fetch_xor (&v, ~count, __ATOMIC_CONSUME); in test_xor()
[all …]
H A Datomic-op-4.c24 if (__atomic_fetch_add (&v, 1, __ATOMIC_CONSUME) != 1) in test_fetch_add()
50 if (__atomic_fetch_sub (&v, 1, __ATOMIC_CONSUME) != res--) in test_fetch_sub()
150 if (__atomic_fetch_or (&v, 2, __ATOMIC_CONSUME) != 1) in test_fetch_or()
181 if (__atomic_add_fetch (&v, 1, __ATOMIC_CONSUME) != 2) in test_add_fetch()
311 if (__atomic_or_fetch (&v, 2, __ATOMIC_CONSUME) != 3) in test_or_fetch()
345 __atomic_fetch_add (&v, count, __ATOMIC_CONSUME); in test_add()
377 __atomic_fetch_sub (&v, count + 1, __ATOMIC_CONSUME); in test_sub()
408 __atomic_fetch_and (&v, init, __ATOMIC_CONSUME); in test_and()
440 __atomic_fetch_nand (&v, init, __ATOMIC_CONSUME); in test_nand()
473 __atomic_fetch_xor (&v, ~count, __ATOMIC_CONSUME); in test_xor()
[all …]

12345678910>>...36