Home
last modified time | relevance | path

Searched refs:gregno (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c4774 int gregno = cum->sysv_gregno; in function_arg_advance() local
4780 gregno += (1 - gregno) & 1; in function_arg_advance()
4783 if (gregno + n_words - 1 > GP_ARG_MAX_REG) in function_arg_advance()
4796 cum->sysv_gregno = gregno + n_words; in function_arg_advance()
4835 spe_build_register_parallel (enum machine_mode mode, int gregno) in spe_build_register_parallel() argument
4842 r1 = gen_rtx_REG (DImode, gregno); in spe_build_register_parallel()
4847 r1 = gen_rtx_REG (DImode, gregno); in spe_build_register_parallel()
4849 r3 = gen_rtx_REG (DImode, gregno + 2); in spe_build_register_parallel()
4863 int gregno = cum->sysv_gregno; in rs6000_spe_function_arg() local
4873 gregno += (1 - gregno) & 1; in rs6000_spe_function_arg()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c3026 int gregno = cum->sysv_gregno; local
3036 if (n_words == 2 && (gregno & 1) == 0)
3037 gregno += 1;
3041 if (gregno + n_words - 1 > GP_ARG_MAX_REG)
3052 cum->sysv_gregno = gregno + n_words;
3170 int gregno = cum->sysv_gregno; local
3180 if (n_words == 2 && (gregno & 1) == 0)
3181 gregno += 1;
3185 if (gregno + n_words - 1 <= GP_ARG_MAX_REG)
3194 r1 = gen_rtx_REG (m, gregno);
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/cpu/
H A Dcris.cpu1955 (set-subreg-gr-bw BWD gregno newval)
1959 (set oldregval (reg h-raw-gr gregno))
1960 (set (reg h-gr gregno)
1963 (define-pmacro (set-subreg-gr BWD gregno newval)
1964 ((.sym set-subreg-gr- BWD) BWD gregno newval)
1966 (define-pmacro (set-subreg-gr-SI SI gregno newval)
1967 (set (reg h-gr gregno) newval)