Home
last modified time | relevance | path

Searched refs:reg_words (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/score/
H A Dscore.c86 unsigned int reg_words; /* The number of words passed in registers */ member
556 info->reg_words = MIN (num_words, max_regs); in score_classify_arg()
557 info->stack_words = num_words - info->reg_words; in score_classify_arg()
824 cum->num_gprs = info.reg_offset + info.reg_words; in score_function_arg_advance()
838 return info.stack_words > 0 ? info.reg_words * UNITS_PER_WORD : 0; in score_arg_partial_bytes()
861 rtx ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in score_function_arg()
863 for (i = 0; i < info.reg_words; i++) in score_function_arg()
/dports/lang/gcc48/gcc-4.8.5/gcc/config/score/
H A Dscore.c82 unsigned int reg_words; /* The number of words passed in registers */ member
576 info->reg_words = MIN (num_words, max_regs); in score_classify_arg()
577 info->stack_words = num_words - info->reg_words; in score_classify_arg()
844 cum->num_gprs = info.reg_offset + info.reg_words; in score_function_arg_advance()
858 return info.stack_words > 0 ? info.reg_words * UNITS_PER_WORD : 0; in score_arg_partial_bytes()
881 rtx ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in score_function_arg()
883 for (i = 0; i < info.reg_words; i++) in score_function_arg()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/score/
H A Dscore.c82 unsigned int reg_words; /* The number of words passed in registers */ member
576 info->reg_words = MIN (num_words, max_regs); in score_classify_arg()
577 info->stack_words = num_words - info->reg_words; in score_classify_arg()
844 cum->num_gprs = info.reg_offset + info.reg_words; in score_function_arg_advance()
858 return info.stack_words > 0 ? info.reg_words * UNITS_PER_WORD : 0; in score_arg_partial_bytes()
881 rtx ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in score_function_arg()
883 for (i = 0; i < info.reg_words; i++) in score_function_arg()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/mips/
H A Dmips.c365 unsigned int reg_words; member
3720 info->reg_words = MIN (num_words, max_regs); in mips_arg_info()
3721 info->stack_words = num_words - info->reg_words; in mips_arg_info()
3745 cum->num_gprs = info.reg_offset + info.reg_words; in function_arg_advance()
3746 else if (info.reg_words > 0) in function_arg_advance()
3814 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in function_arg()
3818 for (i = 0; i < info.reg_words; i++) in function_arg()
3862 return info.stack_words > 0 ? info.reg_words : 0; in function_arg_partial_nregs()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/mips/
H A Dmips.c365 unsigned int reg_words; member
3720 info->reg_words = MIN (num_words, max_regs); in mips_arg_info()
3721 info->stack_words = num_words - info->reg_words; in mips_arg_info()
3745 cum->num_gprs = info.reg_offset + info.reg_words; in function_arg_advance()
3746 else if (info.reg_words > 0) in function_arg_advance()
3814 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in function_arg()
3818 for (i = 0; i < info.reg_words; i++) in function_arg()
3862 return info.stack_words > 0 ? info.reg_words : 0; in function_arg_partial_nregs()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/mips/
H A Dmips.c468 unsigned int reg_words; member
3683 info->reg_words = MIN (num_words, max_regs); in mips_arg_info()
3684 info->stack_words = num_words - info->reg_words; in mips_arg_info()
3708 cum->num_gprs = info.reg_offset + info.reg_words; in function_arg_advance()
3709 else if (info.reg_words > 0) in function_arg_advance()
3777 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in function_arg()
3781 for (i = 0; i < info.reg_words; i++) in function_arg()
3826 gen_rtx_REG (inner, reg + info.reg_words / 2), in function_arg()
3851 return info.stack_words > 0 ? info.reg_words * UNITS_PER_WORD : 0; in mips_arg_partial_bytes()
/dports/lang/gcc48/gcc-4.8.5/gcc/config/mips/
H A Dmips.c410 unsigned int reg_words; member
5001 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5002 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
5091 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
5095 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
5135 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
5138 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
5149 regno + info.reg_words / 2), in mips_function_arg()
5184 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
5185 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/mips/
H A Dmips.c410 unsigned int reg_words; member
5013 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5014 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
5103 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
5107 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
5147 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
5150 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
5161 regno + info.reg_words / 2), in mips_function_arg()
5196 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
5197 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/mips/
H A Dmips.c322 unsigned int reg_words; member
5432 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5433 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
5522 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
5526 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
5566 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
5569 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
5580 regno + info.reg_words / 2), in mips_function_arg()
5615 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
5616 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/mips/
H A Dmips.c444 unsigned int reg_words; member
5208 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5209 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
5298 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
5302 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
5342 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
5345 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
5356 regno + info.reg_words / 2), in mips_function_arg()
5391 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
5392 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/mips/
H A Dmips.c322 unsigned int reg_words; member
5432 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5433 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
5522 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
5526 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
5566 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
5569 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
5580 regno + info.reg_words / 2), in mips_function_arg()
5615 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
5616 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/mips/
H A Dmips.c330 unsigned int reg_words; member
5890 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5891 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
5980 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
5984 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
6024 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
6027 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
6038 regno + info.reg_words / 2), in mips_function_arg()
6073 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
6074 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/config/mips/
H A Dmips.c340 unsigned int reg_words; member
5946 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5947 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
6036 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
6040 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
6080 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
6083 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
6094 regno + info.reg_words / 2), in mips_function_arg()
6129 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
6130 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/mips/
H A Dmips.c330 unsigned int reg_words; member
5890 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5891 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
5980 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
5984 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
6024 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
6027 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
6038 regno + info.reg_words / 2), in mips_function_arg()
6073 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
6074 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/mips/
H A Dmips.c340 unsigned int reg_words; member
5947 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5948 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
6036 ret = gen_rtx_PARALLEL (arg.mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
6040 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
6080 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
6083 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
6094 regno + info.reg_words / 2), in mips_function_arg()
6129 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
6130 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/mips/
H A Dmips.c340 unsigned int reg_words; member
5947 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5948 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
6036 ret = gen_rtx_PARALLEL (arg.mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
6040 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
6080 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
6083 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
6094 regno + info.reg_words / 2), in mips_function_arg()
6129 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
6130 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/mips/
H A Dmips.c340 unsigned int reg_words; member
5947 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5948 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
6036 ret = gen_rtx_PARALLEL (arg.mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
6040 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
6080 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
6083 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
6094 regno + info.reg_words / 2), in mips_function_arg()
6129 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
6130 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/mips/
H A Dmips.c342 unsigned int reg_words; member
5949 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5950 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
6038 ret = gen_rtx_PARALLEL (arg.mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
6042 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
6082 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
6085 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
6096 regno + info.reg_words / 2), in mips_function_arg()
6131 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
6132 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/mips/
H A Dmips.c330 unsigned int reg_words; member
5890 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5891 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
5980 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
5984 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
6024 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
6027 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
6038 regno + info.reg_words / 2), in mips_function_arg()
6073 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
6074 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/mips/
H A Dmips.c330 unsigned int reg_words; member
5890 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5891 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
5980 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
5984 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
6024 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
6027 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
6038 regno + info.reg_words / 2), in mips_function_arg()
6073 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
6074 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/mips/
H A Dmips.c330 unsigned int reg_words; member
5890 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5891 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
5980 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
5984 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
6024 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
6027 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
6038 regno + info.reg_words / 2), in mips_function_arg()
6073 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
6074 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/mips/
H A Dmips.c340 unsigned int reg_words; member
5947 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5948 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
6036 ret = gen_rtx_PARALLEL (arg.mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
6040 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
6080 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
6083 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
6094 regno + info.reg_words / 2), in mips_function_arg()
6129 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
6130 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/mips/
H A Dmips.c340 unsigned int reg_words; member
5935 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5936 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
6025 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
6029 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
6069 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
6072 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
6083 regno + info.reg_words / 2), in mips_function_arg()
6118 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
6119 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/config/mips/
H A Dmips.c340 unsigned int reg_words; member
5947 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5948 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
6036 ret = gen_rtx_PARALLEL (arg.mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
6040 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
6080 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
6083 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
6094 regno + info.reg_words / 2), in mips_function_arg()
6129 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
6130 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/mips/
H A Dmips.c340 unsigned int reg_words; member
5946 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5947 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
6036 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
6040 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
6080 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
6083 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
6094 regno + info.reg_words / 2), in mips_function_arg()
6129 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
6130 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]

12