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

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-cris.c1081 cris_process_instruction (insn_text, out_insnp, prefixp)
1082 char *insn_text;
1106 for (operands = insn_text; ISLOWER (*operands); ++operands)
1128 as_bad (_("Unknown opcode: `%s'"), insn_text);
1133 instruction = (struct cris_opcode *) hash_find (op_hash, insn_text);
1136 as_bad (_("Unknown opcode: `%s'"), insn_text);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-cris.c1484 cris_process_instruction (char *insn_text, struct cris_instruction *out_insnp, argument
1507 for (operands = insn_text; ISLOWER (*operands); ++operands)
1529 as_bad (_("Unknown opcode: `%s'"), insn_text);
1534 instruction = (struct cris_opcode *) hash_find (op_hash, insn_text);
1537 as_bad (_("Unknown opcode: `%s'"), insn_text);

Completed in 79 milliseconds