HomeSort by: relevance | last modified time | path
    Searched defs:first_reg (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
cse.cc 96 quantity number. The `qty_table` members `first_reg' and `last_reg',
144 the expression. This is done using `reg_qty' and qty_table `first_reg'.
221 `first_reg' and `last_reg' track the head and tail of the
250 unsigned int first_reg, last_reg; member in struct:qty_table_elem
861 ent->first_reg = reg;
887 firstr = ent->first_reg;
911 ent->first_reg = new_reg;
958 ent->first_reg = n;
2872 first = ent->first_reg;
4199 if (src_ent->first_reg == REGNO (dest)
    [all...]
df-problems.cc 607 bool first_reg = true;
625 if (! first_reg)
627 first_reg = false;
606 bool first_reg = true; local
  /src/external/gpl3/gcc.old/dist/gcc/
cse.cc 96 quantity number. The `qty_table` members `first_reg' and `last_reg',
144 the expression. This is done using `reg_qty' and qty_table `first_reg'.
221 `first_reg' and `last_reg' track the head and tail of the
250 unsigned int first_reg, last_reg; member in struct:qty_table_elem
857 ent->first_reg = reg;
883 firstr = ent->first_reg;
907 ent->first_reg = new_reg;
954 ent->first_reg = n;
2873 first = ent->first_reg;
4207 if (src_ent->first_reg == REGNO (dest)
    [all...]
df-problems.cc 607 bool first_reg = true;
625 if (! first_reg)
627 first_reg = false;
606 bool first_reg = true; local
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-opc.c 3910 const int first_reg = opnd->reglist.first_regno;
3911 const int last_reg = (first_reg + (num_regs - 1) * stride) & mask;
3932 style_reg (styler, "%s%d", prefix, first_reg),
3936 style_reg (styler, "%s%d.%s", prefix, first_reg, qlf_name),
3940 const int reg0 = first_reg;
3941 const int reg1 = (first_reg + stride) & mask;
3942 const int reg2 = (first_reg + stride * 2) & mask;
3943 const int reg3 = (first_reg + stride * 3) & mask;
3907 const int first_reg = opnd->reglist.first_regno; local
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-opc.c 3845 const int first_reg = opnd->reglist.first_regno;
3846 const int last_reg = (first_reg + (num_regs - 1) * stride) & mask;
3867 style_reg (styler, "%s%d", prefix, first_reg),
3871 style_reg (styler, "%s%d.%s", prefix, first_reg, qlf_name),
3875 const int reg0 = first_reg;
3876 const int reg1 = (first_reg + stride) & mask;
3877 const int reg2 = (first_reg + stride * 2) & mask;
3878 const int reg3 = (first_reg + stride * 3) & mask;
3842 const int first_reg = opnd->reglist.first_regno; local
  /src/external/gpl3/gcc/dist/gcc/config/mcore/
mcore.cc 2061 int first_reg = 15;
2063 while (fi.reg_mask & (1 << first_reg))
2064 first_reg--;
2065 first_reg++;
2068 gen_rtx_REG (SImode, first_reg),
2069 GEN_INT (16 - first_reg)));
2071 i -= (15 - first_reg);
2072 offs += (16 - first_reg) * 4;
2152 int first_reg;
2155 first_reg = 15
2056 int first_reg = 15; local
2147 int first_reg; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-logue.cc 127 int first_reg;
130 for (first_reg = 13; first_reg <= 31; first_reg++)
131 if (save_reg_p (first_reg))
134 return first_reg;
142 int first_reg;
145 for (first_reg = 14 + 32; first_reg <= 63; first_reg++
126 int first_reg; local
141 int first_reg; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/visium/
visium.cc 3874 int first_reg; local
3888 first_reg = max_reg1 + 1;
3894 first_reg = 0;
3902 first_reg, FIRST_PSEUDO_REGISTER - 1);
3908 first_reg, FIRST_PSEUDO_REGISTER - 1);
  /src/external/gpl3/gcc.old/dist/gcc/config/mcore/
mcore.cc 2060 int first_reg = 15;
2062 while (fi.reg_mask & (1 << first_reg))
2063 first_reg--;
2064 first_reg++;
2067 gen_rtx_REG (SImode, first_reg),
2068 GEN_INT (16 - first_reg)));
2070 i -= (15 - first_reg);
2071 offs += (16 - first_reg) * 4;
2151 int first_reg;
2154 first_reg = 15
2055 int first_reg = 15; local
2146 int first_reg; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-logue.cc 131 int first_reg;
134 for (first_reg = 13; first_reg <= 31; first_reg++)
135 if (save_reg_p (first_reg))
138 return first_reg;
146 int first_reg;
149 for (first_reg = 14 + 32; first_reg <= 63; first_reg++
130 int first_reg; local
145 int first_reg; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/visium/
visium.cc 3871 int first_reg; local
3885 first_reg = max_reg1 + 1;
3891 first_reg = 0;
3899 first_reg, FIRST_PSEUDO_REGISTER - 1);
3905 first_reg, FIRST_PSEUDO_REGISTER - 1);
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-opc.c 3836 const int first_reg = opnd->reglist.first_regno;
3837 const int last_reg = (first_reg + (num_regs - 1) * stride) & mask;
3858 style_reg (styler, "%s%d", prefix, first_reg),
3862 style_reg (styler, "%s%d.%s", prefix, first_reg, qlf_name),
3866 const int reg0 = first_reg;
3867 const int reg1 = (first_reg + stride) & mask;
3868 const int reg2 = (first_reg + stride * 2) & mask;
3869 const int reg3 = (first_reg + stride * 3) & mask;
3833 const int first_reg = opnd->reglist.first_regno; local
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-opc.c 3690 const int first_reg = opnd->reglist.first_regno;
3691 const int last_reg = (first_reg + (num_regs - 1) * stride) & mask;
3714 style_reg (styler, "%s%d.%s", prefix, first_reg, qlf_name),
3718 const int reg0 = first_reg;
3719 const int reg1 = (first_reg + stride) & mask;
3720 const int reg2 = (first_reg + stride * 2) & mask;
3721 const int reg3 = (first_reg + stride * 3) & mask;
3687 const int first_reg = opnd->reglist.first_regno; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic6x.c 1591 tic6x_register first_reg, second_reg; local
1595 reg_ok = tic6x_parse_register (&rq, &first_reg);
1609 || (first_reg.num != second_reg.num + 1)
1610 || (first_reg.side != second_reg.side))
1627 op->value.reg = first_reg;
1635 if (first_reg.num >= tic6x_num_registers)
1637 first_reg.num);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic6x.c 1591 tic6x_register first_reg, second_reg; local
1595 reg_ok = tic6x_parse_register (&rq, &first_reg);
1609 || (first_reg.num != second_reg.num + 1)
1610 || (first_reg.side != second_reg.side))
1627 op->value.reg = first_reg;
1635 if (first_reg.num >= tic6x_num_registers)
1637 first_reg.num);
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 2002 int first_reg, reg, offset;
2030 first_reg = (LAST_CALLEE_SAVED_REG + 1) - (live_seq - 2);
2033 reg >= first_reg;
2001 int first_reg, reg, offset; local
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.cc 395 int first_reg;
401 first_reg = local_cum;
405 *pretend_args = UNITS_PER_WORD * (TILEGX_NUM_ARG_REGS - first_reg);
416 first_reg)));
419 move_block_from_reg (first_reg, tmp,
420 TILEGX_NUM_ARG_REGS - first_reg);
393 int first_reg; local
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.cc 346 int first_reg;
352 first_reg = local_cum;
356 *pretend_args = UNITS_PER_WORD * (TILEPRO_NUM_ARG_REGS - first_reg);
367 first_reg)));
370 move_block_from_reg (first_reg, tmp,
371 TILEPRO_NUM_ARG_REGS - first_reg);
344 int first_reg; local
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 2660 int first_reg = (LAST_CALLEE_SAVED_REG + 1) - (live_seq - 2);
2663 reg >= first_reg;
2659 int first_reg = (LAST_CALLEE_SAVED_REG + 1) - (live_seq - 2); local
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc 2755 int first_reg = (VECTOR_MODE_P (arg.mode) local
2759 int reg_num = first_reg + cum_num;
2764 if (reg_num + num_regs <= first_reg + NUM_PARM_REGS)
2816 int first_reg = (VECTOR_MODE_P (arg.mode) local
2822 while ((first_reg + *cum_num) % num_regs != 0)
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 7918 int first_reg = crtl->args.info.words;
7922 for (regno = first_reg; regno < SPARC_INT_ARG_MAX; regno++)
7935 + UNITS_PER_WORD * first_reg));
7907 int first_reg = crtl->args.info.words; local
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 7903 int first_reg = crtl->args.info.words;
7907 for (regno = first_reg; regno < SPARC_INT_ARG_MAX; regno++)
7920 + UNITS_PER_WORD * first_reg));
7892 int first_reg = crtl->args.info.words; local
  /src/external/gpl3/binutils/dist/bfd/
elf32-arm.c 18629 int first_reg)
18637 | (((unsigned)first_reg >> 1) & 0x0000000f) << 12
18638 | (first_reg & 0x00000001) << 22;
18645 int first_reg)
18652 | (((unsigned)first_reg >>1 ) & 0x0000000f) << 12
18653 | (first_reg & 0x00000001) << 22;
19164 int first_reg = ((((unsigned int) initial_insn << 16) >> 28) << 1) local
19202 first_reg + chunk * 8);
19211 first_reg + chunk * 8);
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arm.c 18818 int first_reg)
18826 | (((unsigned)first_reg >> 1) & 0x0000000f) << 12
18827 | (first_reg & 0x00000001) << 22;
18834 int first_reg)
18841 | (((unsigned)first_reg >>1 ) & 0x0000000f) << 12
18842 | (first_reg & 0x00000001) << 22;
19353 int first_reg = ((((unsigned int) initial_insn << 16) >> 28) << 1) local
19391 first_reg + chunk * 8);
19400 first_reg + chunk * 8);

Completed in 138 milliseconds

1 2