Home
last modified time | relevance | path

Searched refs:atomic_clear_decl (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc27730 static GTY(()) tree atomic_clear_decl;
27752 if (atomic_clear_decl == NULL_TREE) in rs6000_atomic_assign_expand_fenv()
27754 atomic_clear_decl in rs6000_atomic_assign_expand_fenv()
27759 TREE_PUBLIC (atomic_clear_decl) = 1; in rs6000_atomic_assign_expand_fenv()
27760 DECL_EXTERNAL (atomic_clear_decl) = 1; in rs6000_atomic_assign_expand_fenv()
27785 *clear = build_call_expr (atomic_clear_decl, 0); in rs6000_atomic_assign_expand_fenv()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c26415 static tree atomic_hold_decl, atomic_clear_decl, atomic_update_decl; variable
26438 if (atomic_clear_decl == NULL_TREE) in rs6000_atomic_assign_expand_fenv()
26440 atomic_clear_decl in rs6000_atomic_assign_expand_fenv()
26445 TREE_PUBLIC (atomic_clear_decl) = 1; in rs6000_atomic_assign_expand_fenv()
26446 DECL_EXTERNAL (atomic_clear_decl) = 1; in rs6000_atomic_assign_expand_fenv()
26471 *clear = build_call_expr (atomic_clear_decl, 0); in rs6000_atomic_assign_expand_fenv()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog9833 * config/rs6000/rs6000.cc (atomic_hold_decl, atomic_clear_decl,
H A DChangeLog-201410134 * config/rs6000/rs6000.c (atomic_hold_decl, atomic_clear_decl,
10251 * config/rs6000/rs6000.c (atomic_hold_decl, atomic_clear_decl)