binutils-gdb/gas/doc
Andrew Bennett ae52f48306 Add MIPS r3 and r5 support.
This patch firstly adds support for mips32r3 mips32r5, mips64r3
and mips64r5.  Secondly it adds support for the eretnc instruction.

ChangeLog:

bfd/
	* aoutx.h (NAME (aout, machine_type)): Add mips32r3, mips64r3,
	mips32r5 and mips64r5.
	* archures.c (bfd_architecture): Likewise.
	* bfd-in2.h (bfd_architecture): Likewise.
	* cpu-mips.c (arch_info_struct): Likewise.
	* elfxx-mips.c (mips_set_isa_flags): Likewise.

gas/
	* tc-mips.c (ISA_SUPPORTS_MIPS16E): Add mips32r3, mips32r5, mips64r3
	and mips64r5.
	(ISA_HAS_64BIT_FPRS): Likewise.
	(ISA_HAS_ROR): Likewise.
	(ISA_HAS_ODD_SINGLE_FPR): Likewise.
	(ISA_HAS_MXHC1): Likewise.
	(hilo_interlocks): Likewise.
	(md_longopts): Likewise.
	(ISA_HAS_64BIT_REGS): Add mips64r3 and mips64r5.
	(ISA_HAS_DROR): Likewise.
	(options): Add OPTION_MIPS32R3, OPTION_MIPS32R5, OPTION_MIPS64R3, and
	OPTION_MIPS64R5.
	(mips_isa_rev): Add support for mips32r3, mips32r5, mips64r3 and
	mips64r5.
	(md_parse_option): Likewise.
	(s_mipsset): Likewise.
	(mips_cpu_info_table): Add entries for mips32r3, mips32r5, mips64r3
	and mips64r5.  Also change p5600 entry to be mips32r5.
	* configure.in: Add support for mips32r3, mips32r5, mips64r3 and
	mips64r5.
	* configure: Regenerate.
	* doc/c-mips.texi: Document the -mips32r3, -mips32r5, -mips64r3 and
	-mips64r5 command line options.
	* doc/as.texinfo: Likewise.

gas/testsuite/
	* gas/mips/mips.exp: Add MIPS32r5 tests.  Also add the mips32r3,
	mips32r5, mips64r3 and mips64r5 isas to the testsuite.
	* gas/mips/r5.s: New test.
	* gas/mips/r5.d: Likewise.

include/opcode/
	* mips.h (INSN_ISA_MASK): Updated.
	(INSN_ISA32R3): New define.
	(INSN_ISA32R5): New define.
	(INSN_ISA64R3): New define.
	(INSN_ISA64R5): New define.
	(INSN_ISA64, INSN_ISA64R2, INSN_ISA3_32, INSN_ISA3_32R2, INSN_ISA4_32
	INSN_ISA4_32R2, INSN_ISA5_32R2): Renumbered.
	(mips_isa_table): Add entries for mips32r3, mips32r5, mips64r3 and
	mips64r5.
	(INSN_UPTO32R3): New define.
	(INSN_UPTO32R5): New define.
	(INSN_UPTO64R3): New define.
	(INSN_UPTO64R5): New define.
	(ISA_MIPS32R3): New define.
	(ISA_MIPS32R5): New define.
	(ISA_MIPS64R3): New define.
	(ISA_MIPS64R5): New define.
	(CPU_MIPS32R3): New define.
	(CPU_MIPS32R5): New define.
	(CPU_MIPS64R3): New define.
	(CPU_MIPS64R5): New define.

opcodes/
	* mips-opc.c (mips_builtin_opcodes): Add MIPS32r5 eretnc instruction.
	(I34): New define.
	(I36): New define.
	(I66): New define.
	(I68): New define.
	* mips-dis.c (mips_arch_choices): Add mips32r3, mips32r5, mips64r3 and
	mips64r5.
	(parse_mips_dis_option): Update MSA and virtualization support to
	allow mips64r3 and mips64r5.
2014-05-07 11:47:29 +01:00
..
Makefile.am Update copyright years 2014-03-05 22:16:15 +10:30
Makefile.in autoreconf 2014-03-12 15:02:00 +10:30
all.texi Update copyright years 2014-03-05 22:16:15 +10:30
as.texinfo Add MIPS r3 and r5 support. 2014-05-07 11:47:29 +01:00
c-aarch64.texi Enable verbose error messages by default for AArch64 gas. 2014-03-18 17:41:43 +00:00
c-alpha.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-arc.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-arm.texi Add support for ARM assembler produced by CodeCompositor Studio. 2014-03-19 14:31:25 +00:00
c-avr.texi * config/tc-avr.c: Add specified_mcu variable for selected mcu. 2014-03-29 09:53:16 +04:00
c-bfin.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-cr16.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-cris.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-d10v.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-d30v.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-epiphany.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-h8300.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-hppa.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-i370.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-i386.texi Add pe/x86_64 bigobj file format. 2014-03-13 09:33:07 +01:00
c-i860.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-i960.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-ia64.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-ip2k.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-lm32.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-m32c.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-m32r.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-m68hc11.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-m68k.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-metag.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-microblaze.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-mips.texi Add MIPS r3 and r5 support. 2014-05-07 11:47:29 +01:00
c-mmix.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-msp430.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-mt.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-nds32.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-nios2.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-ns32k.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-pdp11.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-pj.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-ppc.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-rl78.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-rx.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-s390.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-score.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-sh.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-sh64.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-sparc.texi This patch adds support for the hyperprivileged registers %hstick_offset 2014-03-19 16:43:41 +00:00
c-tic6x.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-tic54x.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-tilegx.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-tilepro.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-v850.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-vax.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-xc16x.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-xgate.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-xstormy16.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-xtensa.texi Add support to the Xtensa target for creating trampolines for out-of-range branches. 2014-03-21 11:53:42 +00:00
c-z8k.texi Update copyright years 2014-03-05 22:16:15 +10:30
c-z80.texi Update copyright years 2014-03-05 22:16:15 +10:30
fdl.texi Change documentation license to FDL v1.3 2008-11-19 16:22:48 +00:00
h8.texi Update copyright years 2014-03-05 22:16:15 +10:30
internals.texi Add support for ARM assembler produced by CodeCompositor Studio. 2014-03-19 14:31:25 +00:00