Searched refs:shift_return_value (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | calls.h | 123 extern bool shift_return_value (machine_mode, bool, rtx);
|
H A D | calls.cc | 2408 shift_return_value (machine_mode mode, bool left_p, rtx value) in shift_return_value() function 3650 if (shift_return_value (TYPE_MODE (rettype), false, valreg)) in expand_call() 4692 shift_return_value (TYPE_MODE (tfom), false, valreg); in emit_library_call_value_1()
|
H A D | ChangeLog-2004 | 3449 * stmt.c (shift_return_value): Delete. 3451 * expr.h (shift_return_value): Declare. 3453 (shift_return_value): ...this new function. Leave the caller to check 16957 * stmt.c (shift_return_value, expand_case, estimate_case_costs): 19065 * stmt.c (shift_return_value, expand_end_case_type, 25960 * stmt.c (shift_return_value): Likewise.
|
H A D | ChangeLog-2003 | 2735 * stmt.c (shift_return_value): New function.
|
H A D | ChangeLog-2018 | 34955 * calls.c (shift_return_value): Treat GET_MODE_BITSIZE as polynomial.
|
H A D | ChangeLog-2017 | 1957 * calls.c (shift_return_value): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | calls.h | 123 extern bool shift_return_value (machine_mode, bool, rtx);
|
H A D | calls.c | 3402 shift_return_value (machine_mode mode, bool left_p, rtx value) in shift_return_value() function 4653 if (shift_return_value (TYPE_MODE (rettype), false, valreg)) in expand_call() 5692 shift_return_value (TYPE_MODE (tfom), false, valreg); in emit_library_call_value_1()
|
H A D | function.c | 5458 shift_return_value (GET_MODE (decl_rtl), true, real_decl_rtl); in expand_function_end()
|