Home
last modified time | relevance | path

Searched refs:mips_return_addr (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips-protos.h279 extern rtx mips_return_addr (int, rtx);
H A Dmips.h2332 #define RETURN_ADDR_RTX mips_return_addr
H A Dmips.c11321 mips_return_addr (int count, rtx frame ATTRIBUTE_UNUSED) in mips_return_addr() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-protos.h279 extern rtx mips_return_addr (int, rtx);
H A Dmips.h2351 #define RETURN_ADDR_RTX mips_return_addr
H A Dmips.cc11462 mips_return_addr (int count, rtx frame ATTRIBUTE_UNUSED) in mips_return_addr() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200324672 (mips_return_addr): Move outside #ifdef RTX_CODE.
24819 * config/mips/mips-protos.h (mips_return_addr): New.
24820 * config/mips/mips.c (mips_return_addr): New.
24849 (RETURN_ADDR_RTX): Define to mips_return_addr.
H A DChangeLog-20096880 (mips_return_addr): Likewise.