Searched refs:gregno (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-call.cc | 1219 int gregno = cum->sysv_gregno; in rs6000_function_arg_advance_1() local 1225 gregno += (1 - gregno) & 1; in rs6000_function_arg_advance_1() 1228 if (gregno + n_words - 1 > GP_ARG_MAX_REG) in rs6000_function_arg_advance_1() 1240 cum->sysv_gregno = gregno + n_words; in rs6000_function_arg_advance_1() 1771 int gregno = cum->sysv_gregno; in rs6000_function_arg() local 1777 gregno += (1 - gregno) & 1; in rs6000_function_arg() 1780 if (gregno + n_words - 1 > GP_ARG_MAX_REG) in rs6000_function_arg() 1785 gregno - GP_ARG_MIN_REG); in rs6000_function_arg() 1786 return gen_rtx_REG (mode, gregno); in rs6000_function_arg()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000-call.c | 6642 int gregno = cum->sysv_gregno; in rs6000_function_arg_advance_1() local 6648 gregno += (1 - gregno) & 1; in rs6000_function_arg_advance_1() 6651 if (gregno + n_words - 1 > GP_ARG_MAX_REG) in rs6000_function_arg_advance_1() 6663 cum->sysv_gregno = gregno + n_words; in rs6000_function_arg_advance_1() 7194 int gregno = cum->sysv_gregno; in rs6000_function_arg() local 7200 gregno += (1 - gregno) & 1; in rs6000_function_arg() 7203 if (gregno + n_words - 1 > GP_ARG_MAX_REG) in rs6000_function_arg() 7208 gregno - GP_ARG_MIN_REG); in rs6000_function_arg() 7209 return gen_rtx_REG (mode, gregno); in rs6000_function_arg()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
| H A D | riscv.c | 2701 unsigned gregno = gpr_base + info->gpr_offset; in riscv_get_arg_info() local 2751 std::swap (fregno, gregno); in riscv_get_arg_info() 2755 gregno, TYPE_MODE (fields[1].type), in riscv_get_arg_info()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| H A D | riscv.cc | 3056 unsigned gregno = gpr_base + info->gpr_offset; in riscv_get_arg_info() local 3106 std::swap (fregno, gregno); in riscv_get_arg_info() 3110 gregno, TYPE_MODE (fields[1].type), in riscv_get_arg_info()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| H A D | loongarch.cc | 536 unsigned gregno = gpr_base + info->gpr_offset; in loongarch_get_arg_info() local 588 std::swap (fregno, gregno); in loongarch_get_arg_info() 592 fields[0].offset, gregno, in loongarch_get_arg_info()
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | cris.cpu | 1957 (set-subreg-gr-bw BWD gregno newval) 1961 (set oldregval (reg h-raw-gr gregno)) 1962 (set (reg h-gr gregno) 1965 (define-pmacro (set-subreg-gr BWD gregno newval) 1966 ((.sym set-subreg-gr- BWD) BWD gregno newval) 1968 (define-pmacro (set-subreg-gr-SI SI gregno newval) 1969 (set (reg h-gr gregno) newval)
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | cris.cpu | 1956 (set-subreg-gr-bw BWD gregno newval) 1960 (set oldregval (reg h-raw-gr gregno)) 1961 (set (reg h-gr gregno) 1964 (define-pmacro (set-subreg-gr BWD gregno newval) 1965 ((.sym set-subreg-gr- BWD) BWD gregno newval) 1967 (define-pmacro (set-subreg-gr-SI SI gregno newval) 1968 (set (reg h-gr gregno) newval)
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | cris.cpu | 1956 (set-subreg-gr-bw BWD gregno newval) 1960 (set oldregval (reg h-raw-gr gregno)) 1961 (set (reg h-gr gregno) 1964 (define-pmacro (set-subreg-gr BWD gregno newval) 1965 ((.sym set-subreg-gr- BWD) BWD gregno newval) 1967 (define-pmacro (set-subreg-gr-SI SI gregno newval) 1968 (set (reg h-gr gregno) newval)
|