Home
last modified time | relevance | path

Searched refs:shift_return_value (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dexpr.h564 extern bool shift_return_value (enum machine_mode, bool, rtx);
H A Dcalls.c1809 shift_return_value (enum machine_mode mode, bool left_p, rtx value) in shift_return_value() function
2730 if (shift_return_value (TYPE_MODE (TREE_TYPE (exp)), false, valreg)) in expand_call()
H A Dfunction.c4458 shift_return_value (GET_MODE (decl_rtl), true, real_decl_rtl); in expand_function_end()
H A DChangeLog-20043449 * 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 DChangeLog-20032735 * stmt.c (shift_return_value): New function.