binutils-gdb/opcodes
Victor Do Nascimento 5b1c70bfe0 aarch64: Remove asserts from operand qualifier decoders [PR31595]
Given that the disassembler should never abort when decoding
(potentially random) data, assertion statements in the
`get_*reg_qualifier_from_value' function family prove problematic.

Consider the random 32-bit word W, encoded in a data segment and
encountered on execution of `objdump -D <obj_name>'.

If:

  (W & ~opcode_mask) == valid instruction

Then before `print_insn_aarch64_word' has a chance to report the
instruction as potentially undefined, an attempt will be made to have
the qualifiers for the instruction's register operands (if any)
decoded.  If the relevant bits do not map onto a valid qualifier for
the matched instruction-like word, an abort will be triggered and the
execution of objdump aborted.

As this scenario is perfectly feasible and, in light of the fact that
objdump must successfully decode all sections of a given object file,
it is not appropriate to assert in this family of functions.

Therefore, we add a new pseudo-qualifier `AARCH64_OPND_QLF_ERR' for
handling invalid qualifier-associated values and re-purpose the
assertion conditions in qualifier-retrieving functions to be the
predicate guarding the returning of the calculated qualifier type.
If the predicate fails, we return this new qualifier and allow the
caller to handle the error as appropriate.

As these functions are called either from within
`aarch64_extract_operand' or `do_special_decoding', both of which are
expected to return non-zero values, it suffices that callers return
zero upon encountering `AARCH64_OPND_QLF_ERR'.

Ar present the error presented in the hypothetical scenario has been
encountered in `get_sreg_qualifier_from_value', but the change is made
to the whole family to keep the interface consistent.

Bug: https://sourceware.org/PR31595
2024-04-17 11:18:55 +01:00
..
po Add missing install-dvi and install-ps Makefie targets. 2024-04-05 07:02:56 +00:00
.gitignore
aarch64-asm-2.c gas, aarch64: Add faminmax extension 2024-03-19 15:41:41 +00:00
aarch64-asm.c aarch64: Add support for (M)ADDPT and (M)SUBPT instructions 2024-03-18 16:54:06 +00:00
aarch64-asm.h aarch64: Add support for (M)ADDPT and (M)SUBPT instructions 2024-03-18 16:54:06 +00:00
aarch64-dis-2.c gas, aarch64: Add faminmax extension 2024-03-19 15:41:41 +00:00
aarch64-dis.c aarch64: Remove asserts from operand qualifier decoders [PR31595] 2024-04-17 11:18:55 +01:00
aarch64-dis.h aarch64: Add support for (M)ADDPT and (M)SUBPT instructions 2024-03-18 16:54:06 +00:00
aarch64-gen.c Arm64: check tied operand specifier in aarch64-gen 2024-04-03 10:42:44 +02:00
aarch64-opc-2.c gas, aarch64: Add faminmax extension 2024-03-19 15:41:41 +00:00
aarch64-opc.c aarch64: Treat operand "SME list of ZA tiles" as immediate (PR 31561) 2024-04-09 17:21:53 +02:00
aarch64-opc.h aarch64: rcpc3: Define address operand fields and inserter/extractors 2024-01-15 13:11:48 +00:00
aarch64-sys-regs.def aarch64: Add support for the id_aa64isar3_el1 system register 2024-02-19 14:08:36 +00:00
aarch64-tbl.h Arm64: check tied operand specifier in aarch64-gen 2024-04-03 10:42:44 +02: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: Fix disassembly of MVE vq[r]shr[u]n 2024-04-09 10:09:25 +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 Change version to 2.42.50 and regenerate files 2024-01-15 15:13:36 +00:00
configure.ac Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10: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
i386-dis-evex-mod.h Add W table for USER_MSR under MAP4. 2024-04-17 13:57:50 +08:00
i386-dis-evex-prefix.h x86/APX: Remove KEYLOCKER and SHA promotions from EVEX MAP4 2024-04-03 09:50:00 +08:00
i386-dis-evex-reg.h Support APX NF 2024-04-07 17:28:25 +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 Support {evex} pseudo prefix for decode evex promoted insns without egpr32. 2024-04-09 11:18:23 +08:00
i386-dis.c Add W table for USER_MSR under MAP4. 2024-04-17 13:57:50 +08:00
i386-gen.c x86: templatize INC/DEC 2024-03-28 11:47:59 +01:00
i386-init.h Add AMD znver5 processor support 2024-01-05 09:28:52 +01:00
i386-mnem.h Support APX NF 2024-04-07 17:28:25 +08:00
i386-opc.h Support APX NF 2024-04-07 17:28:25 +08:00
i386-opc.tbl Add W table for USER_MSR under MAP4. 2024-04-17 13:57:50 +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 NF 2024-04-07 17:28:25 +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 opcodes: Fix build verbosity 2024-03-13 18:23:26 +00:00
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 Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mmix-dis.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10: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 Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
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 RISC-V: Support Zcmp push/pop instructions. 2024-04-09 15:56:12 +08:00
riscv-opc.c RISC-V: Support Zcmp push/pop instructions. 2024-04-09 15:56:12 +08: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