Searched refs:cris_opcode (Results 1 – 7 of 7) sorted by relevance
169 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 …]
194 const struct cris_opcode
296 struct cris_opcode struct322 extern const struct cris_opcode cris_opcodes[]; argument
1511 struct cris_opcode *instruction; in cris_process_instruction()1555 instruction = (struct cris_opcode *) str_hash_find (op_hash, insn_text); in cris_process_instruction()