binutils-gdb/opcodes
Jens Remus b8b60e2d0c s390: Relax risbg[n]z, risb{h|l}gz, {rns|ros|rxs}bgt operand constraints
This leverages commit ("s390: Simplify (dis)assembly of insn operands
with const bits") to relax the operand constraints of the immediate
operand that contains the constant Z- or T-bit of the following extended
mnemonics:
risbgz, risbgnz, risbhgz, risblgz, rnsbgt, rosbgt, rxsbgt

Previously those instructions were the only ones where the assembler
on s390 restricted the specification of the subject I3/I4 operand values
exactly according to their specification to an unsigned 6- or 5-bit
unsigned integer. For any other instructions the assembler allows to
specify any operand value allowed by the instruction format, regardless
of whether the instruction specification is more restrictive.

Allow to specify the subject I3/I4 operand as unsigned 8-bit integer
with the constant operand bits being ORed during assembly.
Relax the instructions subject significant operand bit masks to only
consider the Z/T-bit as significant, so that the instructions get
disassembled as their *z or *t flavor regardless of whether any reserved
bits are set in addition to the Z/T-bit.
Adapt the rnsbg, rosbg, and rxsbg test cases not to inadvertently set
the T-bit in operand I3, as they otherwise get disassembled as their
rnsbgt, rosbgt, and rxsbgt counterpart.

This aligns GNU Assembler to LLVM Assembler.

opcodes/
	* s390-opc.c (U6_18, U5_27, U6_26): Remove.
	(INSTR_RIE_RRUUU2, INSTR_RIE_RRUUU3, INSTR_RIE_RRUUU4): Define
	as INSTR_RIE_RRUUU while retaining insn fmt mask.
	(MASK_RIE_RRUUU2, MASK_RIE_RRUUU3, MASK_RIE_RRUUU4): Treat only
	Z/T-bit of I3/I4 operand as significant.

gas/testsuite/
	* gas/s390/zarch-z10.s (rnsbg, rosbg, rxsbg): Do not set T-bit.

Reported-by: Dominik Steenken <dost@de.ibm.com>
Suggested-by: Ulrich Weigand <ulrich.weigand@de.ibm.com>
Signed-off-by: Jens Remus <jremus@linux.ibm.com>
2024-09-12 15:06:06 +02:00
..
po Updated translations for the bfd, binutils, gas, ld and opcodes directories 2024-07-29 11:57:25 +01: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 opcodes: aarch64: enforce checks on subclass flags in aarch64-gen.c 2024-07-18 20:54:14 -07: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 opcodes: aarch64: denote subclasses for insns of iclass dp_2src 2024-07-18 20:54:14 -07:00
aclocal.m4
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 print_insn_mve assertion 2024-07-26 10:34:54 +09:30
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 Revert "gas: have scrubber retain more whitespace" 2024-08-12 10:42:02 -07:00
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 opcodes/cgen: drop trailing whitespace also for cris 2024-08-16 08:34:50 +02:00
ChangeLog Add markers for 2.43 branch/release 2024-07-20 12:43:19 +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
configure Change version to 2.43.50 2024-07-20 13:16:33 +01:00
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 opcodes/cgen: drop trailing whitespace also for cris 2024-08-16 08:34:50 +02:00
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 Revert "gas: have scrubber retain more whitespace" 2024-08-12 10:42:02 -07:00
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 Revert "gas: have scrubber retain more whitespace" 2024-08-12 10:42:02 -07:00
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 Revert "gas: have scrubber retain more whitespace" 2024-08-12 10:42:02 -07:00
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 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/APX: drop %SW disassembler macro again 2024-08-30 11:23:51 +02:00
i386-dis.c x86/APX: correct disassembly for EVEX.B4 2024-09-11 13:52:42 +02:00
i386-gen.c Support ymm rounding control for Intel AVX10.2 2024-09-02 10:53:59 +08:00
i386-init.h Support ymm rounding control for Intel AVX10.2 2024-09-02 10:53:59 +08:00
i386-mnem.h Support APX CFCMOV 2024-07-04 15:55:00 +08:00
i386-opc.h Support ymm rounding control for Intel AVX10.2 2024-09-02 10:53:59 +08:00
i386-opc.tbl x86/APX: use D for 2-operand CFCMOVcc 2024-09-06 08:35:42 +02:00
i386-reg.tbl x86: limit RegRex64 use 2024-08-30 11:23:16 +02:00
i386-tbl.h x86/APX: use D for 2-operand CFCMOVcc 2024-09-06 08:35:42 +02: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 Revert "gas: have scrubber retain more whitespace" 2024-08-12 10:42:02 -07:00
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 Revert "gas: have scrubber retain more whitespace" 2024-08-12 10:42:02 -07:00
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 Revert "gas: have scrubber retain more whitespace" 2024-08-12 10:42:02 -07:00
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 Revert "gas: have scrubber retain more whitespace" 2024-08-12 10:42:02 -07:00
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 Revert "gas: have scrubber retain more whitespace" 2024-08-12 10:42:02 -07:00
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 Revert "gas: have scrubber retain more whitespace" 2024-08-12 10:42:02 -07:00
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 microMIPS: Add MT ASE instruction set support 2024-07-26 18:01:09 +01:00
mips16-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mips-dis.c microMIPS: Add MT ASE instruction set support 2024-07-26 18:01:09 +01:00
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: Mark MT thread context move assembly idioms as aliases 2024-07-19 19:01:53 +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 Revert "gas: have scrubber retain more whitespace" 2024-08-12 10:42:02 -07:00
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 Revert "gas: have scrubber retain more whitespace" 2024-08-12 10:42:02 -07:00
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 Revert "gas: have scrubber retain more whitespace" 2024-08-12 10:42:02 -07:00
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: Add support for XCVsimd extension in CV32E40P 2024-09-03 12:02:28 +08:00
riscv-opc.c RISC-V: Add support for XCVsimd extension in CV32E40P 2024-09-03 12:02:28 +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: Simplify (dis)assembly of insn operands with const bits 2024-09-12 15:06:06 +02: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: Relax risbg[n]z, risb{h|l}gz, {rns|ros|rxs}bgt operand constraints 2024-09-12 15:06:06 +02:00
s390-opc.txt s390: Align opcodes to lower-case 2024-09-09 17:05:28 +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 gas: sparc: Fix faligndatai assembly and disassembly 2024-08-09 08:32:54 +10:00
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 Revert "gas: have scrubber retain more whitespace" 2024-08-12 10:42:02 -07:00
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