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

  /src/external/gpl3/gdb.old/dist/gdb/
tic6x-tdep.h 57 int has_gp = 0; /* Has general purpose registers A16 - A31 and B16 - B31. */ member in struct:tic6x_gdbarch_tdep
tic6x-tdep.c 1141 int has_gp = 0; local
1182 has_gp = 1;
1216 if (has_gp != tdep->has_gp)
1227 tdep->has_gp = has_gp;
  /src/external/gpl3/gdb/dist/gdb/
tic6x-tdep.h 57 int has_gp = 0; /* Has general purpose registers A16 - A31 and B16 - B31. */ member in struct:tic6x_gdbarch_tdep
tic6x-tdep.c 1141 int has_gp = 0; local
1182 has_gp = 1;
1216 if (has_gp != tdep->has_gp)
1227 tdep->has_gp = has_gp;
  /src/external/gpl3/binutils/dist/opcodes/
riscv-dis.c 49 bool has_gp; member in struct:riscv_private_data
206 else if (base_reg == X_GP && pd->has_gp)
1427 pd->has_gp = false;
1434 pd->has_gp = true;
  /src/external/gpl3/binutils.old/dist/opcodes/
riscv-dis.c 49 bool has_gp; member in struct:riscv_private_data
206 else if (base_reg == X_GP && pd->has_gp)
1427 pd->has_gp = false;
1434 pd->has_gp = true;
  /src/external/gpl3/gdb.old/dist/opcodes/
riscv-dis.c 66 bool has_gp; member in struct:riscv_private_data
211 else if (base_reg == X_GP && pd->has_gp)
1347 pd->has_gp = false;
1355 pd->has_gp = true;
  /src/external/gpl3/gdb/dist/opcodes/
riscv-dis.c 49 bool has_gp; member in struct:riscv_private_data
206 else if (base_reg == X_GP && pd->has_gp)
1427 pd->has_gp = false;
1434 pd->has_gp = true;

Completed in 44 milliseconds