Searched refs:nios2_regs (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dnios2-dis.c227 if (!strcmp (nios2_regs[i].name, "c0"))
229 cached = nios2_regs + i;
247 if (!strcmp (nios2_regs[i].name, "status"))
249 cached = nios2_regs + i;
308 reg_base = nios2_regs;
341 reg_base = nios2_regs;
398 reg_base = nios2_regs;
473 (*info->fprintf_func) (info->stream, "%s", nios2_regs[i].name);
530 (*info->fprintf_func) (info->stream, "%s", nios2_regs[i].name);
549 (*info->fprintf_func) (info->stream, "%s", nios2_regs[
[all...]
H A Dnios2-opc.c169 struct nios2_reg *nios2_regs = (struct nios2_reg *) nios2_builtin_regs; variable in typeref:struct:nios2_reg
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dnios2-dis.c227 if (!strcmp (nios2_regs[i].name, "c0"))
229 cached = nios2_regs + i;
247 if (!strcmp (nios2_regs[i].name, "status"))
249 cached = nios2_regs + i;
308 reg_base = nios2_regs;
341 reg_base = nios2_regs;
398 reg_base = nios2_regs;
473 (*info->fprintf_func) (info->stream, "%s", nios2_regs[i].name);
530 (*info->fprintf_func) (info->stream, "%s", nios2_regs[i].name);
549 (*info->fprintf_func) (info->stream, "%s", nios2_regs[
[all...]
H A Dnios2-opc.c169 struct nios2_reg *nios2_regs = (struct nios2_reg *) nios2_builtin_regs; variable in typeref:struct:nios2_reg
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dnios2-dis.c227 if (!strcmp (nios2_regs[i].name, "c0"))
229 cached = nios2_regs + i;
247 if (!strcmp (nios2_regs[i].name, "status"))
249 cached = nios2_regs + i;
308 reg_base = nios2_regs;
341 reg_base = nios2_regs;
398 reg_base = nios2_regs;
473 (*info->fprintf_func) (info->stream, "%s", nios2_regs[i].name);
530 (*info->fprintf_func) (info->stream, "%s", nios2_regs[i].name);
549 (*info->fprintf_func) (info->stream, "%s", nios2_regs[
[all...]
H A Dnios2-opc.c169 struct nios2_reg *nios2_regs = (struct nios2_reg *) nios2_builtin_regs; variable in typeref:struct:nios2_reg
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dnios2-dis.c227 if (!strcmp (nios2_regs[i].name, "c0"))
229 cached = nios2_regs + i;
247 if (!strcmp (nios2_regs[i].name, "status"))
249 cached = nios2_regs + i;
308 reg_base = nios2_regs;
341 reg_base = nios2_regs;
398 reg_base = nios2_regs;
473 (*info->fprintf_func) (info->stream, "%s", nios2_regs[i].name);
530 (*info->fprintf_func) (info->stream, "%s", nios2_regs[i].name);
549 (*info->fprintf_func) (info->stream, "%s", nios2_regs[
[all...]
H A Dnios2-opc.c169 struct nios2_reg *nios2_regs = (struct nios2_reg *) nios2_builtin_regs; variable in typeref:struct:nios2_reg
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dnios2.h207 extern struct nios2_reg *nios2_regs;
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dnios2.h207 extern struct nios2_reg *nios2_regs;
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dnios2.h207 extern struct nios2_reg *nios2_regs;
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dnios2.h207 extern struct nios2_reg *nios2_regs;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-nios2.c3641 if (str_hash_insert (nios2_reg_hash, nios2_regs[i].name,
3642 &nios2_regs[i], 0) != NULL)
3643 as_fatal (_("duplicate %s"), nios2_regs[i].name);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-nios2.c3636 if (str_hash_insert (nios2_reg_hash, nios2_regs[i].name,
3637 &nios2_regs[i], 0) != NULL)
3638 as_fatal (_("duplicate %s"), nios2_regs[i].name);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-nios2.c3636 if (str_hash_insert (nios2_reg_hash, nios2_regs[i].name,
3637 &nios2_regs[i], 0) != NULL)
3638 as_fatal (_("duplicate %s"), nios2_regs[i].name);

Completed in 200 milliseconds