Searched refs:validate_mips_insn (Results 1 – 13 of 13) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2013 | 559 (validate_mips_insn): Handle INSN2_VU0_CHANNEL_SUFFIX. 603 (validate_mips_insn): Take a mips_operand_array as argument and 610 micromips_operands. Call validate_mips_insn and 887 * config/tc-mips.c (validate_mips_insn): Move further up file. 892 validate_mips_insn. 977 * config/tc-mips.c (validate_mips_insn): Remove "[" and "]" handling. 989 * config/tc-mips.c (validate_mips_insn, validate_micromips_insn): 1006 * config/tc-mips.c (validate_mips_insn, validate_micromips_insn) 1066 * config/tc-mips.c (validate_mips_insn): Use STYPE rather than SHAMT. 1276 (validate_mips_insn): Likewise. [all …]
|
D | ChangeLog-2008 | 209 * config/tc-mips.c (validate_mips_insn): Add case '1'. 976 * config/tc-mips.c (validate_mips_insn): Handle field descriptors 980 * config/tc-mips.c (validate_mips_insn): Handle field descriptor +Q.
|
D | ChangeLog-0203 | 831 (validate_mips_insn): Handle +E, +F, +G, +H, and +I format operands. 2989 * config/tc-mips.c (validate_mips_insn, mips_ip): Recognize 3004 (validate_mips_insn): Implement "+" as a way to extend the 4003 (validate_mips_insn, mips_ip): Handle '[', ']', 'e' and '%'. 5581 (validate_mips_insn): Add support for the "O", "Q", "X", "Y", and
|
D | ChangeLog-2014 | 572 (validate_mips_insn): Skip '-' character.
|
D | ChangeLog-2011 | 529 (validate_mips_insn, validate_micromips_insn): Likewise.
|
D | ChangeLog-2005 | 989 (validate_mips_insn): Add supports for +t, +T, !, $, *, &, g operand 1099 (validate_mips_insn): Add supports for 3, 4, 5, 6, 7, 8, 9, 0, ', :, @
|
D | ChangeLog-2010 | 49 (validate_mips_insn): Handle the new arguments +a|b|c|z|Z.
|
D | ChangeLog-9899 | 3803 * config/tc-mips.c (validate_mips_insn): Removed hack 3814 * config/tc-mips.c (macro_build, validate_mips_insn): Implement
|
D | ChangeLog-2006 | 1758 * config/tc-mips.c (validate_mips_insn): Handling of udi cases.
|
D | ChangeLog-2007 | 2265 (validate_mips_insn): Add support for balign instruction.
|
D | ChangeLog-0001 | 3934 (validate_mips_insn): Likewise. Also, update 'B' operand 4882 (validate_mips_insn): Handle 'H' (OP_*_SEL) and 'm' (OP_*_CODE20).
|
D | ChangeLog-9697 | 308 * config/tc-mips.c (validate_mips_insn): New function, checks
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mips.c | 3318 validate_mips_insn (const struct mips_opcode *opcode, in validate_mips_insn() function 3419 return validate_mips_insn (&tmp, 0xffffffff, 0, operands); in validate_mips16_insn() 3421 return validate_mips_insn (opcode, 0xffff, 0, operands); in validate_mips16_insn() 3435 return validate_mips_insn (opc, 0xffffffff, decode_micromips_operand, in validate_micromips_insn() 3458 return validate_mips_insn (opc, insn_bits, decode_micromips_operand, in validate_micromips_insn() 3505 if (!validate_mips_insn (&mips_opcodes[i], 0xffffffff, in md_begin()
|