Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32.c1891 if (NDS32_ARG_PARTIAL_IN_GPR_REG_P (cum->gpr_offset, mode, type)) in nds32_function_arg()
1896 = NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG (cum->gpr_offset, mode, type); in nds32_function_arg()
1925 && NDS32_ARG_ENTIRE_IN_GPR_REG_P (cum->gpr_offset, mode, type)) in nds32_function_arg()
1929 = NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG (cum->gpr_offset, mode, type); in nds32_function_arg()
1938 if (NDS32_ARG_PARTIAL_IN_GPR_REG_P (cum->gpr_offset, mode, type)) in nds32_function_arg()
1999 - (NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG (cum->gpr_offset, in nds32_arg_partial_bytes()
2033 cum->gpr_offset in nds32_function_arg_advance()
2034 = NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG (cum->gpr_offset, mode, type) in nds32_function_arg_advance()
2047 cum->gpr_offset in nds32_function_arg_advance()
2048 = NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG (cum->gpr_offset, mode, type) in nds32_function_arg_advance()
[all …]
H A Dnds32.cc1891 if (NDS32_ARG_PARTIAL_IN_GPR_REG_P (cum->gpr_offset, mode, type)) in nds32_function_arg()
1896 = NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG (cum->gpr_offset, mode, type); in nds32_function_arg()
1925 && NDS32_ARG_ENTIRE_IN_GPR_REG_P (cum->gpr_offset, mode, type)) in nds32_function_arg()
1929 = NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG (cum->gpr_offset, mode, type); in nds32_function_arg()
1938 if (NDS32_ARG_PARTIAL_IN_GPR_REG_P (cum->gpr_offset, mode, type)) in nds32_function_arg()
1999 - (NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG (cum->gpr_offset, in nds32_arg_partial_bytes()
2033 cum->gpr_offset in nds32_function_arg_advance()
2034 = NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG (cum->gpr_offset, mode, type) in nds32_function_arg_advance()
2047 cum->gpr_offset in nds32_function_arg_advance()
2048 = NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG (cum->gpr_offset, mode, type) in nds32_function_arg_advance()
[all …]
H A Dnds32.h330 unsigned int gpr_offset; member
/netbsd/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32.c1891 if (NDS32_ARG_PARTIAL_IN_GPR_REG_P (cum->gpr_offset, mode, type)) in nds32_function_arg()
1896 = NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG (cum->gpr_offset, mode, type); in nds32_function_arg()
1925 && NDS32_ARG_ENTIRE_IN_GPR_REG_P (cum->gpr_offset, mode, type)) in nds32_function_arg()
1929 = NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG (cum->gpr_offset, mode, type); in nds32_function_arg()
1938 if (NDS32_ARG_PARTIAL_IN_GPR_REG_P (cum->gpr_offset, mode, type)) in nds32_function_arg()
1999 - (NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG (cum->gpr_offset, in nds32_arg_partial_bytes()
2033 cum->gpr_offset in nds32_function_arg_advance()
2034 = NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG (cum->gpr_offset, mode, type) in nds32_function_arg_advance()
2047 cum->gpr_offset in nds32_function_arg_advance()
2048 = NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG (cum->gpr_offset, mode, type) in nds32_function_arg_advance()
[all …]
H A Dnds32.h330 unsigned int gpr_offset; member
/netbsd/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.c160 unsigned int gpr_offset; member
2694 info->gpr_offset = cum->num_gprs; in riscv_get_arg_info()
2701 unsigned gregno = gpr_base + info->gpr_offset; in riscv_get_arg_info()
2744 && info->gpr_offset < MAX_ARGS_IN_REGISTERS in riscv_get_arg_info()
2766 info->gpr_offset += info->gpr_offset & 1; in riscv_get_arg_info()
2770 info->num_gprs = MIN (num_words, MAX_ARGS_IN_REGISTERS - info->gpr_offset); in riscv_get_arg_info()
2774 return gen_rtx_REG (mode, gpr_base + info->gpr_offset); in riscv_get_arg_info()
2809 cum->num_gprs = info.gpr_offset + info.num_gprs; in riscv_function_arg_advance()
H A Driscv.cc162 unsigned int gpr_offset; member
3049 info->gpr_offset = cum->num_gprs; in riscv_get_arg_info()
3056 unsigned gregno = gpr_base + info->gpr_offset; in riscv_get_arg_info()
3099 && info->gpr_offset < MAX_ARGS_IN_REGISTERS in riscv_get_arg_info()
3121 info->gpr_offset += info->gpr_offset & 1; in riscv_get_arg_info()
3125 info->num_gprs = MIN (num_words, MAX_ARGS_IN_REGISTERS - info->gpr_offset); in riscv_get_arg_info()
3129 return gen_rtx_REG (mode, gpr_base + info->gpr_offset); in riscv_get_arg_info()
3164 cum->num_gprs = info.gpr_offset + info.num_gprs; in riscv_function_arg_advance()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c160 unsigned int gpr_offset; member
2694 info->gpr_offset = cum->num_gprs; in riscv_get_arg_info()
2701 unsigned gregno = gpr_base + info->gpr_offset; in riscv_get_arg_info()
2744 && info->gpr_offset < MAX_ARGS_IN_REGISTERS in riscv_get_arg_info()
2766 info->gpr_offset += info->gpr_offset & 1; in riscv_get_arg_info()
2770 info->num_gprs = MIN (num_words, MAX_ARGS_IN_REGISTERS - info->gpr_offset); in riscv_get_arg_info()
2774 return gen_rtx_REG (mode, gpr_base + info->gpr_offset); in riscv_get_arg_info()
2809 cum->num_gprs = info.gpr_offset + info.num_gprs; in riscv_function_arg_advance()
/netbsd/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.cc225 unsigned int gpr_offset; member
529 info->gpr_offset = cum->num_gprs; in loongarch_get_arg_info()
536 unsigned gregno = gpr_base + info->gpr_offset; in loongarch_get_arg_info()
581 && info->gpr_offset < MAX_ARGS_IN_REGISTERS in loongarch_get_arg_info()
604 info->gpr_offset += info->gpr_offset & 1; in loongarch_get_arg_info()
608 info->num_gprs = MIN (num_words, MAX_ARGS_IN_REGISTERS - info->gpr_offset); in loongarch_get_arg_info()
612 return gen_rtx_REG (mode, gpr_base + info->gpr_offset); in loongarch_get_arg_info()
648 cum->num_gprs = info.gpr_offset + info.num_gprs; in loongarch_function_arg_advance()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Drs6000-tdep.c172 int gpr_offset; /* offset of saved gprs from prev sp */ member
1569 fdata->gpr_offset = SIGNED_SHORT (op) + offset; in skip_prologue()
3536 CORE_ADDR gpr_addr = cache->base + fdata.gpr_offset; in rs6000_frame_cache()
H A DChangeLog-19983726 fdata.gpr_offset and fdata.fpr_offset, not fdata.offset.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Drs6000-tdep.c172 int gpr_offset; /* offset of saved gprs from prev sp */ member
1569 fdata->gpr_offset = SIGNED_SHORT (op) + offset; in skip_prologue()
3536 CORE_ADDR gpr_addr = cache->base + fdata.gpr_offset; in rs6000_frame_cache()
H A DChangeLog-19983726 fdata.gpr_offset and fdata.fpr_offset, not fdata.offset.