Home
last modified time | relevance | path

Searched refs:mips16_get_fcsr_stub (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.cc551 static mips_one_only_stub *mips16_get_fcsr_stub; variable
3586 if (!mips16_get_fcsr_stub) in mips16_expand_get_fcsr()
3587 mips16_get_fcsr_stub = new mips16_get_fcsr_one_only_stub (); in mips16_expand_get_fcsr()
3588 rtx fn = mips16_stub_call_address (mips16_get_fcsr_stub); in mips16_expand_get_fcsr()
10135 mips_finish_stub (&mips16_get_fcsr_stub); in mips_code_end()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201446987 * config/mips/mips.c (mips16_get_fcsr_stub): New variable.