binutils-gdb/opcodes
Richard Sandiford e950b34539 [AArch64][SVE 27/32] Add SVE integer immediate operands
This patch adds the new SVE integer immediate operands.  There are
three kinds:

- simple signed and unsigned ranges, but with new widths and positions.

- 13-bit logical immediates.  These have the same form as in base AArch64,
  but at a different bit position.

  In the case of the "MOV Zn.<T>, #<limm>" alias of DUPM, the logical
  immediate <limm> is not allowed to be a valid DUP immediate, since DUP
  is preferred over DUPM for constants that both instructions can handle.

- a new 9-bit arithmetic immediate, of the form "<imm8>{, LSL #8}".
  In some contexts the operand is signed and in others it's unsigned.
  As an extension, we allow shifted immediates to be written as a single
  integer, e.g. "#256" is equivalent to "#1, LSL #8".  We also use the
  shiftless form as the preferred disassembly, except for the special
  case of "#0, LSL #8" (a redundant encoding of 0).

include/
	* opcode/aarch64.h (AARCH64_OPND_SIMM5): New aarch64_opnd.
	(AARCH64_OPND_SVE_AIMM, AARCH64_OPND_SVE_ASIMM)
	(AARCH64_OPND_SVE_INV_LIMM, AARCH64_OPND_SVE_LIMM)
	(AARCH64_OPND_SVE_LIMM_MOV, AARCH64_OPND_SVE_SHLIMM_PRED)
	(AARCH64_OPND_SVE_SHLIMM_UNPRED, AARCH64_OPND_SVE_SHRIMM_PRED)
	(AARCH64_OPND_SVE_SHRIMM_UNPRED, AARCH64_OPND_SVE_SIMM5)
	(AARCH64_OPND_SVE_SIMM5B, AARCH64_OPND_SVE_SIMM6)
	(AARCH64_OPND_SVE_SIMM8, AARCH64_OPND_SVE_UIMM3)
	(AARCH64_OPND_SVE_UIMM7, AARCH64_OPND_SVE_UIMM8)
	(AARCH64_OPND_SVE_UIMM8_53): Likewise.
	(aarch64_sve_dupm_mov_immediate_p): Declare.

opcodes/
	* aarch64-tbl.h (AARCH64_OPERANDS): Add entries for the new SVE
	integer immediate operands.
	* aarch64-opc.h (FLD_SVE_immN, FLD_SVE_imm3, FLD_SVE_imm5)
	(FLD_SVE_imm5b, FLD_SVE_imm7, FLD_SVE_imm8, FLD_SVE_imm9)
	(FLD_SVE_immr, FLD_SVE_imms, FLD_SVE_tszh): New aarch64_field_kinds.
	* aarch64-opc.c (fields): Add corresponding entries.
	(operand_general_constraint_met_p): Handle the new SVE integer
	immediate operands.
	(aarch64_print_operand): Likewise.
	(aarch64_sve_dupm_mov_immediate_p): New function.
	* aarch64-opc-2.c: Regenerate.
	* aarch64-asm.h (ins_inv_limm, ins_sve_aimm, ins_sve_asimm)
	(ins_sve_limm_mov, ins_sve_shlimm, ins_sve_shrimm): New inserters.
	* aarch64-asm.c (aarch64_ins_limm_1): New function, split out from...
	(aarch64_ins_limm): ...here.
	(aarch64_ins_inv_limm): New function.
	(aarch64_ins_sve_aimm): Likewise.
	(aarch64_ins_sve_asimm): Likewise.
	(aarch64_ins_sve_limm_mov): Likewise.
	(aarch64_ins_sve_shlimm): Likewise.
	(aarch64_ins_sve_shrimm): Likewise.
	* aarch64-asm-2.c: Regenerate.
	* aarch64-dis.h (ext_inv_limm, ext_sve_aimm, ext_sve_asimm)
	(ext_sve_limm_mov, ext_sve_shlimm, ext_sve_shrimm): New extractors.
	* aarch64-dis.c (decode_limm): New function, split out from...
	(aarch64_ext_limm): ...here.
	(aarch64_ext_inv_limm): New function.
	(decode_sve_aimm): Likewise.
	(aarch64_ext_sve_aimm): Likewise.
	(aarch64_ext_sve_asimm): Likewise.
	(aarch64_ext_sve_limm_mov): Likewise.
	(aarch64_top_bit): Likewise.
	(aarch64_ext_sve_shlimm): Likewise.
	(aarch64_ext_sve_shrimm): Likewise.
	* aarch64-dis-2.c: Regenerate.

gas/
	* config/tc-aarch64.c (parse_operands): Handle the new SVE integer
	immediate operands.
2016-09-21 16:56:57 +01:00
..
po Copyright update for binutils 2016-01-01 23:00:01 +10:30
.gitignore bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore 2010-12-09 09:03:18 +00:00
ChangeLog [AArch64][SVE 27/32] Add SVE integer immediate operands 2016-09-21 16:56:57 +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 Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07:00
ChangeLog-2007 Remove trailing spaces in opcodes 2015-08-12 04:45:07 -07: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-2015 binutils ChangeLog rotation 2016-01-01 22:59:17 +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 Copyright update for binutils 2016-01-01 23:00:01 +10:30
Makefile.am Copyright update for binutils 2016-01-01 23:00:01 +10:30
Makefile.in Regenerate Makefile.in/aclocal.m4 automake 1.11.6 2016-04-15 16:20:55 -07:00
aarch64-asm-2.c [AArch64][SVE 27/32] Add SVE integer immediate operands 2016-09-21 16:56:57 +01:00
aarch64-asm.c [AArch64][SVE 27/32] Add SVE integer immediate operands 2016-09-21 16:56:57 +01:00
aarch64-asm.h [AArch64][SVE 27/32] Add SVE integer immediate operands 2016-09-21 16:56:57 +01:00
aarch64-dis-2.c [AArch64][SVE 27/32] Add SVE integer immediate operands 2016-09-21 16:56:57 +01:00
aarch64-dis.c [AArch64][SVE 27/32] Add SVE integer immediate operands 2016-09-21 16:56:57 +01:00
aarch64-dis.h [AArch64][SVE 27/32] Add SVE integer immediate operands 2016-09-21 16:56:57 +01:00
aarch64-gen.c [AArch64][SVE 02/32] Avoid hard-coded limit in indented_print 2016-09-21 16:48:06 +01:00
aarch64-opc-2.c [AArch64][SVE 27/32] Add SVE integer immediate operands 2016-09-21 16:56:57 +01:00
aarch64-opc.c [AArch64][SVE 27/32] Add SVE integer immediate operands 2016-09-21 16:56:57 +01:00
aarch64-opc.h [AArch64][SVE 27/32] Add SVE integer immediate operands 2016-09-21 16:56:57 +01:00
aarch64-tbl.h [AArch64][SVE 27/32] Add SVE integer immediate operands 2016-09-21 16:56:57 +01:00
aclocal.m4 Regenerate Makefile.in/aclocal.m4 automake 1.11.6 2016-04-15 16:20:55 -07:00
alpha-dis.c update many old style function definitions 2016-04-20 07:04:49 -04:00
alpha-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
arc-dis.c [ARC] Disassemble correctly extension instructions. 2016-09-16 14:49:33 +02:00
arc-dis.h [ARC] C++ compatibility for arc-dis.h 2016-08-24 14:23:00 +02:00
arc-ext-tbl.h [ARC] Fix typo in extension instruction name. 2016-03-29 19:05:31 +02:00
arc-ext.c Begin implementing ARC NPS-400 Accelerator instructions 2016-07-27 15:57:18 +01:00
arc-ext.h addmore extern C 2016-06-22 12:59:58 -04:00
arc-fxi.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
arc-nps400-tbl.h Begin implementing ARC NPS-400 Accelerator instructions 2016-07-27 15:57:18 +01:00
arc-opc.c Begin implementing ARC NPS-400 Accelerator instructions 2016-07-27 15:57:18 +01:00
arc-regs.h Add support for .extCondCode, .extCoreRegister and .extAuxRegister. 2016-04-12 10:21:06 +02:00
arc-tbl.h [ARC] Update instruction type and delay slot info. 2016-05-23 17:41:54 +02:00
arm-dis.c Add missing ARMv8-M special registers 2016-08-26 11:53:30 +01:00
avr-dis.c Print symbol names in comments for LDS/STS disassembly. 2016-06-09 19:00:57 +03:00
bfin-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cgen-asm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cgen-asm.in Copyright update for binutils 2016-01-01 23:00:01 +10:30
cgen-bitset.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cgen-dis.c Fix undefined compilation behaviour shifting a value into the sign bit of a signed integer. 2016-02-01 10:41:32 +00:00
cgen-dis.in Copyright update for binutils 2016-01-01 23:00:01 +10:30
cgen-ibld.in opcodes/cgen: Rework calculation of shift when inserting fields 2016-02-02 11:09:17 +00:00
cgen-opc.c Remove use of alloca. 2016-03-21 16:31:46 +00:00
cgen.sh Copyright update for binutils 2016-01-01 23:00:01 +10:30
config.in Rename configure.in to configure.ac 2014-07-04 13:40:28 +09:30
configure Set BFD_VERSION to 2.27.51 2016-07-21 15:22:13 -07:00
configure.ac Copyright update for binutils 2016-01-01 23:00:01 +10:30
configure.com Copyright update for binutils 2016-01-01 23:00:01 +10:30
cr16-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cr16-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cris-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cris-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
crx-dis.c update many old style function definitions 2016-04-20 07:04:49 -04:00
crx-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
d10v-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
d10v-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
d30v-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
d30v-opc.c Copyright update for binutils 2016-01-01 23:00:01 +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 Copyright update for binutils 2016-01-01 23:00:01 +10:30
dis-init.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
disassemble.c Add support to the ARC disassembler for selecting instruction classes. 2016-07-20 17:08:07 +01:00
dlx-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
epiphany-asm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
epiphany-desc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
epiphany-desc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
epiphany-dis.c epiphany/disassembler: Improve alignment of output. 2016-02-02 11:09:17 +00:00
epiphany-ibld.c opcodes/cgen: Rework calculation of shift when inserting fields 2016-02-02 11:09:17 +00:00
epiphany-opc.c update many old style function definitions 2016-04-20 07:04:49 -04:00
epiphany-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
fr30-asm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
fr30-desc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
fr30-desc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
fr30-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
fr30-ibld.c Fix shift left warning at source 2016-03-02 13:35:41 +10:30
fr30-opc.c update many old style function definitions 2016-04-20 07:04:49 -04:00
fr30-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
frv-asm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
frv-desc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
frv-desc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
frv-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
frv-ibld.c opcodes/cgen: Rework calculation of shift when inserting fields 2016-02-02 11:09:17 +00:00
frv-opc.c update many old style function definitions 2016-04-20 07:04:49 -04:00
frv-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
ft32-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ft32-opc.c FT32: adjust disassembly opcode match fields 2016-07-08 11:38:35 -07:00
h8300-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
h8500-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
h8500-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
hppa-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
i370-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
i370-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
i386-dis-evex.h Fix memory operand size for vcvtt?ps2u?qq instructions 2015-07-22 13:26:21 -07:00
i386-dis.c X86: Add ptwrite instruction 2016-08-24 15:29:39 -07:00
i386-gen.c X86: Allow additional ISAs for IAMCU in assembler 2016-09-07 09:22:19 -07:00
i386-init.h X86: Allow additional ISAs for IAMCU in assembler 2016-09-07 09:22:19 -07:00
i386-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
i386-opc.h X86: Add ptwrite instruction 2016-08-24 15:29:39 -07:00
i386-opc.tbl X86: Add ptwrite instruction 2016-08-24 15:29:39 -07:00
i386-reg.tbl Copyright update for binutils 2016-01-01 23:00:01 +10:30
i386-tbl.h X86: Add ptwrite instruction 2016-08-24 15:29:39 -07:00
i860-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
i960-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ia64-asmtab.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ia64-asmtab.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
ia64-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ia64-gen.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ia64-ic.tbl Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-opc-a.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ia64-opc-b.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ia64-opc-d.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ia64-opc-f.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ia64-opc-i.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ia64-opc-m.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ia64-opc-x.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ia64-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ia64-opc.h Copyright update for binutils 2016-01-01 23:00:01 +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 Copyright update for binutils 2016-01-01 23:00:01 +10:30
ip2k-desc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ip2k-desc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
ip2k-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ip2k-ibld.c opcodes/cgen: Rework calculation of shift when inserting fields 2016-02-02 11:09:17 +00:00
ip2k-opc.c update many old style function definitions 2016-04-20 07:04:49 -04:00
ip2k-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
iq2000-asm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
iq2000-desc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
iq2000-desc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
iq2000-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
iq2000-ibld.c opcodes/cgen: Rework calculation of shift when inserting fields 2016-02-02 11:09:17 +00:00
iq2000-opc.c update many old style function definitions 2016-04-20 07:04:49 -04:00
iq2000-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
lm32-asm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
lm32-desc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
lm32-desc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
lm32-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
lm32-ibld.c opcodes/cgen: Rework calculation of shift when inserting fields 2016-02-02 11:09:17 +00:00
lm32-opc.c update many old style function definitions 2016-04-20 07:04:49 -04:00
lm32-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
lm32-opinst.c update many old style function definitions 2016-04-20 07:04:49 -04:00
m32c-asm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
m32c-desc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
m32c-desc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
m32c-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
m32c-ibld.c opcodes/cgen: Rework calculation of shift when inserting fields 2016-02-02 11:09:17 +00:00
m32c-opc.c update many old style function definitions 2016-04-20 07:04:49 -04:00
m32c-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
m32r-asm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
m32r-desc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
m32r-desc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
m32r-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
m32r-ibld.c opcodes/cgen: Rework calculation of shift when inserting fields 2016-02-02 11:09:17 +00:00
m32r-opc.c update many old style function definitions 2016-04-20 07:04:49 -04:00
m32r-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
m32r-opinst.c update many old style function definitions 2016-04-20 07:04:49 -04:00
m68hc11-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
m68hc11-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
m68k-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
m68k-opc.c m68k: fix constraints of move.[bw] for ISA_B/C 2016-01-08 11:42:10 +01:00
m88k-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
m10200-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
m10200-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
m10300-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
m10300-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
makefile.vms Copyright update for binutils 2016-01-01 23:00:01 +10:30
mcore-dis.c remove a few sentinals 2016-06-25 11:54:28 -04:00
mcore-opc.h remove a few sentinals 2016-06-25 11:54:28 -04:00
mep-asm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
mep-desc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
mep-desc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
mep-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
mep-ibld.c opcodes/cgen: Rework calculation of shift when inserting fields 2016-02-02 11:09:17 +00:00
mep-opc.c update many old style function definitions 2016-04-20 07:04:49 -04:00
mep-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
metag-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
microblaze-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
microblaze-dis.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
microblaze-opc.h Add const qualifiers at various places. 2016-03-07 15:16:28 +00:00
microblaze-opcm.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
micromips-opc.c MIPS/GAS: Implement microMIPS branch/jump compaction 2016-07-27 17:38:31 +01:00
mips-dis.c MIPS/opcodes: Correct mixed MIPS16 and microMIPS disassembly 2016-05-18 13:07:24 +01:00
mips-formats.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
mips-opc.c MIPS/opcodes: Address issues with NAL disassembly 2016-07-13 17:42:43 +01:00
mips16-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
mmix-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
mmix-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
moxie-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
moxie-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
msp430-decode.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
msp430-decode.opc Copyright update for binutils 2016-01-01 23:00:01 +10:30
msp430-dis.c Improve the MSP430 disassembler's handling of memory read errors. 2016-05-27 13:49:58 +01:00
mt-asm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
mt-desc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
mt-desc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
mt-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
mt-ibld.c opcodes/cgen: Rework calculation of shift when inserting fields 2016-02-02 11:09:17 +00:00
mt-opc.c update many old style function definitions 2016-04-20 07:04:49 -04:00
mt-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
nds32-asm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
nds32-asm.h add more extern C 2016-06-01 21:26:32 -04:00
nds32-dis.c Fix simple gas testsuite failures. 2016-06-15 16:25:34 +01:00
nds32-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
nios2-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
nios2-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ns32k-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
opc2c.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
opintl.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
or1k-asm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
or1k-desc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
or1k-desc.h Regenerate or1k opcodes file 2016-03-03 00:23:31 +10:30
or1k-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
or1k-ibld.c opcodes/cgen: Rework calculation of shift when inserting fields 2016-02-02 11:09:17 +00:00
or1k-opc.c update many old style function definitions 2016-04-20 07:04:49 -04:00
or1k-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
or1k-opinst.c update many old style function definitions 2016-04-20 07:04:49 -04:00
pdp11-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pdp11-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pj-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pj-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ppc-dis.c Fix some PowerPC VLE BFD issues and add some PowerPC VLE instructions. 2016-08-01 09:42:31 -07:00
ppc-opc.c Modify POWER9 support to match final ISA 3.0 documentation. 2016-09-14 22:10:51 -05:00
rl78-decode.c Regenerate rl78 opcodes file 2016-03-02 13:38:44 +10:30
rl78-decode.opc Fix display of RL78 MOVW instructions that use the stack pointer. 2016-01-14 16:23:35 +00:00
rl78-dis.c Fix typo in print_insn_rl78_common function. 2016-03-01 10:52:24 +00:00
rx-decode.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
rx-decode.opc Copyright update for binutils 2016-01-01 23:00:01 +10:30
rx-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
s390-dis.c S/390: Dump unknown instructions according to their length. 2016-06-10 13:41:42 +02:00
s390-mkopc.c S/390: Add alternate processor names. 2016-09-12 16:32:02 +02:00
s390-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
s390-opc.txt S/390: Fix kmctr instruction type. 2016-09-12 16:32:02 +02:00
score-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
score-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
score7-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
sh-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
sh-opc.h add more extern C 2016-06-01 21:26:32 -04:00
sh64-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
sh64-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
sh64-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
sparc-dis.c opcodes,gas: sparc: fix rdasr,wrasr,rdpr,wrpr,rdhpr,wrhpr insns. 2016-06-17 02:15:43 -07:00
sparc-opc.c opcodes, gas: fix mnemonic of sparc camellia_fl 2016-08-26 07:31:31 -07:00
spu-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
spu-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
stamp-h.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
sysdep.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
tic4x-dis.c Add const qualifiers at various places. 2016-03-07 15:16:28 +00:00
tic6x-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
tic30-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
tic54x-dis.c tic54x: rename typedef of struct symbol_ 2016-05-23 01:17:12 -04:00
tic54x-opc.c tic54x: rename typedef of struct symbol_ 2016-05-23 01:17:12 -04:00
tic80-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
tic80-opc.c update many old style function definitions 2016-04-20 07:04:49 -04:00
tilegx-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
tilegx-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
tilepro-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
tilepro-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
v850-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
v850-opc.c Fix disassembly of the V850's LD.BU instruction. 2016-04-13 15:09:25 +01:00
vax-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
visium-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
visium-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
w65-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
w65-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
xc16x-asm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
xc16x-desc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
xc16x-desc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
xc16x-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
xc16x-ibld.c opcodes/cgen: Rework calculation of shift when inserting fields 2016-02-02 11:09:17 +00:00
xc16x-opc.c update many old style function definitions 2016-04-20 07:04:49 -04:00
xc16x-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
xgate-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
xgate-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
xstormy16-asm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
xstormy16-desc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
xstormy16-desc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
xstormy16-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
xstormy16-ibld.c opcodes/cgen: Rework calculation of shift when inserting fields 2016-02-02 11:09:17 +00:00
xstormy16-opc.c update many old style function definitions 2016-04-20 07:04:49 -04:00
xstormy16-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
xtensa-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
z8k-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
z8k-opc.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
z8kgen.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
z80-dis.c Copyright update for binutils 2016-01-01 23:00:01 +10:30