Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc27731 static GTY(()) tree atomic_update_decl;
27766 if (atomic_update_decl == NULL_TREE) in rs6000_atomic_assign_expand_fenv()
27768 atomic_update_decl in rs6000_atomic_assign_expand_fenv()
27774 TREE_PUBLIC (atomic_update_decl) = 1; in rs6000_atomic_assign_expand_fenv()
27775 DECL_EXTERNAL (atomic_update_decl) = 1; in rs6000_atomic_assign_expand_fenv()
27786 *update = build_call_expr (atomic_update_decl, 1, 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
26452 if (atomic_update_decl == NULL_TREE) in rs6000_atomic_assign_expand_fenv()
26454 atomic_update_decl in rs6000_atomic_assign_expand_fenv()
26460 TREE_PUBLIC (atomic_update_decl) = 1; in rs6000_atomic_assign_expand_fenv()
26461 DECL_EXTERNAL (atomic_update_decl) = 1; in rs6000_atomic_assign_expand_fenv()
26472 *update = build_call_expr (atomic_update_decl, 1, in rs6000_atomic_assign_expand_fenv()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog9834 atomic_update_decl): Add GTY markup.
H A DChangeLog-201410135 atomic_update_decl): Guard declaration with #ifdef.
10252 (atomic_update_decl): New static variables.