Searched refs:subreg_regno (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dresource.c100 first_regno = subreg_regno (dest);
227 unsigned int regno = subreg_regno (x);
771 unsigned int regno = subreg_regno (x);
H A Dpostreload.c1664 regno = subreg_regno (reg);
2167 regno = subreg_regno (dst);
H A Dreload.c873 if (!targetm.hard_regno_mode_ok (subreg_regno (x), mode))
1100 || !targetm.hard_regno_mode_ok (subreg_regno (in), inmode)))
1197 && !targetm.hard_regno_mode_ok (subreg_regno (out), outmode))
1259 in = gen_rtx_REG (GET_MODE (in), subreg_regno (in));
1266 out = gen_rtx_REG (GET_MODE (out), subreg_regno (out));
6063 int regno ATTRIBUTE_UNUSED = subreg_regno (x);
6533 unsigned int inner_regno = subreg_regno (x);
H A Dcaller-save.c950 regno = subreg_regno (reg);
H A Drtlanal.c1767 unsigned int inner_regno = subreg_regno (x);
1860 regno = subreg_regno (x);
4041 subreg_regno (const_rtx x)
4016 subreg_regno (const_rtx x) function
H A Dreload1.c6474 regno = subreg_regno (rld[r].in_reg);
6497 regno = subreg_regno (rld[r].in);
6666 regno = subreg_regno (equiv);
H A Drtl.h2458 extern unsigned int subreg_regno (const_rtx);
H A Dfinal.c3396 regno = subreg_regno (x);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dresource.cc101 first_regno = subreg_regno (dest);
228 unsigned int regno = subreg_regno (x);
757 unsigned int regno = subreg_regno (x);
H A Dpostreload.cc1674 regno = subreg_regno (reg);
2177 regno = subreg_regno (dst);
H A Dreload.cc873 if (!targetm.hard_regno_mode_ok (subreg_regno (x), mode))
1110 || !targetm.hard_regno_mode_ok (subreg_regno (in),
1216 && !targetm.hard_regno_mode_ok (subreg_regno (out), outmode))
1278 in = gen_rtx_REG (GET_MODE (in), subreg_regno (in));
1285 out = gen_rtx_REG (GET_MODE (out), subreg_regno (out));
6033 int regno ATTRIBUTE_UNUSED = subreg_regno (x);
6503 unsigned int inner_regno = subreg_regno (x);
H A Dcaller-save.cc950 regno = subreg_regno (reg);
H A Drtlanal.cc1801 unsigned int inner_regno = subreg_regno (x);
1894 regno = subreg_regno (x);
4370 subreg_regno (const_rtx x)
H A Dreload1.cc6470 regno = subreg_regno (rld[r].in_reg);
6493 regno = subreg_regno (rld[r].in);
6662 regno = subreg_regno (equiv);
H A Dfinal.cc3183 regno = subreg_regno (x);
H A Drtl.h2466 extern unsigned int subreg_regno (const_rtx);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mn10300/
H A Dmn10300.c277 fprintf (file, "%s", reg_names[subreg_regno (x)]);
336 fprintf (file, "%s", reg_names[subreg_regno (x) + 1]);
426 fprintf (file, "%s", reg_names[subreg_regno (x)]);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mn10300/
H A Dmn10300.cc277 fprintf (file, "%s", reg_names[subreg_regno (x)]);
336 fprintf (file, "%s", reg_names[subreg_regno (x) + 1]);
426 fprintf (file, "%s", reg_names[subreg_regno (x)]);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rx/
H A Drx.c872 gcc_assert (subreg_regno (op) < FIRST_PSEUDO_REGISTER);
873 fprintf (file, "%s", reg_names [subreg_regno (op)]);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rx/
H A Drx.cc873 gcc_assert (subreg_regno (op) < FIRST_PSEUDO_REGISTER);
874 fprintf (file, "%s", reg_names [subreg_regno (op)]);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/v850/
H A Dv850.c623 fputs (reg_names[subreg_regno (x)], file);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/v850/
H A Dv850.cc623 fputs (reg_names[subreg_regno (x)], file);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c5433 basereg = subreg_regno (addr);
5452 basereg = subreg_regno (addr);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.cc5438 basereg = subreg_regno (addr);
5457 basereg = subreg_regno (addr);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/visium/
H A Dvisium.c4300 regno = subreg_regno (op);

Completed in 618 milliseconds

12