Searched refs:FIRST_RET_REG (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/gcc/gcc/config/mcore/ |
H A D | mcore.h | 528 #define FIRST_RET_REG 2 macro 572 #define LIBCALL_VALUE(MODE) gen_rtx_REG (MODE, FIRST_RET_REG) 576 #define FUNCTION_VALUE_REGNO_P(REGNO) ((REGNO) == FIRST_RET_REG)
|
H A D | mcore.c | 2734 return handle_structs_in_regs (mode, valtype, FIRST_RET_REG); in mcore_function_value()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mcore/ |
H A D | mcore.h | 629 #define FIRST_RET_REG 2 macro 696 #define LIBCALL_VALUE(MODE) gen_rtx (REG, MODE, FIRST_RET_REG) 700 #define FUNCTION_VALUE_REGNO_P(REGNO) ((REGNO) == FIRST_RET_REG)
|
H A D | mcore.c | 3130 return handle_structs_in_regs (mode, valtype, FIRST_RET_REG);
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/ |
H A D | sh.h | 1317 #define FIRST_RET_REG (FIRST_GENERAL_REG + (TARGET_SH5 ? 2 : 0)) macro 1385 : FIRST_RET_REG) 1424 ((REGNO) == FIRST_RET_REG || (TARGET_SH3E && (REGNO) == FIRST_FP_RET_REG) \ 1610 == FIRST_RET_REG))); \ 1619 && BASE_RETURN_VALUE_REG (MODE) == FIRST_RET_REG)); \
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | sh.h | 1530 #define FIRST_RET_REG (FIRST_GENERAL_REG + (TARGET_SH5 ? 2 : 0)) macro 1588 : FIRST_RET_REG) 1627 ((REGNO) == FIRST_RET_REG || (TARGET_SH2E && (REGNO) == FIRST_FP_RET_REG) \
|
H A D | sh.c | 5278 if (BASE_RETURN_VALUE_REG (mode) == FIRST_RET_REG) in output_stack_adjust() 5279 nreg = HARD_REGNO_NREGS (FIRST_RET_REG, mode); in output_stack_adjust() 5282 CLEAR_HARD_REG_BIT (temps, FIRST_RET_REG + i); in output_stack_adjust() 5778 && i != FIRST_RET_REG in sh5_schedule_saves() 10276 == FIRST_RET_REG)); in sh_init_cumulative_args() 10287 && BASE_RETURN_VALUE_REG (mode) == FIRST_RET_REG); in sh_init_cumulative_args()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.7 | 17555 (NPARM_REGS, FIRST_PARM_REG, FIRST_RET_REG): Adjust.
|