OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_code_struct
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
microblaze-dis.c
96
get_field_special (long instr, struct
op_code_struct
* op)
169
struct
op_code_struct
**opr)
173
struct
op_code_struct
* op;
207
struct
op_code_struct
* op, *pop;
423
struct
op_code_struct
* op;
465
struct
op_code_struct
* op;
microblaze-opc.h
106
struct
op_code_struct
struct
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-microblaze.c
405
struct
op_code_struct
* opcode;
889
struct
op_code_struct
* opcode, *opcode1;
925
opcode = (struct
op_code_struct
*) hash_find (opcode_hash_control, name);
1055
opcode = (struct
op_code_struct
*) hash_find (opcode_hash_control, "lwi");
1057
opcode = (struct
op_code_struct
*) hash_find (opcode_hash_control, "swi");
1089
opcode1 = (struct
op_code_struct
*) hash_find (opcode_hash_control, "imm");
[
all
...]
Completed in 882 milliseconds