Home
last modified time | relevance | path

Searched refs:mips_expand_call (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips-protos.h238 extern rtx_insn *mips_expand_call (enum mips_call_type, rtx, rtx, rtx, rtx,
H A Dmips.md6908 mips_expand_call (MIPS_CALL_SIBCALL, NULL_RTX, XEXP (operands[0], 0),
6928 mips_expand_call (MIPS_CALL_SIBCALL, operands[0], XEXP (operands[1], 0),
6961 mips_expand_call (MIPS_CALL_NORMAL, NULL_RTX, XEXP (operands[0], 0),
7069 mips_expand_call (MIPS_CALL_NORMAL, operands[0], XEXP (operands[1], 0),
H A Dmips.c3450 insn = mips_expand_call (MIPS_CALL_NORMAL, v0, mips_tls_symbol, in mips_call_tls_get_addr()
7431 insn = mips_expand_call (MIPS_CALL_EPILOGUE, retval, fn, in mips16_copy_fpr_return_value()
7542 insn = mips_expand_call (MIPS_CALL_NORMAL, retval, stub_fn, in mips16_build_call_stub()
7781 mips_expand_call (enum mips_call_type type, rtx result, rtx addr, in mips_expand_call() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-protos.h238 extern rtx_insn *mips_expand_call (enum mips_call_type, rtx, rtx, rtx, rtx,
H A Dmips.md6928 mips_expand_call (MIPS_CALL_SIBCALL, NULL_RTX, XEXP (operands[0], 0),
6948 mips_expand_call (MIPS_CALL_SIBCALL, operands[0], XEXP (operands[1], 0),
6981 mips_expand_call (MIPS_CALL_NORMAL, NULL_RTX, XEXP (operands[0], 0),
7089 mips_expand_call (MIPS_CALL_NORMAL, operands[0], XEXP (operands[1], 0),
H A Dmips.cc3461 insn = mips_expand_call (MIPS_CALL_NORMAL, v0, mips_tls_symbol, in mips_call_tls_get_addr()
7571 insn = mips_expand_call (MIPS_CALL_EPILOGUE, retval, fn, in mips16_copy_fpr_return_value()
7682 insn = mips_expand_call (MIPS_CALL_NORMAL, retval, stub_fn, in mips16_build_call_stub()
7921 mips_expand_call (enum mips_call_type type, rtx result, rtx addr, in mips_expand_call() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20031593 * config/mips/mips.c (mips_expand_call): Don't allow laziy binding
1602 (mips_expand_call): Use load_callsi and load_calldi.
3441 (mips_expand_call): Use mips_unspec_offset_high to calculate the
9521 (mips_legitimize_const_move, mips_expand_call): Likewise.
10130 (mips_expand_call): Remove code for generating structure shifts.
24409 (mips_expand_call): Likewise.
24417 (mips_expand_call): Handle sibcalls
24421 (call, call_value): Adjust calls to mips_expand_call.
24613 (mips_expand_call): Load the addresses of global functions using
24671 mips_expand_call): Declare.
[all …]
H A DChangeLog-200811017 (mips_expand_call): Replace the sibcall_p argument with
11051 (mips_call_tls_get_addr): Update the call to mips_expand_call,
11070 mips_expand_call. Set SYMBOL_REF_BIND_NOW on the symbol.
11077 mips16_stub_function, mips_expand_call and use_reg.
11083 (mips_expand_call): Replace the SIBCALL_P argument with a
11126 to mips_expand_call.
27791 * config/mips/mips-protos.h (mips_expand_call): Return an rtx.
27797 (mips_call_tls_get_addr): Call mips_expand_call directly.
27801 (mips_expand_call): Update the call to mips16_build_call_stub
H A DChangeLog-20072047 (mips_expand_call): Handle the PARALLELs created by
3318 (mips_expand_call): Give the SIBCALL_P argument type "bool"
3472 (mips_expand_call): Likewise. Assert that MIPS16 calls via stubs
3934 * config/mips/mips.c (mips_expand_call): Use FAKE_CALL_REGNO.
19843 * config/mips/mips.c (mips_expand_call): Remove redundant
23513 (mips_load_call_address, mips_expand_call): Use it.
H A DChangeLog-201424723 (mips_expand_call): Likewise.
24738 (mips_expand_call): Strengthen return type and local "insn" from
H A DChangeLog-20099870 (mips_expand_call): Don't generate split instructions here.
H A DChangeLog-201326115 * config/mips/mips.c (mips_expand_call): Remove empty statement.
H A DChangeLog-200446315 (mips_expand_call): ...here.