Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-cris.c1511 cris_process_instruction (char *insn_text, struct cris_instruction *out_insnp, in cris_process_instruction() argument
1534 for (operands = insn_text; ISLOWER (*operands); ++operands) in cris_process_instruction()
1556 as_bad (_("Unknown opcode: `%s'"), insn_text); in cris_process_instruction()
1561 instruction = (struct cris_opcode *) hash_find (op_hash, insn_text); in cris_process_instruction()
1564 as_bad (_("Unknown opcode: `%s'"), insn_text); in cris_process_instruction()