HomeSort by relevance Sort by last modified time
    Searched defs:nios2_regs (Results 1 - 2 of 2) 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 unsigned int *const nios2_sp_ptr = &nios2_regs.regs[PTR_SP];
3 # define ARCH_REGS_FOR_GETREGSET nios2_regs
4 #define ARCH_PC_REG nios2_regs.regs[PTR_EA]
  /toolchain/binutils/binutils-2.25/opcodes/
nios2-opc.c 169 struct nios2_reg *nios2_regs = (struct nios2_reg *) nios2_builtin_regs; variable in typeref:struct:nios2_reg

Completed in 422 milliseconds