Searched refs:REGNO (Results 451 - 475 of 479) sorted by relevance

<<11121314151617181920

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dira-int.h491 /* TRUE if allocno with the same REGNO in a subregion has been
1091 /* Return true if equivalence of pseudo REGNO is not a lvalue. */
1556 assigned hard register REGNO. */
1639 && regno == (int) REGNO (pic_offset_table_rtx))
H A Dstore-motion.cc256 if (regs_set[REGNO (temp)])
H A Doptabs.cc3740 && REGNO (op0) >= FIRST_PSEUDO_REGISTER)
3748 && REGNO (target) < FIRST_PSEUDO_REGISTER))
4209 && REGNO (SET_DEST (set)) >= FIRST_PSEUDO_REGISTER)
5455 || REGNO (target) < FIRST_PSEUDO_REGISTER
5500 || !REG_P (to) || REGNO (to) < FIRST_PSEUDO_REGISTER)
7770 if (!(REG_P (addr) && REGNO (addr) > LAST_VIRTUAL_REGISTER)
H A Dsimplify-rtx.cc2922 && REGNO (xop00) == REGNO (xop10)
5287 return REGNO (x) > REGNO (y);
5565 || (REGNO (ops[i].op) < FIRST_PSEUDO_REGISTER
5566 && fixed_regs[REGNO (ops[i].op)]
5567 && !global_regs[REGNO (ops[i].op)]
7487 regno = REGNO (op);
H A Dmodulo-sched.cc1163 if (REGNO (sub_reg) != REGNO (count_reg))
H A Dhaifa-sched.cc961 for the birth (if BIRTH_P) or death (if !BIRTH_P) of register REGNO.
1035 bitmap_set_range (region_ref_regs, REGNO (x), REG_NREGS (x));
1140 if (TEST_HARD_REG_BIT (set_regs, REGNO (XEXP (COND_EXEC_TEST (pat), 0))))
1315 regno = REGNO (XEXP (cond, 0));
5651 if (i > 0 && REGNO (base) != REGNO (prev_base))
H A Dread-rtl.cc1809 ORIGINAL_REGNO (return_rtx) = REGNO (return_rtx);
H A Ddwarf2out.cc4320 return ((REG_P (rtl) && REGNO (rtl) >= FIRST_PSEUDO_REGISTER)
4322 && REGNO (SUBREG_REG (rtl)) >= FIRST_PSEUDO_REGISTER));
14224 unsigned regno = REGNO (rtl);
14270 if (REGNO (rtl) >= FIRST_PSEUDO_REGISTER)
14340 unsigned reg = REGNO (rtl);
14438 /* Add COEFF * ((REGNO / FACTOR) - BIAS) to the value:
14439 add COEFF * (REGNO / FACTOR) now and subtract
14867 : REGNO (elim));
14885 regno = REGNO (reg);
14925 && REGNO (XEX
[all...]
H A Dira-color.cc4660 allocation of REGNO made by the reload. Remember that reg_renumber
4890 stack slot (if any) for REGNO with given INHERENT_SIZE and
4892 used for REGNO, the function returns NULL. */
5011 TOTAL_SIZE was allocated for REGNO. We store this info for
5075 in_p = in && REG_P (in) && (int) REGNO (in) == hard_regno;
5076 out_p = out && REG_P (out) && (int) REGNO (out) == hard_regno;
H A Dbuiltins.cc1626 && REGNO (crtl->args.internal_arg_pointer) > LAST_VIRTUAL_REGISTER)
3827 && lowpart_subreg_regno (REGNO (prev_rtx), prev_mode, mode) < 0)
3860 && lowpart_subreg_regno (REGNO (prev_rtx),
H A Dgenrecog.cc1133 /* Check REGNO (X) == LABEL. */
4069 /* Make sure that REGNO (X) has the right value. */
4072 REGNO (pattern), false);
4617 printf ("REGNO (");
H A Difcvt.cc3148 bitmap_set_bit (test_bb_temps, REGNO (SET_DEST (sset)));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc181 dest = gen_rtx_REG (SImode, REGNO (dest));
1708 value = gen_rtx_REG (vecmode, REGNO (operands[0]));
1721 input = gen_rtx_REG (vecmode, REGNO (input));
1741 large = gen_rtx_REG (V4SImode, REGNO (large));
1744 x = gen_rtx_REG (V4SImode, REGNO (value));
2143 REGNO (operands[0]) + (TARGET_64BIT ? 1 : 2));
5631 gcc_assert (!REG_P (operand) || !MMX_REGNO_P (REGNO (operand)));
5675 parts[i] = gen_rtx_REG (SImode, REGNO (operand) + i);
5726 parts[0] = gen_rtx_REG (DImode, REGNO (operand) + 0);
5727 parts[1] = gen_rtx_REG (upper_mode, REGNO (operan
[all...]
/netbsd-current/external/cddl/osnet/dev/dtrace/x86/
H A Ddis_tables.c2310 #define REGNO(x) (x & 0x7) /* to get 3 bit register */ macro
3872 reg = REGNO(opcode2);
3890 reg = REGNO(opcode7);
4173 reg = REGNO(opcode5);
4175 reg = REGNO(opcode2);
4187 reg = REGNO(opcode2);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.c3290 && REGNO (op0) >= FIRST_PSEUDO_REGISTER)
3298 && REGNO (target) < FIRST_PSEUDO_REGISTER))
3759 && REGNO (SET_DEST (set)) >= FIRST_PSEUDO_REGISTER)
4888 || REGNO (target) < FIRST_PSEUDO_REGISTER
4933 || !REG_P (to) || REGNO (to) < FIRST_PSEUDO_REGISTER)
7276 if (!(REG_P (addr) && REGNO (addr) > LAST_VIRTUAL_REGISTER)
H A Dmodulo-sched.c1161 if (REGNO (sub_reg) != REGNO (count_reg))
H A Dread-rtl.c1762 ORIGINAL_REGNO (return_rtx) = REGNO (return_rtx);
H A Dira-color.c3423 && regno == (int) REGNO (pic_offset_table_rtx))
4362 allocation of REGNO made by the reload. Remember that reg_renumber
4592 stack slot (if any) for REGNO with given INHERENT_SIZE and
4594 used for REGNO, the function returns NULL. */
4713 TOTAL_SIZE was allocated for REGNO. We store this info for
4777 in_p = in && REG_P (in) && (int) REGNO (in) == hard_regno;
4778 out_p = out && REG_P (out) && (int) REGNO (out) == hard_regno;
H A Dhaifa-sched.c961 for the birth (if BIRTH_P) or death (if !BIRTH_P) of register REGNO.
1035 bitmap_set_range (region_ref_regs, REGNO (x), REG_NREGS (x));
1140 if (TEST_HARD_REG_BIT (set_regs, REGNO (XEXP (COND_EXEC_TEST (pat), 0))))
1315 regno = REGNO (XEXP (cond, 0));
5649 if (i > 0 && REGNO (base) != REGNO (prev_base))
H A Ddwarf2out.c4233 return ((REG_P (rtl) && REGNO (rtl) >= FIRST_PSEUDO_REGISTER)
4235 && REGNO (SUBREG_REG (rtl)) >= FIRST_PSEUDO_REGISTER));
13747 unsigned regno = REGNO (rtl);
13793 if (REGNO (rtl) >= FIRST_PSEUDO_REGISTER)
13863 unsigned reg = REGNO (rtl);
13961 /* Add COEFF * ((REGNO / FACTOR) - BIAS) to the value:
13962 add COEFF * (REGNO / FACTOR) now and subtract
14390 : REGNO (elim));
14408 regno = REGNO (reg);
14448 && REGNO (XEX
[all...]
H A Dgenrecog.c1135 /* Check REGNO (X) == LABEL. */
4071 /* Make sure that REGNO (X) has the right value. */
4074 REGNO (pattern), false);
4619 printf ("REGNO (");
H A Difcvt.c3129 bitmap_set_bit (test_bb_temps, REGNO (SET_DEST (sset)));
H A Dexpmed.c1027 || hard_regno_nregs (REGNO (op0), op0_mode.require ()) != 1))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin.c917 df_set_regs_ever_live (REGNO (pic), true);
988 df_set_regs_ever_live (REGNO (pic), true);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin.cc930 df_set_regs_ever_live (REGNO (pic), true);
998 df_set_regs_ever_live (REGNO (pic), true);

Completed in 582 milliseconds

<<11121314151617181920