HomeSort by: relevance | last modified time | path
    Searched defs:last_reg (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
mkregtable.c 207 int last_reg; local
233 last_reg = strtol(last_reg_s, NULL, 16);
265 if (t->offset_max < last_reg)
266 t->offset_max = last_reg;
  /src/external/gpl3/gcc/dist/gcc/
cse.cc 96 quantity number. The `qty_table` members `first_reg' and `last_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
862 ent->last_reg = reg;
888 lastr = ent->last_reg;
927 qty_table[q].last_reg = new_reg;
954 ent->last_reg = p;
regrename.cc 996 rtx last_reg = NULL_RTX, last_repl = NULL_RTX; local
1009 if (*chain->loc != last_reg)
1016 last_reg = *chain->loc;
reload1.cc 6509 rtx last_reg = reg_last_reload_reg[regno];
6511 i = REGNO (last_reg);
6514 GET_MODE (last_reg));
6515 i += subreg_regno_offset (i, GET_MODE (last_reg), byte, mode);
6529 last_reg)
6555 last_reg = (GET_MODE (last_reg) == mode
6556 ? last_reg : gen_rtx_REG (mode, i));
6602 reload_override_in[r] = last_reg;
6617 rld[r].reg_rtx = last_reg;
6485 rtx last_reg = reg_last_reload_reg[regno]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cse.cc 96 quantity number. The `qty_table` members `first_reg' and `last_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
858 ent->last_reg = reg;
884 lastr = ent->last_reg;
923 qty_table[q].last_reg = new_reg;
950 ent->last_reg = p;
regrename.cc 996 rtx last_reg = NULL_RTX, last_repl = NULL_RTX; local
1009 if (*chain->loc != last_reg)
1016 last_reg = *chain->loc;
reload1.cc 6509 rtx last_reg = reg_last_reload_reg[regno];
6511 i = REGNO (last_reg);
6514 GET_MODE (last_reg));
6515 i += subreg_regno_offset (i, GET_MODE (last_reg), byte, mode);
6529 last_reg)
6555 last_reg = (GET_MODE (last_reg) == mode
6556 ? last_reg : gen_rtx_REG (mode, i));
6602 reload_override_in[r] = last_reg;
6617 rld[r].reg_rtx = last_reg;
6485 rtx last_reg = reg_last_reload_reg[regno]; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_ring_submission.c 1491 i915_reg_t last_reg = {}; /* keep gcc quiet */ local
1498 last_reg = RING_PSMI_CTL(signaller->mmio_base);
1499 *cs++ = i915_mmio_reg_offset(last_reg);
1506 *cs++ = i915_mmio_reg_offset(last_reg);
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-opc.c 3911 const int last_reg = (first_reg + (num_regs - 1) * stride) & mask;
3933 style_reg (styler, "%s%d", prefix, last_reg), tb);
3937 style_reg (styler, "%s%d.%s", prefix, last_reg, qlf_name), tb);
3908 const int last_reg = (first_reg + (num_regs - 1) * stride) & mask; local
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-opc.c 3846 const int last_reg = (first_reg + (num_regs - 1) * stride) & mask;
3868 style_reg (styler, "%s%d", prefix, last_reg), tb);
3872 style_reg (styler, "%s%d.%s", prefix, last_reg, qlf_name), tb);
3843 const int last_reg = (first_reg + (num_regs - 1) * stride) & mask; local
  /src/external/gpl3/gcc/dist/gcc/config/rx/
rx.cc 1593 HOST_WIDE_INT last_reg;
1597 last_reg = (INTVAL (operands[0]) / UNITS_PER_WORD) - 1;
1606 reg_names [REGNO (first_push) - last_reg],
1944 HOST_WIDE_INT last_reg;
1951 last_reg = XVECLEN (operands[1], 0) - (is_popm ? 2 : 3);
1961 reg_names [REGNO (first_push) + last_reg]);
1966 reg_names [REGNO (first_push) + last_reg]);
1587 HOST_WIDE_INT last_reg; local
1938 HOST_WIDE_INT last_reg; local
  /src/external/gpl3/gcc/dist/gcc/config/visium/
visium.cc 1112 LAST_REG records the register set in the last insn and LAST_INSN_CALL
1116 gr5_avoid_hazard (rtx_insn *insn, unsigned int *last_reg, bool *last_insn_call)
1124 *last_reg = 0;
1132 *last_reg = 0;
1225 if (*last_reg != 0 && memrtx != NULL_RTX)
1238 if (reg == *last_reg)
1248 *last_reg = dest_reg;
1268 unsigned int last_reg = 0; local
1281 &last_reg, &last_insn_call);
1287 last_reg = 0
4134 int last_reg; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rx/
rx.cc 1592 HOST_WIDE_INT last_reg;
1596 last_reg = (INTVAL (operands[0]) / UNITS_PER_WORD) - 1;
1605 reg_names [REGNO (first_push) - last_reg],
1943 HOST_WIDE_INT last_reg;
1950 last_reg = XVECLEN (operands[1], 0) - (is_popm ? 2 : 3);
1960 reg_names [REGNO (first_push) + last_reg]);
1965 reg_names [REGNO (first_push) + last_reg]);
1586 HOST_WIDE_INT last_reg; local
1937 HOST_WIDE_INT last_reg; local
  /src/external/gpl3/gcc.old/dist/gcc/config/visium/
visium.cc 1111 LAST_REG records the register set in the last insn and LAST_INSN_CALL
1115 gr5_avoid_hazard (rtx_insn *insn, unsigned int *last_reg, bool *last_insn_call)
1123 *last_reg = 0;
1131 *last_reg = 0;
1224 if (*last_reg != 0 && memrtx != NULL_RTX)
1237 if (reg == *last_reg)
1247 *last_reg = dest_reg;
1267 unsigned int last_reg = 0; local
1280 &last_reg, &last_insn_call);
1286 last_reg = 0
4131 int last_reg; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-opc.c 3837 const int last_reg = (first_reg + (num_regs - 1) * stride) & mask;
3859 style_reg (styler, "%s%d", prefix, last_reg), tb);
3863 style_reg (styler, "%s%d.%s", prefix, last_reg, qlf_name), tb);
3834 const int last_reg = (first_reg + (num_regs - 1) * stride) & mask; local
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-opc.c 3691 const int last_reg = (first_reg + (num_regs - 1) * stride) & mask;
3715 style_reg (styler, "%s%d.%s", prefix, last_reg, qlf_name), tb);
3688 const int last_reg = (first_reg + (num_regs - 1) * stride) & mask; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-metag.c 3353 int last_reg = -1; local
3373 if (last_reg == -1)
3375 last_reg = regs[i]->no;
3376 lowest_fpu_reg = last_reg;
3382 if (regs[i]->no != (unsigned int)(last_reg + 2))
3385 else if (regs[i]->no != (unsigned int)(last_reg + 1))
3388 last_reg = regs[i]->no;
3421 if (last_reg == -1)
3423 last_reg = regs[i]->no;
3424 lowest_fpu_reg = last_reg;
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-metag.c 3353 int last_reg = -1; local
3373 if (last_reg == -1)
3375 last_reg = regs[i]->no;
3376 lowest_fpu_reg = last_reg;
3382 if (regs[i]->no != (unsigned int)(last_reg + 2))
3385 else if (regs[i]->no != (unsigned int)(last_reg + 1))
3388 last_reg = regs[i]->no;
3421 if (last_reg == -1)
3423 last_reg = regs[i]->no;
3424 lowest_fpu_reg = last_reg;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 4104 rtx base, mem_base, set, mem, reg, last_reg;
4129 last_reg = NULL;
4168 if (last_reg)
4173 || REGNO (last_reg) >= REGNO (reg))
4187 last_reg = reg;
4094 rtx base, mem_base, set, mem, reg, last_reg; local
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 4085 rtx base, mem_base, set, mem, reg, last_reg;
4110 last_reg = NULL;
4149 if (last_reg)
4154 || REGNO (last_reg) >= REGNO (reg))
4168 last_reg = reg;
4075 rtx base, mem_base, set, mem, reg, last_reg; local
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 7272 int last_reg;
7323 last_reg = FIRST_PSEUDO_REGISTER - LAST_BANKED_REG - 1;
7326 last_reg = FIRST_PSEUDO_REGISTER;
7328 for (int i = 0; i < last_reg; i++)
7261 int last_reg; local
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 7272 int last_reg;
7323 last_reg = FIRST_PSEUDO_REGISTER - LAST_BANKED_REG - 1;
7326 last_reg = FIRST_PSEUDO_REGISTER;
7328 for (int i = 0; i < last_reg; i++)
7261 int last_reg; local

Completed in 111 milliseconds