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

  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-predicates.cc 196 int first_regno; local
272 first_regno = REGNO (elt_reg);
281 first_regno,
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-predicates.cc 196 int first_regno; local
272 first_regno = REGNO (elt_reg);
281 first_regno,
  /src/external/gpl3/gcc/dist/gcc/
resource.cc 92 int first_regno, last_regno;
101 first_regno = subreg_regno (dest);
102 last_regno = first_regno + subreg_nregs (dest);
107 first_regno = REGNO (dest);
112 for (i = first_regno; i < last_regno; i++)
115 for (i = first_regno; i < last_regno; i++)
90 int first_regno, last_regno; local
  /src/external/gpl3/gcc.old/dist/gcc/
resource.cc 92 int first_regno, last_regno;
101 first_regno = subreg_regno (dest);
102 last_regno = first_regno + subreg_nregs (dest);
107 first_regno = REGNO (dest);
112 for (i = first_regno; i < last_regno; i++)
115 for (i = first_regno; i < last_regno; i++)
90 int first_regno, last_regno; local
  /src/external/gpl3/binutils/dist/opcodes/
m68k-dis.c 1267 int first_regno;
1275 first_regno = regno;
1278 if (regno > first_regno)
1314 int first_regno;
1321 first_regno = regno;
1324 if (regno > first_regno)
1265 int first_regno; local
1312 int first_regno; local
  /src/external/gpl3/binutils.old/dist/opcodes/
m68k-dis.c 1267 int first_regno;
1275 first_regno = regno;
1278 if (regno > first_regno)
1314 int first_regno;
1321 first_regno = regno;
1324 if (regno > first_regno)
1265 int first_regno; local
1312 int first_regno; local
  /src/external/gpl3/gdb/dist/opcodes/
m68k-dis.c 1267 int first_regno;
1275 first_regno = regno;
1278 if (regno > first_regno)
1314 int first_regno;
1321 first_regno = regno;
1324 if (regno > first_regno)
1265 int first_regno; local
1312 int first_regno; local
  /src/external/gpl3/gdb.old/dist/opcodes/
m68k-dis.c 1265 int first_regno;
1273 first_regno = regno;
1276 if (regno > first_regno)
1312 int first_regno;
1319 first_regno = regno;
1322 if (regno > first_regno)
1263 int first_regno; local
1310 int first_regno; local
  /src/external/gpl3/gcc/dist/gcc/config/visium/
visium.cc 3512 const int first_regno[last_type] = {0, MDB_REGNUM, MDC_REGNUM, FP_FIRST_REGNUM}; variable
3659 int mask_bit = 1 << (regno - first_regno[reg_type]);
3676 int mask_bit = 1 << (regno - first_regno[reg_type]);
3739 int mask_bit = 1 << (regno - first_regno[reg_type]);
3776 int mask_bit = 1 << (regno - first_regno[reg_type]);
4009 int mask_bit = 1 << (regno - first_regno[reg_type]);
  /src/external/gpl3/gcc.old/dist/gcc/config/visium/
visium.cc 3509 const int first_regno[last_type] = {0, MDB_REGNUM, MDC_REGNUM, FP_FIRST_REGNUM}; variable
3656 int mask_bit = 1 << (regno - first_regno[reg_type]);
3673 int mask_bit = 1 << (regno - first_regno[reg_type]);
3736 int mask_bit = 1 << (regno - first_regno[reg_type]);
3773 int mask_bit = 1 << (regno - first_regno[reg_type]);
4006 int mask_bit = 1 << (regno - first_regno[reg_type]);
  /src/external/gpl3/gdb/dist/include/opcode/
aarch64.h 1634 unsigned first_regno : 8;
1631 unsigned first_regno : 8; member in struct:aarch64_reglist
  /src/external/gpl3/gdb.old/dist/include/opcode/
aarch64.h 1509 unsigned first_regno : 8;
1506 unsigned first_regno : 8; member in struct:aarch64_reglist
  /src/external/gpl3/binutils/dist/include/opcode/
aarch64.h 1777 unsigned first_regno : 8;
1774 unsigned first_regno : 8; member in struct:aarch64_reglist
  /src/external/gpl3/binutils.old/dist/include/opcode/
aarch64.h 1790 unsigned first_regno : 8;
1787 unsigned first_regno : 8; member in struct:aarch64_reglist

Completed in 55 milliseconds