Home
last modified time | relevance | path

Searched refs:cris_opcode (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dcris-dis.c169 static const struct cris_opcode *
176 static const struct cris_opcode **opc_table = NULL; in get_opcode_entry()
178 const struct cris_opcode *max_matchedp = NULL; in get_opcode_entry()
179 const struct cris_opcode **prefix_opc_table = NULL; in get_opcode_entry()
182 static const struct cris_opcode **dip_prefixes = NULL; in get_opcode_entry()
183 static const struct cris_opcode **bdapq_m1_prefixes = NULL; in get_opcode_entry()
184 static const struct cris_opcode **bdapq_m2_prefixes = NULL; in get_opcode_entry()
185 static const struct cris_opcode **bdapq_m4_prefixes = NULL; in get_opcode_entry()
186 static const struct cris_opcode **rest_prefixes = NULL; in get_opcode_entry()
195 memset (opc_table, 0, 65536 * sizeof (const struct cris_opcode *)); in get_opcode_entry()
[all …]
Dcris-opc.c194 const struct cris_opcode
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dcris-dis.c169 static const struct cris_opcode *
176 static const struct cris_opcode **opc_table = NULL; in get_opcode_entry()
178 const struct cris_opcode *max_matchedp = NULL; in get_opcode_entry()
179 const struct cris_opcode **prefix_opc_table = NULL; in get_opcode_entry()
182 static const struct cris_opcode **dip_prefixes = NULL; in get_opcode_entry()
183 static const struct cris_opcode **bdapq_m1_prefixes = NULL; in get_opcode_entry()
184 static const struct cris_opcode **bdapq_m2_prefixes = NULL; in get_opcode_entry()
185 static const struct cris_opcode **bdapq_m4_prefixes = NULL; in get_opcode_entry()
186 static const struct cris_opcode **rest_prefixes = NULL; in get_opcode_entry()
195 memset (opc_table, 0, 65536 * sizeof (const struct cris_opcode *)); in get_opcode_entry()
[all …]
Dcris-opc.c194 const struct cris_opcode
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dcris.h296 struct cris_opcode struct
322 extern const struct cris_opcode cris_opcodes[]; argument
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dcris.h296 struct cris_opcode struct
322 extern const struct cris_opcode cris_opcodes[]; argument
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-cris.c1511 struct cris_opcode *instruction; in cris_process_instruction()
1555 instruction = (struct cris_opcode *) str_hash_find (op_hash, insn_text); in cris_process_instruction()