Home
last modified time | relevance | path

Searched refs:has_gp (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtic6x-tdep.c1141 int has_gp = 0; in tic6x_gdbarch_init() local
1182 has_gp = 1; in tic6x_gdbarch_init()
1216 if (has_gp != tdep->has_gp) in tic6x_gdbarch_init()
1227 tdep->has_gp = has_gp; in tic6x_gdbarch_init()
Dtic6x-linux-tdep.c69 return 4 * (tdep->has_gp ? 55 : 23); in tic6x_register_sigcontext_offset()
115 if (tdep->has_gp) in tic6x_linux_rt_sigreturn_init()
Dtic6x-tdep.h57 int has_gp = 0; /* Has general purpose registers A16 - A31 and B16 - B31. */ member
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Driscv-dis.c61 bool has_gp; member
201 else if (base_reg == X_GP && pd->has_gp) in maybe_print_address()
1221 pd->has_gp = false; in riscv_init_disasm_info()
1229 pd->has_gp = true; in riscv_init_disasm_info()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Driscv-dis.c61 bool has_gp; member
201 else if (base_reg == X_GP && pd->has_gp) in maybe_print_address()
1268 pd->has_gp = false; in riscv_init_disasm_info()
1276 pd->has_gp = true; in riscv_init_disasm_info()