OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nios2_reg
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
nios2.h
135
struct
nios2_reg
struct
152
extern const struct
nios2_reg
nios2_builtin_regs[];
153
extern struct
nios2_reg
*nios2_regs;
/toolchain/binutils/binutils-2.25/opcodes/
nios2-dis.c
195
static struct
nios2_reg
*
198
static struct
nios2_reg
*cached = NULL;
215
static struct
nios2_reg
*
218
static struct
nios2_reg
*cached = NULL;
253
struct
nios2_reg
*reg_base;
nios2-opc.c
29
const struct
nios2_reg
nios2_builtin_regs[] = {
169
struct
nios2_reg
*nios2_regs = (struct
nios2_reg
*) nios2_builtin_regs;
/toolchain/binutils/binutils-2.25/gas/config/
tc-nios2.c
192
((struct
nios2_reg
*) hash_find (nios2_reg_hash, (NAME)))
[
all
...]
Completed in 94 milliseconds