binutils-gdb/opcodes
Srinath Parvathaneni 7bdb051fd6 aarch64: Add support for sme2.1 zero instructions.
This patch adds support for following sme2.1 zero instructions and
the spec is available here [1].

1. ZERO (single-vector).
2. ZERO (double-vector).
3. ZERO (quad-vector).

The VECTOR GROUP symbols VGx2 and VGx4 are optional for the assembler
for most of the sme and sve instructions. But for few of the sme2.1
zero instruction variants VECTOR GROUP symbols VGx2 and VGx4 are mandatory.
To address this a bit "F_VG_REQ" is introduced in this patch, on setting
F_VG_REQ bit in flags of aarch64_opcode forces the assembler to accept
instruction operand only having VECTOR GROUP symbols.

[1]: https://developer.arm.com/documentation/ddi0602/2024-03/SME-Instructions?lang=en
2024-07-12 15:41:56 +01:00
..
po Add missing install-dvi and install-ps Makefie targets. 2024-04-05 07:02:56 +00:00
.gitattributes opcodes: add a .gitattributes file for aarch64 autogenerated file exceptions 2024-05-28 10:16:23 +01:00
.gitignore
aarch64-asm-2.c aarch64: Add support for sme2.1 movaz instructions. 2024-07-12 15:40:48 +01:00
aarch64-asm.c aarch64: Add support for sme2.1 movaz instructions. 2024-07-12 15:40:48 +01:00
aarch64-asm.h aarch64: Add support for sme2.1 movaz instructions. 2024-07-12 15:40:48 +01:00
aarch64-dis-2.c aarch64: Add support for sme2.1 zero instructions. 2024-07-12 15:41:56 +01:00
aarch64-dis.c aarch64: Add support for sme2.1 movaz instructions. 2024-07-12 15:40:48 +01:00
aarch64-dis.h aarch64: Add support for sme2.1 movaz instructions. 2024-07-12 15:40:48 +01:00
aarch64-gen.c Arm64: check tied operand specifier in aarch64-gen 2024-04-03 10:42:44 +02:00
aarch64-opc-2.c aarch64: Add support for sme2.1 movaz instructions. 2024-07-12 15:40:48 +01:00
aarch64-opc.c aarch64: Add support for sme2.1 zero instructions. 2024-07-12 15:41:56 +01:00
aarch64-opc.h aarch64: Add support for sme2.1 movaz instructions. 2024-07-12 15:40:48 +01:00
aarch64-sys-regs.def aarch64: add Debug Feature Register 2 (ID_AA64DFR2_EL1) 2024-07-05 15:39:28 +01:00
aarch64-tbl.h aarch64: Add support for sme2.1 zero instructions. 2024-07-12 15:41:56 +01:00
aclocal.m4 Finalized intl-update patches 2023-11-15 12:53:04 +00:00
alpha-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
alpha-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
arc-dis.c arc: Put DBNZ instruction to a separate class 2024-02-14 11:36:52 +01:00
arc-dis.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
arc-ext-tbl.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
arc-ext.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
arc-ext.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
arc-fxi.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
arc-nps400-tbl.h
arc-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
arc-regs.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
arc-tbl.h arc: Put DBNZ instruction to a separate class 2024-02-14 11:36:52 +01:00
arm-dis.c arm: remove disassembly support for the FPA co-processor 2024-06-05 17:45:45 +01:00
avr-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
bfin-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
bpf-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
bpf-opc.c objdump, as: add callx support for BPF CPU v1 2024-02-15 15:11:44 +01:00
cgen-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cgen-asm.in Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cgen-bitset.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cgen-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cgen-dis.in Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cgen-ibld.in Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cgen-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cgen.sh Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ChangeLog objdump, as: add callx support for BPF CPU v1 2024-02-15 15:11:44 +01:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
ChangeLog-2018
ChangeLog-2019
ChangeLog-2020
ChangeLog-9297
ChangeLog-9899
config.in Finalized intl-update patches 2023-11-15 12:53:04 +00:00
configure Revert "Remove LIBINTL_DEP" 2024-06-20 21:15:27 +09:30
configure.ac Revert "Remove LIBINTL_DEP" 2024-06-20 21:15:27 +09:30
configure.com Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cr16-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cr16-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cris-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cris-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cris-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cris-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cris-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
crx-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
crx-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
csky-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
csky-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
d10v-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
d10v-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
d30v-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
d30v-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
dep-in.sed
dis-buf.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
dis-init.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
disassemble.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
disassemble.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
dlx-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
epiphany-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
epiphany-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
epiphany-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
epiphany-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
epiphany-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
epiphany-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
epiphany-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
fr30-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
fr30-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
fr30-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
fr30-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
fr30-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
fr30-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
fr30-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
frv-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
frv-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
frv-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
frv-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
frv-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
frv-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
frv-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ft32-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ft32-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
h8300-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
hppa-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
i386-dis-evex-len.h Revert "2.41 Release sources" 2023-08-02 12:06:23 +01:00
i386-dis-evex-mod.h x86: Fix typo in i386-dis-evex-mod.h 2024-06-18 10:52:41 +08:00
i386-dis-evex-prefix.h Support APX CFCMOV 2024-07-04 15:55:00 +08:00
i386-dis-evex-reg.h Support APX CCMP and CTEST 2024-06-18 10:52:40 +08:00
i386-dis-evex-w.h Add W table for USER_MSR under MAP4. 2024-04-17 13:57:50 +08:00
i386-dis-evex.h x86: Correct position of ".s" for CCMPcc in disassembler 2024-07-05 09:55:41 +08:00
i386-dis.c x86: Correct position of ".s" for CCMPcc in disassembler 2024-07-05 09:55:41 +08:00
i386-gen.c x86/APX: convert ZU to operand constraint 2024-06-10 10:46:21 +02:00
i386-init.h Add AMD znver5 processor support 2024-01-05 09:28:52 +01:00
i386-mnem.h Support APX CFCMOV 2024-07-04 15:55:00 +08:00
i386-opc.h Support APX CFCMOV 2024-07-04 15:55:00 +08:00
i386-opc.tbl Support APX CFCMOV 2024-07-04 15:55:00 +08:00
i386-reg.tbl x86: also permit YMM/ZMM use in CFI directives 2024-02-23 11:59:09 +01:00
i386-tbl.h Support APX CFCMOV 2024-07-04 15:55:00 +08:00
ia64-asmtab.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-asmtab.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-gen.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-ic.tbl
ia64-opc-a.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-opc-b.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-opc-d.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-opc-f.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-opc-i.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-opc-m.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-opc-x.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ia64-raw.tbl
ia64-war.tbl
ia64-waw.tbl
ip2k-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ip2k-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ip2k-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ip2k-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ip2k-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ip2k-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ip2k-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
iq2000-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
iq2000-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
iq2000-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
iq2000-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
iq2000-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
iq2000-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
iq2000-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
kvx-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
kvx-dis.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
kvx-opc.c kvx: gas: missing aliases for $r14r15 in assembler. 2024-02-20 12:07:57 +01:00
lm32-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
lm32-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
lm32-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
lm32-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
lm32-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
lm32-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
lm32-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
lm32-opinst.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
loongarch-coder.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
loongarch-dis.c LoongArch: Discard extra spaces in objdump output 2024-01-11 14:08:24 +08:00
loongarch-opc.c LoongArch: gas: Add support for s9 register 2024-01-26 16:49:43 +08:00
m32c-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32c-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32c-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32c-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32c-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32c-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32c-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32r-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32r-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32r-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32r-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32r-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32r-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32r-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m32r-opinst.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m68hc11-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m68hc11-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m68k-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m68k-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m10200-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m10200-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m10300-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
m10300-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
MAINTAINERS Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
Makefile.am opcodes: Fix build verbosity 2024-03-13 18:23:26 +00:00
Makefile.in Revert "Remove LIBINTL_DEP" 2024-06-20 21:15:27 +09:30
makefile.vms Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mcore-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mcore-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mep-asm.c PR21739, Inconsistent diagnostics 2024-02-29 21:07:04 +10:30
mep-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mep-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mep-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mep-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mep-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mep-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
metag-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
microblaze-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
microblaze-dis.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
microblaze-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
microblaze-opcm.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
micromips-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mips16-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mips-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mips-formats.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mips-opc.c MIPS/opcodes: Add MIPS Allegrex DBREAK instruction 2024-06-11 09:36:11 +01:00
mmix-dis.c mmix disassemble memory leak 2024-04-19 10:00:57 +09:30
mmix-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
moxie-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
moxie-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
msp430-decode.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
msp430-decode.opc Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
msp430-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mt-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mt-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mt-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mt-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mt-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mt-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mt-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
nds32-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
nds32-asm.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
nds32-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
nds32-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
nfp-dis.c Fix illegal memory access when bfd_get_section_contents is called with a NULL section pointer. 2024-06-05 13:30:27 +01:00
nios2-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
nios2-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ns32k-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
opc2c.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
opintl.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
or1k-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
or1k-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
or1k-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
or1k-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
or1k-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
or1k-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
or1k-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
or1k-opinst.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pdp11-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pdp11-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pj-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pj-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ppc-dis.c PowerPC: Add support for Power11 options 2024-02-09 10:52:23 -06:00
ppc-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pru-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pru-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
riscv-dis.c opcodes/riscv: prevent future use of disassemble_info::fprintf_func 2024-06-06 10:33:33 +01:00
riscv-opc.c RISC-V: avoid use of match_opcode() in riscv_insn_types[] 2024-07-05 08:39:28 +02:00
rl78-decode.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
rl78-decode.opc Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
rl78-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
rx-decode.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
rx-decode.opc Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
rx-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
s12z-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
s12z-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
s12z-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
s390-dis.c s390: Print base register 0 as "0" in disassembly 2024-03-01 12:45:14 +01:00
s390-mkopc.c s390: Use proper string lengths when parsing opcode table flags 2024-03-01 11:12:40 +01:00
s390-opc.c s390: Warn when register name type does not match operand 2024-03-01 12:45:14 +01:00
s390-opc.txt s390: Flag conditional branch relative insns as condjump 2024-04-09 17:17:02 +02:00
score7-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
score-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
score-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
sh-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
sh-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
sparc-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
sparc-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
spu-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
spu-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
sysdep.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tic4x-dis.c opcodes: tic4x_disassemble swap xcalloc arguments 2024-01-22 18:16:42 +01:00
tic6x-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tic30-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tic54x-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tic54x-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tilegx-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tilegx-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tilepro-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
tilepro-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
v850-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
v850-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
vax-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
visium-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
visium-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
wasm32-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xgate-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xgate-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xstormy16-asm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xstormy16-desc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xstormy16-desc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xstormy16-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xstormy16-ibld.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xstormy16-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xstormy16-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xtensa-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
z8k-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
z8k-opc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
z8kgen.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
z80-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30