binutils-gdb/opcodes
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
..
po Regenerate files for openrisk -> or1k change 2014-04-26 23:03:04 +09:30
.gitignore bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore 2010-12-09 09:03:18 +00:00
ChangeLog Add MIPS r3 and r5 support. 2014-05-07 11:47:29 +01:00
ChangeLog-0001 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-0203 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2004 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2005 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2006 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2007 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2008 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2009 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2010 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2011 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2012 opcodes/ChangeLog 2013-01-02 13:13:36 +00:00
ChangeLog-2013 New Year - binutils ChangeLog rotation 2014-01-08 05:32:12 -08:00
ChangeLog-9297 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-9899 Add copyright notices 2012-12-10 12:48:03 +00:00
MAINTAINERS Update copyright years 2014-03-05 22:16:15 +10:30
Makefile.am Remove support for the (deprecated) openrisc and or32 configurations and replace 2014-04-22 15:57:47 +01:00
Makefile.in Remove support for the (deprecated) openrisc and or32 configurations and replace 2014-04-22 15:57:47 +01:00
aarch64-asm-2.c Update copyright years 2014-03-05 22:16:15 +10:30
aarch64-asm.c Update copyright years 2014-03-05 22:16:15 +10:30
aarch64-asm.h Update copyright years 2014-03-05 22:16:15 +10:30
aarch64-dis-2.c Update copyright years 2014-03-05 22:16:15 +10:30
aarch64-dis.c [AArch64 disassembler] Add missing checks of undefine encodings on 2014-03-26 18:44:27 +00:00
aarch64-dis.h Update copyright years 2014-03-05 22:16:15 +10:30
aarch64-gen.c Update copyright years 2014-03-05 22:16:15 +10:30
aarch64-opc-2.c Update copyright years 2014-03-05 22:16:15 +10:30
aarch64-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
aarch64-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
aarch64-tbl.h Update copyright years 2014-03-05 22:16:15 +10:30
aclocal.m4 include/opcode/ 2012-08-13 14:26:14 +00:00
alpha-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
alpha-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
arc-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
arc-dis.h Update copyright years 2014-03-05 22:16:15 +10:30
arc-ext.c Update copyright years 2014-03-05 22:16:15 +10:30
arc-ext.h Update copyright years 2014-03-05 22:16:15 +10:30
arc-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
arm-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
avr-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
bfin-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
cgen-asm.c Update copyright years 2014-03-05 22:16:15 +10:30
cgen-asm.in Update copyright years 2014-03-05 22:16:15 +10:30
cgen-bitset.c Update copyright years 2014-03-05 22:16:15 +10:30
cgen-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
cgen-dis.in Update copyright years 2014-03-05 22:16:15 +10:30
cgen-ibld.in Update copyright years 2014-03-05 22:16:15 +10:30
cgen-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
cgen.sh Update copyright years 2014-03-05 22:16:15 +10:30
config.in Use sigsetjmp/siglongjmp in opcodes 2014-05-02 08:27:16 -07:00
configure Use sigsetjmp/siglongjmp in opcodes 2014-05-02 08:27:16 -07:00
configure.com Update copyright years 2014-03-05 22:16:15 +10:30
configure.in Use sigsetjmp/siglongjmp in opcodes 2014-05-02 08:27:16 -07:00
cr16-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
cr16-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
cris-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
cris-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
crx-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
crx-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
d10v-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
d10v-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
d30v-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
d30v-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
dep-in.sed * dep-in.sed: Don't use \n in replacement part of s command. 2009-06-04 06:57:56 +00:00
dis-buf.c Update copyright years 2014-03-05 22:16:15 +10:30
dis-init.c Update copyright years 2014-03-05 22:16:15 +10:30
disassemble.c Remove support for the (deprecated) openrisc and or32 configurations and replace 2014-04-22 15:57:47 +01:00
dlx-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
epiphany-asm.c Update copyright years 2014-03-05 22:16:15 +10:30
epiphany-desc.c Update copyright years 2014-03-05 22:16:15 +10:30
epiphany-desc.h Update copyright years 2014-03-05 22:16:15 +10:30
epiphany-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
epiphany-ibld.c Update copyright years 2014-03-05 22:16:15 +10:30
epiphany-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
epiphany-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
fr30-asm.c Update copyright years 2014-03-05 22:16:15 +10:30
fr30-desc.c Update copyright years 2014-03-05 22:16:15 +10:30
fr30-desc.h Update copyright years 2014-03-05 22:16:15 +10:30
fr30-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
fr30-ibld.c Update copyright years 2014-03-05 22:16:15 +10:30
fr30-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
fr30-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
frv-asm.c Update copyright years 2014-03-05 22:16:15 +10:30
frv-desc.c Update copyright years 2014-03-05 22:16:15 +10:30
frv-desc.h Update copyright years 2014-03-05 22:16:15 +10:30
frv-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
frv-ibld.c Update copyright years 2014-03-05 22:16:15 +10:30
frv-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
frv-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
h8300-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
h8500-dis.c Use sigsetjmp/siglongjmp in opcodes 2014-05-02 08:27:16 -07:00
h8500-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
hppa-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
i370-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
i370-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
i386-dis-evex.h Fix memory size for gather/scatter instructions 2014-03-20 08:13:30 -07:00
i386-dis.c Properly handle multiple opcode prefixes 2014-05-05 14:25:14 -07:00
i386-gen.c Add support for Intel SGX instructions 2014-04-04 08:24:47 -07:00
i386-init.h Add support for Intel SGX instructions 2014-04-04 08:24:47 -07:00
i386-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
i386-opc.h Add support for Intel SGX instructions 2014-04-04 08:24:47 -07:00
i386-opc.tbl Add support for Intel SGX instructions 2014-04-04 08:24:47 -07:00
i386-reg.tbl Update copyright years 2014-03-05 22:16:15 +10:30
i386-tbl.h Add support for Intel SGX instructions 2014-04-04 08:24:47 -07:00
i860-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
i960-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
ia64-asmtab.c Update copyright years 2014-03-05 22:16:15 +10:30
ia64-asmtab.h Update copyright years 2014-03-05 22:16:15 +10:30
ia64-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
ia64-gen.c Update copyright years 2014-03-05 22:16:15 +10:30
ia64-ic.tbl Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-opc-a.c Update copyright years 2014-03-05 22:16:15 +10:30
ia64-opc-b.c Update copyright years 2014-03-05 22:16:15 +10:30
ia64-opc-d.c Update copyright years 2014-03-05 22:16:15 +10:30
ia64-opc-f.c Update copyright years 2014-03-05 22:16:15 +10:30
ia64-opc-i.c Update copyright years 2014-03-05 22:16:15 +10:30
ia64-opc-m.c Update copyright years 2014-03-05 22:16:15 +10:30
ia64-opc-x.c Update copyright years 2014-03-05 22:16:15 +10:30
ia64-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
ia64-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
ia64-raw.tbl * ia64-raw.tbl: Replace non-ASCII char. 2013-05-17 12:57:16 +00:00
ia64-war.tbl Fix ia64 gas testsuite. Update ia64 DV tables. Fix ia64 gas testsuite again. 2000-09-22 19:43:50 +00:00
ia64-waw.tbl * ia64-raw.tbl: Replace non-ASCII char. 2013-05-17 12:57:16 +00:00
ip2k-asm.c Update copyright years 2014-03-05 22:16:15 +10:30
ip2k-desc.c Update copyright years 2014-03-05 22:16:15 +10:30
ip2k-desc.h Update copyright years 2014-03-05 22:16:15 +10:30
ip2k-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
ip2k-ibld.c Update copyright years 2014-03-05 22:16:15 +10:30
ip2k-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
ip2k-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
iq2000-asm.c Update copyright years 2014-03-05 22:16:15 +10:30
iq2000-desc.c Update copyright years 2014-03-05 22:16:15 +10:30
iq2000-desc.h Update copyright years 2014-03-05 22:16:15 +10:30
iq2000-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
iq2000-ibld.c Update copyright years 2014-03-05 22:16:15 +10:30
iq2000-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
iq2000-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
lm32-asm.c Update copyright years 2014-03-05 22:16:15 +10:30
lm32-desc.c Update copyright years 2014-03-05 22:16:15 +10:30
lm32-desc.h Update copyright years 2014-03-05 22:16:15 +10:30
lm32-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
lm32-ibld.c Update copyright years 2014-03-05 22:16:15 +10:30
lm32-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
lm32-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
lm32-opinst.c Update copyright years 2014-03-05 22:16:15 +10:30
m32c-asm.c Update copyright years 2014-03-05 22:16:15 +10:30
m32c-desc.c Update copyright years 2014-03-05 22:16:15 +10:30
m32c-desc.h Update copyright years 2014-03-05 22:16:15 +10:30
m32c-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
m32c-ibld.c Update copyright years 2014-03-05 22:16:15 +10:30
m32c-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
m32c-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
m32r-asm.c Update copyright years 2014-03-05 22:16:15 +10:30
m32r-desc.c Update copyright years 2014-03-05 22:16:15 +10:30
m32r-desc.h Update copyright years 2014-03-05 22:16:15 +10:30
m32r-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
m32r-ibld.c Update copyright years 2014-03-05 22:16:15 +10:30
m32r-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
m32r-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
m32r-opinst.c Update copyright years 2014-03-05 22:16:15 +10:30
m68hc11-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
m68hc11-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
m68k-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
m68k-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
m88k-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
m10200-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
m10200-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
m10300-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
m10300-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
makefile.vms Update copyright years 2014-03-05 22:16:15 +10:30
mcore-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
mcore-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
mep-asm.c Update copyright years 2014-03-05 22:16:15 +10:30
mep-desc.c Update copyright years 2014-03-05 22:16:15 +10:30
mep-desc.h Update copyright years 2014-03-05 22:16:15 +10:30
mep-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
mep-ibld.c Update copyright years 2014-03-05 22:16:15 +10:30
mep-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
mep-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
metag-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
microblaze-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
microblaze-dis.h Update copyright years 2014-03-05 22:16:15 +10:30
microblaze-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
microblaze-opcm.h Update copyright years 2014-03-05 22:16:15 +10:30
micromips-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
mips-dis.c Add MIPS r3 and r5 support. 2014-05-07 11:47:29 +01:00
mips-formats.h Update copyright years 2014-03-05 22:16:15 +10:30
mips-opc.c Add MIPS r3 and r5 support. 2014-05-07 11:47:29 +01:00
mips16-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
mmix-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
mmix-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
moxie-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
moxie-opc.c Add new sign-extension instructions to moxie port 2014-04-02 20:04:23 -04:00
msp430-decode.c Update copyright years 2014-03-05 22:16:15 +10:30
msp430-decode.opc Update copyright years 2014-03-05 22:16:15 +10:30
msp430-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
mt-asm.c Update copyright years 2014-03-05 22:16:15 +10:30
mt-desc.c Update copyright years 2014-03-05 22:16:15 +10:30
mt-desc.h Update copyright years 2014-03-05 22:16:15 +10:30
mt-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
mt-ibld.c Update copyright years 2014-03-05 22:16:15 +10:30
mt-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
mt-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
nds32-asm.c Update copyright years 2014-03-05 22:16:15 +10:30
nds32-asm.h Update copyright years 2014-03-05 22:16:15 +10:30
nds32-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
nds32-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
nios2-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
nios2-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
ns32k-dis.c Use sigsetjmp/siglongjmp in opcodes 2014-05-02 08:27:16 -07:00
opc2c.c Update copyright years 2014-03-05 22:16:15 +10:30
opintl.h Update copyright years 2014-03-05 22:16:15 +10:30
or1k-asm.c Remove support for the (deprecated) openrisc and or32 configurations and replace 2014-04-22 15:57:47 +01:00
or1k-desc.c Remove support for the (deprecated) openrisc and or32 configurations and replace 2014-04-22 15:57:47 +01:00
or1k-desc.h Remove support for the (deprecated) openrisc and or32 configurations and replace 2014-04-22 15:57:47 +01:00
or1k-dis.c Remove support for the (deprecated) openrisc and or32 configurations and replace 2014-04-22 15:57:47 +01:00
or1k-ibld.c Remove support for the (deprecated) openrisc and or32 configurations and replace 2014-04-22 15:57:47 +01:00
or1k-opc.c Remove support for the (deprecated) openrisc and or32 configurations and replace 2014-04-22 15:57:47 +01:00
or1k-opc.h Remove support for the (deprecated) openrisc and or32 configurations and replace 2014-04-22 15:57:47 +01:00
or1k-opinst.c Remove support for the (deprecated) openrisc and or32 configurations and replace 2014-04-22 15:57:47 +01:00
pdp11-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
pdp11-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
pj-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
pj-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
ppc-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
ppc-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
rl78-decode.c Update copyright years 2014-03-05 22:16:15 +10:30
rl78-decode.opc Update copyright years 2014-03-05 22:16:15 +10:30
rl78-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
rx-decode.c Fix RX gas testsuite failures by accounting for new variations in the disassembler's output. 2014-03-19 09:38:25 +00:00
rx-decode.opc Fix RX gas testsuite failures by accounting for new variations in the disassembler's output. 2014-03-19 09:38:25 +00:00
rx-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
s390-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
s390-mkopc.c Update copyright years 2014-03-05 22:16:15 +10:30
s390-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
s390-opc.txt Update copyright years 2014-03-05 22:16:15 +10:30
score-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
score-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
score7-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
sh-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
sh-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
sh64-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
sh64-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
sh64-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
sparc-dis.c This patch adds support for the hyperprivileged registers %hstick_offset 2014-03-19 16:43:41 +00:00
sparc-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
spu-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
spu-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
stamp-h.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
sysdep.h Use sigsetjmp/siglongjmp in opcodes 2014-05-02 08:27:16 -07:00
tic4x-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
tic6x-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
tic30-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
tic54x-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
tic54x-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
tic80-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
tic80-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
tilegx-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
tilegx-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
tilepro-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
tilepro-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
v850-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
v850-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
vax-dis.c Use sigsetjmp/siglongjmp in opcodes 2014-05-02 08:27:16 -07:00
w65-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
w65-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
xc16x-asm.c Update copyright years 2014-03-05 22:16:15 +10:30
xc16x-desc.c Update copyright years 2014-03-05 22:16:15 +10:30
xc16x-desc.h Update copyright years 2014-03-05 22:16:15 +10:30
xc16x-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
xc16x-ibld.c Update copyright years 2014-03-05 22:16:15 +10:30
xc16x-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
xc16x-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
xgate-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
xgate-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
xstormy16-asm.c Update copyright years 2014-03-05 22:16:15 +10:30
xstormy16-desc.c Update copyright years 2014-03-05 22:16:15 +10:30
xstormy16-desc.h Update copyright years 2014-03-05 22:16:15 +10:30
xstormy16-dis.c Update copyright years 2014-03-05 22:16:15 +10:30
xstormy16-ibld.c Update copyright years 2014-03-05 22:16:15 +10:30
xstormy16-opc.c Update copyright years 2014-03-05 22:16:15 +10:30
xstormy16-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
xtensa-dis.c Use sigsetjmp/siglongjmp in opcodes 2014-05-02 08:27:16 -07:00
z8k-dis.c Use sigsetjmp/siglongjmp in opcodes 2014-05-02 08:27:16 -07:00
z8k-opc.h Update copyright years 2014-03-05 22:16:15 +10:30
z8kgen.c Update copyright years 2014-03-05 22:16:15 +10:30
z80-dis.c Update copyright years 2014-03-05 22:16:15 +10:30