binutils-gdb/opcodes
Richard Sandiford 165d495085 [AArch64][SVE 28/32] Add SVE FP immediate operands
This patch adds support for the new SVE floating-point immediate
operands.  One operand uses the same 8-bit encoding as base AArch64,
but in a different position.  The others use a single bit to select
between two values.

One of the single-bit operands is a choice between 0 and 1, where 0
is not a valid 8-bit encoding.  I think the cleanest way of handling
these single-bit immediates is therefore to use the IEEE float encoding
itself as the immediate value and select between the two possible values
when encoding and decoding.

As described in the covering note for the patch that added F_STRICT,
we get better error messages by accepting unsuffixed vector registers
and leaving the qualifier matching code to report an error.  This means
that we carry on parsing the other operands, and so can try to parse FP
immediates for invalid instructions like:

	fcpy	z0, #2.5

In this case there is no suffix to tell us whether the immediate should
be treated as single or double precision.  Again, we get better error
messages by picking one (arbitrary) immediate size and reporting an error
for the missing suffix later.

include/
	* opcode/aarch64.h (AARCH64_OPND_SVE_FPIMM8): New aarch64_opnd.
	(AARCH64_OPND_SVE_I1_HALF_ONE, AARCH64_OPND_SVE_I1_HALF_TWO)
	(AARCH64_OPND_SVE_I1_ZERO_ONE): Likewise.

opcodes/
	* aarch64-tbl.h (AARCH64_OPERANDS): Add entries for the new SVE FP
	immediate operands.
	* aarch64-opc.h (FLD_SVE_i1): New aarch64_field_kind.
	* aarch64-opc.c (fields): Add corresponding entry.
	(operand_general_constraint_met_p): Handle the new SVE FP immediate
	operands.
	(aarch64_print_operand): Likewise.
	* aarch64-opc-2.c: Regenerate.
	* aarch64-asm.h (ins_sve_float_half_one, ins_sve_float_half_two)
	(ins_sve_float_zero_one): New inserters.
	* aarch64-asm.c (aarch64_ins_sve_float_half_one): New function.
	(aarch64_ins_sve_float_half_two): Likewise.
	(aarch64_ins_sve_float_zero_one): Likewise.
	* aarch64-asm-2.c: Regenerate.
	* aarch64-dis.h (ext_sve_float_half_one, ext_sve_float_half_two)
	(ext_sve_float_zero_one): New extractors.
	* aarch64-dis.c (aarch64_ext_sve_float_half_one): New function.
	(aarch64_ext_sve_float_half_two): Likewise.
	(aarch64_ext_sve_float_zero_one): Likewise.
	* aarch64-dis-2.c: Regenerate.

gas/
	* config/tc-aarch64.c (double_precision_operand_p): New function.
	(parse_operands): Use it to calculate the dp_p input to
	parse_aarch64_imm_float.  Handle the new SVE FP immediate operands.
2016-09-21 16:57:22 +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 28/32] Add SVE FP immediate operands 2016-09-21 16:57:22 +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 28/32] Add SVE FP immediate operands 2016-09-21 16:57:22 +01:00
aarch64-asm.c [AArch64][SVE 28/32] Add SVE FP immediate operands 2016-09-21 16:57:22 +01:00
aarch64-asm.h [AArch64][SVE 28/32] Add SVE FP immediate operands 2016-09-21 16:57:22 +01:00
aarch64-dis-2.c [AArch64][SVE 28/32] Add SVE FP immediate operands 2016-09-21 16:57:22 +01:00
aarch64-dis.c [AArch64][SVE 28/32] Add SVE FP immediate operands 2016-09-21 16:57:22 +01:00
aarch64-dis.h [AArch64][SVE 28/32] Add SVE FP immediate operands 2016-09-21 16:57:22 +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 28/32] Add SVE FP immediate operands 2016-09-21 16:57:22 +01:00
aarch64-opc.c [AArch64][SVE 28/32] Add SVE FP immediate operands 2016-09-21 16:57:22 +01:00
aarch64-opc.h [AArch64][SVE 28/32] Add SVE FP immediate operands 2016-09-21 16:57:22 +01:00
aarch64-tbl.h [AArch64][SVE 28/32] Add SVE FP immediate operands 2016-09-21 16:57:22 +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