Home
last modified time | relevance | path

Searched refs:mips_cache_flush_func (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.h176 extern const char *mips_cache_flush_func;/* for -mflush-func= and -mno-flush-func */
756 { "no-flush-func", &mips_cache_flush_func, \
758 { "flush-func=", &mips_cache_flush_func, \
3003 if (mips_cache_flush_func && mips_cache_flush_func[0]) \
3004 emit_library_call (gen_rtx_SYMBOL_REF (Pmode, mips_cache_flush_func), \
H A Dmips.c346 const char *mips_cache_flush_func = CACHE_FLUSH_FUNC; variable
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.h2099 if (mips_cache_flush_func && mips_cache_flush_func[0]) \
2100 emit_library_call (gen_rtx_SYMBOL_REF (Pmode, mips_cache_flush_func), \
H A Dmips.opt121 Target RejectNegative Joined Var(mips_cache_flush_func) Init(CACHE_FLUSH_FUNC)
H A Dmips.c4677 mips_cache_flush_func = NULL; in mips_handle_option()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.66956 * config/mips/mips.h (mips_cache_flush_func): Prototype.
6958 (INITIALIZE_TRAMPOLINE): Use mips_cache_flush_func if nonzero.
6959 * config/mips/mips.c (mips_cache_flush_func): New.