Searched refs:MEMMODEL_ACQ_REL (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dmemmodel.h43 MEMMODEL_ACQ_REL = 4, enumerator in enum:memmodel
99 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_ACQ_REL;
H A Dcppbuiltin.c72 cpp_define_formatted (pfile, "__ATOMIC_ACQ_REL=%d", MEMMODEL_ACQ_REL);
H A Demit-rtl.c6617 case MEMMODEL_ACQ_REL:
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dmemmodel.h43 MEMMODEL_ACQ_REL = 4, enumerator in enum:memmodel
99 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_ACQ_REL;
H A Dcppbuiltin.cc72 cpp_define_formatted (pfile, "__ATOMIC_ACQ_REL=%d", MEMMODEL_ACQ_REL);
H A Dgimple-ssa-warn-access.cc2933 if (fail == MEMMODEL_RELEASE || fail == MEMMODEL_ACQ_REL)
H A Demit-rtl.cc6607 case MEMMODEL_ACQ_REL:
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/linux/
H A Dbar.h66 __atomic_add_fetch (&bar->awaited, count - bar->total, MEMMODEL_ACQ_REL);
97 so we use MEMMODEL_ACQ_REL here rather than MEMMODEL_ACQUIRE. */
98 if (__atomic_add_fetch (&bar->awaited, -1, MEMMODEL_ACQ_REL) == 0)
118 if (__atomic_add_fetch (&bar->awaited_final, -1, MEMMODEL_ACQ_REL) == 0)
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
H A Dbar.h64 __atomic_add_fetch (&bar->awaited, count - bar->total, MEMMODEL_ACQ_REL);
95 so we use MEMMODEL_ACQ_REL here rather than MEMMODEL_ACQUIRE. */
96 if (__atomic_add_fetch (&bar->awaited, -1, MEMMODEL_ACQ_REL) == 0)
116 if (__atomic_add_fetch (&bar->awaited_final, -1, MEMMODEL_ACQ_REL) == 0)
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/nvptx/
H A Dbar.h68 __atomic_add_fetch (&bar->awaited, count - bar->total, MEMMODEL_ACQ_REL);
99 so we use MEMMODEL_ACQ_REL here rather than MEMMODEL_ACQUIRE. */
100 if (__atomic_add_fetch (&bar->awaited, -1, MEMMODEL_ACQ_REL) == 0)
120 if (__atomic_add_fetch (&bar->awaited_final, -1, MEMMODEL_ACQ_REL) == 0)
H A Dbar.c70 = __atomic_add_fetch (&bar->waiters, 1, MEMMODEL_ACQ_REL);
134 __atomic_add_fetch (&bar->waiters, -count, MEMMODEL_ACQ_REL);
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/linux/
H A Dbar.h66 __atomic_add_fetch (&bar->awaited, count - bar->total, MEMMODEL_ACQ_REL);
97 so we use MEMMODEL_ACQ_REL here rather than MEMMODEL_ACQUIRE. */
98 if (__atomic_add_fetch (&bar->awaited, -1, MEMMODEL_ACQ_REL) == 0)
118 if (__atomic_add_fetch (&bar->awaited_final, -1, MEMMODEL_ACQ_REL) == 0)
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/rtems/
H A Dbar.h68 __atomic_add_fetch (&bar->awaited, count - bar->total, MEMMODEL_ACQ_REL);
99 so we use MEMMODEL_ACQ_REL here rather than MEMMODEL_ACQUIRE. */
100 if (__atomic_add_fetch (&bar->awaited, -1, MEMMODEL_ACQ_REL) == 0)
120 if (__atomic_add_fetch (&bar->awaited_final, -1, MEMMODEL_ACQ_REL) == 0)
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/rtems/
H A Dbar.h68 __atomic_add_fetch (&bar->awaited, count - bar->total, MEMMODEL_ACQ_REL);
99 so we use MEMMODEL_ACQ_REL here rather than MEMMODEL_ACQUIRE. */
100 if (__atomic_add_fetch (&bar->awaited, -1, MEMMODEL_ACQ_REL) == 0)
120 if (__atomic_add_fetch (&bar->awaited_final, -1, MEMMODEL_ACQ_REL) == 0)
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dlibgomp.h83 MEMMODEL_ACQ_REL = 4, enumerator in enum:memmodel
H A Dordered.c220 __atomic_thread_fence (MEMMODEL_ACQ_REL);
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp.h83 MEMMODEL_ACQ_REL = 4, enumerator in enum:memmodel
H A Dordered.c220 __atomic_thread_fence (MEMMODEL_ACQ_REL);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c3239 case MEMMODEL_ACQ_REL:
3265 case MEMMODEL_ACQ_REL:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.cc4304 case MEMMODEL_ACQ_REL:
4330 case MEMMODEL_ACQ_REL:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc3591 case MEMMODEL_ACQ_REL:
3617 case MEMMODEL_ACQ_REL:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c2386 case MEMMODEL_ACQ_REL:
2487 case MEMMODEL_ACQ_REL:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc2386 case MEMMODEL_ACQ_REL:
2487 case MEMMODEL_ACQ_REL:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc2646 case MEMMODEL_ACQ_REL:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c19795 case MEMMODEL_ACQ_REL:
19857 mod_s = GEN_INT (MEMMODEL_ACQ_REL);
19921 || base_model == MEMMODEL_ACQ_REL

Completed in 925 milliseconds

12