HomeSort by relevance Sort by last modified time
    Searched refs:nios2_regs (Results 1 - 8 of 8) sorted by null

  /external/strace/linux/nios2/
arch_regs.c 1 static struct user_pt_regs nios2_regs; variable in typeref:struct:user_pt_regs
2 # define ARCH_REGS_FOR_GETREGSET nios2_regs
3 #define ARCH_PC_REG nios2_regs.regs[PTR_EA]
get_syscall_args.c 5 tcp->u_arg[0] = nios2_regs.regs[4];
6 tcp->u_arg[1] = nios2_regs.regs[5];
7 tcp->u_arg[2] = nios2_regs.regs[6];
8 tcp->u_arg[3] = nios2_regs.regs[7];
9 tcp->u_arg[4] = nios2_regs.regs[8];
10 tcp->u_arg[5] = nios2_regs.regs[9];
get_error.c 11 if (nios2_regs.regs[7]) {
13 tcp->u_error = nios2_regs.regs[2];
15 tcp->u_rval = nios2_regs.regs[2];
get_scno.c 5 tcp->scno = nios2_regs.regs[2];
  /toolchain/binutils/binutils-2.25/opcodes/
nios2-dis.c 204 if (!strcmp (nios2_regs[i].name, "c0"))
206 cached = nios2_regs + i;
224 if (!strcmp (nios2_regs[i].name, "status"))
226 cached = nios2_regs + i;
268 reg_base = nios2_regs;
275 reg_base = nios2_regs;
291 reg_base = nios2_regs;
295 reg_base = nios2_regs;
302 reg_base = nios2_regs;
318 reg_base = nios2_regs;
    [all...]
nios2-opc.c 169 struct nios2_reg *nios2_regs = (struct nios2_reg *) nios2_builtin_regs; variable in typeref:struct:nios2_reg
  /toolchain/binutils/binutils-2.25/include/opcode/
nios2.h 153 extern struct nios2_reg *nios2_regs;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-nios2.c     [all...]

Completed in 1435 milliseconds