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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c4820 int gregno = cum->sysv_gregno;
4826 gregno += (1 - gregno) & 1;
4829 if (gregno + n_words - 1 > GP_ARG_MAX_REG)
4839 /* Note: continuing to accumulate gregno past when we've started
4842 cum->sysv_gregno = gregno + n_words;
4849 fprintf (stderr, "gregno = %2d, nargs = %4d, proto = %d, ",
4881 spe_build_register_parallel (enum machine_mode mode, int gregno)
4888 r1 = gen_rtx_REG (DImode, gregno);
4893 r1 = gen_rtx_REG (DImode, gregno);
4807 int gregno = cum->sysv_gregno; local
4868 spe_build_register_parallel(enum machine_mode mode, int gregno) argument
4896 int gregno = cum->sysv_gregno; local
5335 int gregno = cum->sysv_gregno; local
[all...]

Completed in 159 milliseconds