binutils-gdb/opcodes
Sandra Loosemore c8c8175b62 Opcodes and assembler support for Nios II R2
2015-07-01  Sandra Loosemore  <sandra@codesourcery.com>
	    Cesar Philippidis  <cesar@codesourcery.com>

	gas/
	* config/tc-nios2.c (nios2_min_align): New.
	(nop): Replace with....
	(nop_r1, nop_r2, nop_r2_cdx, nop32, nop16): New.
	(nios2_align): Handle alignment on 2-byte boundaries when CDX
	instructions may be present.
	(s_nios2_align): Adjust reference to nop.
	(CDXBRANCH, IS_CDXBRANCH): New.
	(CDX_UBRANCH_SUBTYPE, CDX_CBRANCH_SUBTYPE): New.
	(nios2_relax_subtype_size): Handle 2-byte CDX branches.
	(nios2_relax_frag): Likewise.
	(md_convert_frag): Handle R2 encodings.
	(nios2_check_overflow): Check that low-order bits are zero
	before applying rightshift from howto.
	(nios2_check_overflow): Correct negative overflow calculation.
	(nios2_diagnose_overflow): Handle signed_immed12_overflow.  Issue
	generic overflow messages for miscellaneous instruction formats.
	(md_apply_fix): Recognize new R2 relocations.  For pc_relative
	relocations, store fixup in *valP.
	(nios2_reglist_mask, nios2_reglist_dir): New.
	(nios2_parse_reglist): New.
	(nios2_parse_base_register): New.
	(nios2_assemble_expression): Handle constant expressions designated
	by BFD_RELOC_NONE.
	(nios2_assemble_reg3): New.
	(nios2_assemble_arg_c): Handle R2 instruction formats.
	(nios2_assemble_arg_d): Likewise.
	(nios2_assemble_arg_s): Likewise.
	(nios2_assemble_arg_t): Likewise.
	(nios2_assemble_arg_D): New.
	(nios2_assemble_arg_S): New.
	(nios2_assemble_arg_T): New.
	(nios2_assemble_arg_i): Handle R2 instruction formats.
	(nios2_assemble_arg_I): New.
	(nios2_assemble_arg_u): Handle R2 instruction formats.
	(nios2_assemble_arg_U): New.
	(nios2_assemble_arg_V): New.
	(nios2_assemble_arg_W): New.
	(nios2_assemble_arg_X): New.
	(nios2_assemble_arg_Y): New.
	(nios2_assemble_arg_o): Handle R2 instruction formats.
	(nios2_assemble_arg_O): New.
	(nios2_assemble_arg_P): New.
	(nios2_assemble_arg_j): Handle R2 instruction formats.
	(nios2_assemble_arg_k): New.
	(nios2_assemble_arg_l): Handle R2 instruction formats.
	(nios2_assemble_arg_m): Likewise.
	(nios2_assemble_arg_M): New.
	(nios2_assemble_arg_N): New.
	(nios2_assemble_arg_e): New.
	(nios2_assemble_arg_f): New.
	(nios2_assemble_arg_g): New.
	(nios2_assemble_arg_h): New.
	(nios2_assemble_arg_R): New.
	(nios2_assemble_arg_B): New.
	(nios2_assemble_args): Handle new argument letters.
	(nios2_consume_arg): Likewise.
	(nios2_translate_pseudo_insn): Avoid dereferencing null pointer
	in error message.
	(nios2_ps_insn_info_structs): Add nop.n.
	(output_ubranch): Handle CDX branches.
	(output_cbranch): Likewise.
	(output_call): Handle R2 encodings.
	(output_movia): Likewise.
	(md_begin): Initialize nios2_min_align.
	(md_assemble): Align to nios2_min_align.  Adjust nios2_min_align
	if a 16-bit instruction is seen.
	(nios2_cons_align): Use appropriate nop pattern.

	include/opcode/
	* nios2.h (enum iw_format_type): Add R2 formats.
	(enum overflow_type): Add signed_immed12_overflow and
	enumeration_overflow for R2.
	(struct nios2_opcode): Document new argument letters for R2.
	(REG_3BIT, REG_LDWM, REG_POP): Define.
	(includes): Include nios2r2.h.
	(nios2_r2_opcodes, nios2_num_r2_opcodes): Declare.
	(nios2_r2_asi_n_mappings, nios2_num_r2_asi_n_mappings): Declare.
	(nios2_r2_shi_n_mappings, nios2_num_r2_shi_n_mappings): Declare.
	(nios2_r2_andi_n_mappings, nios2_num_r2_andi_n_mappings): Declare.
	(nios2_r2_reg3_mappings, nios2_num_r2_reg3_mappings): Declare.
	(nios2_r2_reg_range_mappings, nios2_num_r2_reg_range_mappings):
	Declare.
	* nios2r2.h: New file.

	opcodes/
	* nios2-dis.c (nios2_extract_opcode): New.
	(nios2_disassembler_state): New.
	(nios2_find_opcode_hash): Use mach parameter to select correct
	disassembler state.
	(nios2_print_insn_arg): Extend to support new R2 argument letters
	and formats.
	(print_insn_nios2): Check for 16-bit instruction at end of memory.
	* nios2-opc.c (nios2_builtin_regs): Add R2 register attributes.
	(NIOS2_NUM_OPCODES): Rename to...
	(NIOS2_NUM_R1_OPCODES): This.
	(nios2_r2_opcodes): New.
	(NIOS2_NUM_R2_OPCODES): New.
	(nios2_num_r2_opcodes): New.
	(nios2_r2_asi_n_mappings, nios2_num_r2_asi_n_mappings): New.
	(nios2_r2_shi_n_mappings, nios2_num_r2_shi_n_mappings): New.
	(nios2_r2_andi_n_mappings, nios2_num_r2_andi_n_mappings): New.
	(nios2_r2_reg3_mappings, nios2_num_r2_reg3_mappings): New.
	(nios2_r2_reg_range_mappings, nios2_num_r2_reg_range_mappings):	New.
2015-07-01 16:08:03 -07:00
..
po Updated translations for various binutils components. 2015-04-29 16:26:14 +01:00
.gitignore bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore 2010-12-09 09:03:18 +00:00
ChangeLog Opcodes and assembler support for Nios II R2 2015-07-01 16:08:03 -07: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-2014 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
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 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
Makefile.am FT32 initial support 2015-01-28 16:25:18 +10:30
Makefile.in Regenerate opcodes/Makefile.in 2015-03-29 07:37:50 -07:00
aarch64-asm-2.c [AArch64] Support for ARMv8.1a Adv.SIMD instructions 2015-06-02 12:20:00 +01:00
aarch64-asm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aarch64-asm.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aarch64-dis-2.c [AArch64] Support for ARMv8.1a Adv.SIMD instructions 2015-06-02 12:20:00 +01:00
aarch64-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aarch64-dis.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aarch64-gen.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aarch64-opc-2.c [AArch64] Support for ARMv8.1a Adv.SIMD instructions 2015-06-02 12:20:00 +01:00
aarch64-opc.c [AArch64] Support id_mmfr4 system register 2015-06-16 14:17:34 +01:00
aarch64-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aarch64-tbl.h [AArch64] Support for ARMv8.1a Adv.SIMD instructions 2015-06-02 12:20:00 +01:00
aclocal.m4 include/opcode/ 2012-08-13 14:26:14 +00:00
alpha-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
alpha-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
arc-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
arc-dis.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
arc-ext.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
arc-ext.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
arc-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
arm-dis.c Fixes a compile time warnng about left shifting a negative value. 2015-06-16 13:35:33 +01:00
avr-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
bfin-dis.c Stop "objdump -d" from disassembling past a symbolic address. 2015-06-22 16:53:27 +01:00
cgen-asm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cgen-asm.in ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cgen-bitset.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cgen-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cgen-dis.in ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cgen-ibld.in ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cgen-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cgen.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
config.in Rename configure.in to configure.ac 2014-07-04 13:40:28 +09:30
configure Add Intel MCU support to opcodes 2015-05-11 10:48:21 -07:00
configure.ac Add Intel MCU support to opcodes 2015-05-11 10:48:21 -07:00
configure.com ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cr16-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cr16-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cris-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cris-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
crx-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
crx-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
d10v-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
d10v-opc.c opcodes: d10v: fix old style prototype 2015-03-30 02:20:22 -04:00
d30v-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
d30v-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dep-in.sed
dis-buf.c Stop "objdump -d" from disassembling past a symbolic address. 2015-06-22 16:53:27 +01:00
dis-init.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
disassemble.c Add Intel MCU support to opcodes 2015-05-11 10:48:21 -07:00
dlx-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
epiphany-asm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
epiphany-desc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
epiphany-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
epiphany-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
epiphany-ibld.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
epiphany-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
epiphany-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
fr30-asm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
fr30-desc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
fr30-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
fr30-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
fr30-ibld.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
fr30-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
fr30-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
frv-asm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
frv-desc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
frv-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
frv-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
frv-ibld.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
frv-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
frv-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ft32-dis.c FT32 initial support 2015-01-28 16:25:18 +10:30
ft32-opc.c FT32 initial support 2015-01-28 16:25:18 +10:30
h8300-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
h8500-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
h8500-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
hppa-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i370-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i370-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386-dis-evex.h x86: disambiguate disassembly of certain AVX512 insns 2015-04-23 16:42:40 +02:00
i386-dis.c Add support for monitorx/mwaitx instructions 2015-06-30 07:50:12 -07:00
i386-gen.c Add support for monitorx/mwaitx instructions 2015-06-30 07:50:12 -07:00
i386-init.h Add support for monitorx/mwaitx instructions 2015-06-30 07:50:12 -07:00
i386-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386-opc.h Add support for monitorx/mwaitx instructions 2015-06-30 07:50:12 -07:00
i386-opc.tbl Add support for monitorx/mwaitx instructions 2015-06-30 07:50:12 -07:00
i386-reg.tbl ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386-tbl.h Add support for monitorx/mwaitx instructions 2015-06-30 07:50:12 -07:00
i860-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i960-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-asmtab.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-asmtab.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-gen.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-ic.tbl Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-opc-a.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-opc-b.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-opc-d.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-opc-f.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-opc-i.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-opc-m.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-opc-x.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ia64-raw.tbl * ia64-raw.tbl: Replace non-ASCII char. 2013-05-17 12:57:16 +00:00
ia64-war.tbl
ia64-waw.tbl * ia64-raw.tbl: Replace non-ASCII char. 2013-05-17 12:57:16 +00:00
ip2k-asm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ip2k-desc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ip2k-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ip2k-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ip2k-ibld.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ip2k-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ip2k-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
iq2000-asm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
iq2000-desc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
iq2000-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
iq2000-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
iq2000-ibld.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
iq2000-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
iq2000-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
lm32-asm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
lm32-desc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
lm32-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
lm32-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
lm32-ibld.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
lm32-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
lm32-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
lm32-opinst.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32c-asm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32c-desc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32c-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32c-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32c-ibld.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32c-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32c-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32r-asm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32r-desc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32r-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32r-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32r-ibld.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32r-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32r-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m32r-opinst.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m68hc11-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m68hc11-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m68k-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m68k-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m88k-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m10200-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m10200-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m10300-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m10300-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
makefile.vms ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mcore-dis.c Stop "objdump -d" from disassembling past a symbolic address. 2015-06-22 16:53:27 +01:00
mcore-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mep-asm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mep-desc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mep-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mep-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mep-ibld.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mep-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mep-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
metag-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
microblaze-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
microblaze-dis.h Wrap a few opcodes headers in extern "C" for C++ 2015-02-19 22:45:47 +00:00
microblaze-opc.h opcodes/microblaze: Rename 'or', 'and', 'xor' to avoid C++ conflict 2015-02-10 18:09:39 +00:00
microblaze-opcm.h opcodes/microblaze: Rename 'or', 'and', 'xor' to avoid C++ conflict 2015-02-10 18:09:39 +00:00
micromips-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mips-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mips-formats.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mips-opc.c MIPS: Fix constraint issues with the R6 beqc and bnec instructions 2015-03-13 23:01:34 +00:00
mips16-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mmix-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mmix-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
moxie-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
moxie-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
msp430-decode.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
msp430-decode.opc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
msp430-dis.c Fixes the check for emulated MSP430 instrucrtions that take no operands. 2015-06-04 16:33:12 +01:00
mt-asm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mt-desc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mt-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mt-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mt-ibld.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mt-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mt-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nds32-asm.c NDS32: Set branch instruction to relaxable. 2015-01-29 16:29:42 +08:00
nds32-asm.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nds32-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nds32-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nios2-dis.c Opcodes and assembler support for Nios II R2 2015-07-01 16:08:03 -07:00
nios2-opc.c Opcodes and assembler support for Nios II R2 2015-07-01 16:08:03 -07:00
ns32k-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
opc2c.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
opintl.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
or1k-asm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
or1k-desc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
or1k-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
or1k-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
or1k-ibld.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
or1k-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
or1k-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
or1k-opinst.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pdp11-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pdp11-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pj-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pj-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ppc-dis.c Allow for optional operands with non-zero default values. 2015-06-19 17:17:07 -05:00
ppc-opc.c PPC sync instruction accepts invalid and incompatible operands 2015-06-22 14:55:24 -05:00
rl78-decode.c Make RL78 disassembler and simulator respect ISA for mul/div 2015-04-30 15:25:49 -04:00
rl78-decode.opc Make RL78 disassembler and simulator respect ISA for mul/div 2015-04-30 15:25:49 -04:00
rl78-dis.c Make RL78 disassembler and simulator respect ISA for mul/div 2015-04-30 15:25:49 -04:00
rx-decode.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
rx-decode.opc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
rx-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
s390-dis.c S/390: Add support for IBM z13. 2015-01-16 12:28:58 +01:00
s390-mkopc.c S/390: Add support for IBM z13. 2015-01-16 12:28:58 +01:00
s390-opc.c S/390: Fixes for z13 instructions. 2015-04-27 10:29:16 +02:00
s390-opc.txt S/390: Fixes for z13 instructions. 2015-04-27 10:29:16 +02:00
score-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
score-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
score7-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
sh-dis.c Stop "objdump -d" from disassembling past a symbolic address. 2015-06-22 16:53:27 +01:00
sh-opc.h [SH] Fix clrs, sets, pref insn arch memberships. 2015-02-25 21:26:59 +01:00
sh64-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
sh64-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
sh64-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
sparc-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
sparc-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
spu-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
spu-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
stamp-h.in
sysdep.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tic4x-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tic6x-dis.c Stop "objdump -d" from disassembling past a symbolic address. 2015-06-22 16:53:27 +01:00
tic30-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tic54x-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tic54x-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tic80-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tic80-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tilegx-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tilegx-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tilepro-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tilepro-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
v850-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
v850-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
vax-dis.c Stop "objdump -d" from disassembling past a symbolic address. 2015-06-22 16:53:27 +01:00
visium-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
visium-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
w65-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
w65-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xc16x-asm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xc16x-desc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xc16x-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xc16x-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xc16x-ibld.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xc16x-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xc16x-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xgate-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xgate-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xstormy16-asm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xstormy16-desc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xstormy16-desc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xstormy16-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xstormy16-ibld.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xstormy16-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xstormy16-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xtensa-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
z8k-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
z8k-opc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
z8kgen.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
z80-dis.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30