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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dregcprop.c603 unsigned regno0 = REGNO (op0), regno1 = REGNO (op1); local
606 && regno_ok_for_base_p (regno0, mode, as, PLUS, REG))
608 else if (REGNO_OK_FOR_INDEX_P (regno0)
611 else if (regno_ok_for_base_p (regno0, mode, as, PLUS, REG)
H A Dregrename.c1344 unsigned regno0 = REGNO (op0), regno1 = REGNO (op1); local
1347 && regno_ok_for_base_p (regno0, mode, as, PLUS, REG))
1349 else if (REGNO_OK_FOR_INDEX_P (regno0)
1352 else if (regno_ok_for_base_p (regno0, mode, as, PLUS, REG)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dregcprop.cc605 unsigned regno0 = REGNO (op0), regno1 = REGNO (op1); local
608 && regno_ok_for_base_p (regno0, mode, as, PLUS, REG))
610 else if (REGNO_OK_FOR_INDEX_P (regno0)
613 else if (regno_ok_for_base_p (regno0, mode, as, PLUS, REG)
H A Dregrename.cc1364 unsigned regno0 = REGNO (op0), regno1 = REGNO (op1); local
1367 && regno_ok_for_base_p (regno0, mode, as, PLUS, REG))
1369 else if (REGNO_OK_FOR_INDEX_P (regno0)
1372 else if (regno_ok_for_base_p (regno0, mode, as, PLUS, REG)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.c616 int regno0 = REGNO (op0) + subreg_offset0;
623 if (regno0 == regno1)
626 else if (GP_REG_P (regno0))
641 if (GP_REG_P (regno0))
680 if (GP_REG_P (regno0))
683 else if (GP_REG_P (regno0))
698 if (GP_REG_P (regno0))
609 int regno0 = REGNO (op0) + subreg_offset0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.cc616 int regno0 = REGNO (op0) + subreg_offset0;
623 if (regno0 == regno1)
626 else if (GP_REG_P (regno0))
641 if (GP_REG_P (regno0))
680 if (GP_REG_P (regno0))
683 else if (GP_REG_P (regno0))
698 if (GP_REG_P (regno0))
609 int regno0 = REGNO (op0) + subreg_offset0; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c14627 distance_agu_use (unsigned int regno0, rtx_insn *insn)
14635 distance = distance_agu_use_in_bb (regno0, insn, distance,
14653 distance = distance_agu_use_in_bb (regno0, insn,
14665 = distance_agu_use_in_bb (regno0, insn,
14701 ix86_lea_outperforms (rtx_insn *insn, unsigned int regno0, unsigned int regno1,
14715 if (regno0 == regno1 || regno0 == regno2)
14723 dist_use = distance_agu_use (regno0, insn);
14798 unsigned int regno0, regno1, regno2; local
14808 regno0
14599 distance_agu_use(unsigned int regno0, rtx_insn *insn) argument
14673 ix86_lea_outperforms(rtx_insn *insn, unsigned int regno0, unsigned int regno1, unsigned int regno2, int split_cost, bool has_scale) argument
14770 unsigned int regno0, regno1, regno2; local
14820 unsigned int regno0, regno1, regno2; local
14923 unsigned int regno0 = true_regnum (operands[0]); local
[all...]
H A Di386-expand.c1302 unsigned int regno0, regno1, regno2; local
1312 regno0 = true_regnum (target);
1334 if (regno1 == regno0)
1340 gcc_assert (regno2 != regno0);
1348 if (regno0 != regno2)
1371 if (regno0 != regno2)
1376 if (regno0 != regno1)
1381 if (regno0 == regno1)
1383 else if (regno0 == regno2)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc15230 distance_agu_use (unsigned int regno0, rtx_insn *insn)
15238 distance = distance_agu_use_in_bb (regno0, insn, distance,
15256 distance = distance_agu_use_in_bb (regno0, insn,
15268 = distance_agu_use_in_bb (regno0, insn,
15304 ix86_lea_outperforms (rtx_insn *insn, unsigned int regno0, unsigned int regno1,
15318 if (regno0 == regno1 || regno0 == regno2)
15327 dist_use = distance_agu_use (regno0, insn);
15367 unsigned int regno0, regno1, regno2;
15373 regno0
[all...]
H A Di386-expand.cc1565 unsigned int regno0, regno1, regno2; local
1575 regno0 = true_regnum (target);
1597 if (regno1 == regno0)
1603 gcc_assert (regno2 != regno0);
1611 if (regno0 != regno2)
1635 if (regno0 != regno2)
1640 if (regno0 != regno1)
1645 if (regno0 == regno1)
1647 else if (regno0 == regno2)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c3321 unsigned regno0;
3382 regno0 = REGNO (x0);
3383 if (!frv_regno_ok_for_base_p (regno0, strict_p))
3286 unsigned regno0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.cc3309 unsigned regno0;
3370 regno0 = REGNO (x0);
3371 if (!frv_regno_ok_for_base_p (regno0, strict_p))
3275 unsigned regno0; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c7507 int regno0 = REGNO (op0);
7509 if (!HARD_REGISTER_NUM_P (regno0) || !HARD_REGISTER_NUM_P (regno1))
7512 if (INT_REGNO_P (regno0) && VSX_REGNO_P (regno1))
7515 if (VSX_REGNO_P (regno0) && INT_REGNO_P (regno1))
26051 int sub_size, regno0, regno1, nregs, i;
26067 regno0 = REGNO (op0);
26071 gcc_assert (IN_RANGE (regno0, FIRST_GPR_REGNO, LAST_GPR_REGNO));
26074 nregs = rs6000_hard_regno_nregs[(int)mode][regno0];
7495 int regno0 = REGNO (op0); local
25995 int sub_size, regno0, regno1, nregs, i; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc8214 int regno0 = REGNO (op0);
8216 if (!HARD_REGISTER_NUM_P (regno0) || !HARD_REGISTER_NUM_P (regno1))
8219 if (INT_REGNO_P (regno0) && VSX_REGNO_P (regno1))
8222 if (VSX_REGNO_P (regno0) && INT_REGNO_P (regno1))
26954 int sub_size, regno0, regno1, nregs, i;
26970 regno0 = REGNO (op0);
26974 gcc_assert (IN_RANGE (regno0, FIRST_GPR_REGNO, LAST_GPR_REGNO));
26977 nregs = rs6000_hard_regno_nregs[(int)mode][regno0];
8202 int regno0 = REGNO (op0); local
26898 int sub_size, regno0, regno1, nregs, i; local

Completed in 756 milliseconds