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

  /src/external/gpl3/binutils/dist/opcodes/
aarch64-dis.c 1750 int index_regno;
1752 index_regno = extract_field (self->fields[1], code, 0);
1753 if (index_regno == 31 && (self->flags & OPD_F_NO_ZR) != 0)
1757 info->addr.offset.regno = index_regno;
1749 int index_regno; local
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-dis.c 1743 int index_regno;
1745 index_regno = extract_field (self->fields[1], code, 0);
1746 if (index_regno == 31 && (self->flags & OPD_F_NO_ZR) != 0)
1750 info->addr.offset.regno = index_regno;
1741 int index_regno; local
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-dis.c 1743 int index_regno;
1745 index_regno = extract_field (self->fields[1], code, 0);
1746 if (index_regno == 31 && (self->flags & OPD_F_NO_ZR) != 0)
1750 info->addr.offset.regno = index_regno;
1741 int index_regno; local
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-dis.c 1742 int index_regno;
1744 index_regno = extract_field (self->fields[1], code, 0);
1745 if (index_regno == 31 && (self->flags & OPD_F_NO_ZR) != 0)
1749 info->addr.offset.regno = index_regno;
1740 int index_regno; local

Completed in 26 milliseconds