Home
last modified time | relevance | path

Searched refs:__atomic_fetch_and_do (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/
H A Datomic.c76 #define __atomic_fetch_and_do(type, size, opname) \ macro
82 __atomic_fetch_and_do (int, 4, add)
83 __atomic_fetch_and_do (int, 4, sub)
84 __atomic_fetch_and_do (int, 4, or)
85 __atomic_fetch_and_do (int, 4, and)
86 __atomic_fetch_and_do (int, 4, xor)
87 __atomic_fetch_and_do (int, 4, nand)
88 __atomic_fetch_and_do (long long, 8, add)
89 __atomic_fetch_and_do (long long, 8, sub)
90 __atomic_fetch_and_do (long long, 8, or)
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/tilepro/
H A Datomic.c76 #define __atomic_fetch_and_do(type, size, opname) \ macro
82 __atomic_fetch_and_do (int, 4, add)
83 __atomic_fetch_and_do (int, 4, sub)
84 __atomic_fetch_and_do (int, 4, or)
85 __atomic_fetch_and_do (int, 4, and)
86 __atomic_fetch_and_do (int, 4, xor)
87 __atomic_fetch_and_do (int, 4, nand)
88 __atomic_fetch_and_do (long long, 8, add)
89 __atomic_fetch_and_do (long long, 8, sub)
90 __atomic_fetch_and_do (long long, 8, or)
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A DChangeLog6694 (__atomic_fetch_and_do): Use __fetch_and_do.