Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/gas/
HDChangeLog924 (validate_mips_insn): Add support for balign instruction.
HDChangeLog-0203836 (validate_mips_insn): Handle +E, +F, +G, +H, and +I format operands.
2996 * config/tc-mips.c (validate_mips_insn, mips_ip): Recognize
3011 (validate_mips_insn): Implement "+" as a way to extend the
4011 (validate_mips_insn, mips_ip): Handle '[', ']', 'e' and '%'.
5589 (validate_mips_insn): Add support for the "O", "Q", "X", "Y", and
HDChangeLog-98993803 * config/tc-mips.c (validate_mips_insn): Removed hack
3814 * config/tc-mips.c (macro_build, validate_mips_insn): Implement
HDChangeLog-20061758 * config/tc-mips.c (validate_mips_insn): Handling of udi cases.
HDChangeLog-00013944 (validate_mips_insn): Likewise. Also, update 'B' operand
4892 (validate_mips_insn): Handle 'H' (OP_*_SEL) and 'm' (OP_*_CODE20).
HDChangeLog-9697308 * config/tc-mips.c (validate_mips_insn): New function, checks
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-mips.c1070 static int validate_mips_insn (const struct mips_opcode *);
1798 if (!validate_mips_insn (&mips_opcodes[i])) in md_begin()
8349 validate_mips_insn (const struct mips_opcode *opc) in validate_mips_insn() function