Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-mips.c591 static char *insn_error; variable
2004 if (insn_error) in md_assemble()
2006 as_bad ("%s `%s'", insn_error, str); in md_assemble()
8563 insn_error = NULL; in mips_ip()
8600 insn_error = "unrecognized opcode"; in mips_ip()
8608 insn_error = "unrecognized opcode"; in mips_ip()
8650 insn_error = "opcode not implemented in Octeon"; in mips_ip()
8669 insn_error = "opcode not implemented in Octeon"; in mips_ip()
8683 insn_error = buf; in mips_ip()
8701 insn_error = buf; in mips_ip()
[all …]
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-96974678 insn_error rather than calling check_absolute_expr.
4871 insn_error. Don't put the string "ERROR" in insn_error. Set
4872 insn_error rather than calling as_warn for an unsupported opcode.