Home
last modified time | relevance | path

Searched refs:mips16_rdhwr_stub (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc550 static mips_one_only_stub *mips16_rdhwr_stub; variable
3481 if (!mips16_rdhwr_stub) in mips_expand_thread_pointer()
3482 mips16_rdhwr_stub = new mips16_rdhwr_one_only_stub (); in mips_expand_thread_pointer()
3483 fn = mips16_stub_call_address (mips16_rdhwr_stub); in mips_expand_thread_pointer()
10134 mips_finish_stub (&mips16_rdhwr_stub); in mips_code_end()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c548 static mips_one_only_stub *mips16_rdhwr_stub; variable
3470 if (!mips16_rdhwr_stub) in mips_expand_thread_pointer()
3471 mips16_rdhwr_stub = new mips16_rdhwr_one_only_stub (); in mips_expand_thread_pointer()
3472 fn = mips16_stub_call_address (mips16_rdhwr_stub); in mips_expand_thread_pointer()
9993 mips_finish_stub (&mips16_rdhwr_stub); in mips_code_end()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201447007 (mips16_rdhwr_stub): ...this new variable.