Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dlibfuncs.h79 #define synchronize_libfunc (libfunc_table[LTI_synchronize]) macro
H A Doptabs.c6459 else if (synchronize_libfunc != NULL_RTX) in expand_mem_thread_fence()
6460 emit_library_call (synchronize_libfunc, LCT_NORMAL, VOIDmode); in expand_mem_thread_fence()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dlibfuncs.h97 #define synchronize_libfunc (libfunc_table[LTI_synchronize]) macro
H A Doptabs.c7625 else if (synchronize_libfunc != NULL_RTX) in expand_mem_thread_fence()
7626 emit_library_call (synchronize_libfunc, LCT_NORMAL, VOIDmode, 0); in expand_mem_thread_fence()