From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7955) id 57FD0385842C; Tue, 9 Apr 2024 15:18:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 57FD0385842C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712675916; bh=pjSpzR7jgkz1FVQRnjKLKvkUmIoo7jJ1pAJXW9tiNaM=; h=From:To:Subject:Date:From; b=rZbWqP/c0s3XATVUL59SniDGaM6yJ8vBIUr17745Ms9zAZhhq7zxjAFFyoYENZQC1 gDv9u4+jYupvZMB2kAibnrIAImOBsWc0uW4Z8o3DbZy4JwtswimpIoNlDd3qKaM4pE laSZHfefJD0IYP6K0NDe41RmyC/6N2RxgabRwm8s= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jens Remus To: binutils-cvs@sourceware.org Subject: [binutils-gdb] s390: Flag conditional branch relative insns as condjump X-Act-Checkin: binutils-gdb X-Git-Author: Jens Remus X-Git-Refname: refs/heads/master X-Git-Oldrev: 56756c571eb6d33eb8035cf0deb37e472597af6b X-Git-Newrev: 676b98078f9f42cfdaaaec6605f31c5be694dffb Message-Id: <20240409151836.57FD0385842C@sourceware.org> Date: Tue, 9 Apr 2024 15:18:36 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D676b98078f9f= 42cfdaaaec6605f31c5be694dffb commit 676b98078f9f42cfdaaaec6605f31c5be694dffb Author: Jens Remus Date: Tue Apr 9 17:17:02 2024 +0200 s390: Flag conditional branch relative insns as condjump =20 Flag conditional branch relative (extended) mnemonics clij* and clgij* as "condjump" for jump visualization in disassembly. They were missed to be flagged as such in commit c5306fed7d40 ("s390: Support for jump visualization in disassembly"). =20 opcodes/ * s390-opc.txt: Flag conditional branch relative instructions clij* and clgij* as condjump for jump visualization in disassembly. =20 Signed-off-by: Jens Remus Acked-by: Nick Clifton Diff: --- opcodes/s390-opc.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt index 83ca22f6fac..1182e196059 100644 --- a/opcodes/s390-opc.txt +++ b/opcodes/s390-opc.txt @@ -942,10 +942,10 @@ ec00000000ff clib$12 RIS_R0RDU "compare logical immed= iate and branch (32<8)" z10 ec00000000ff clib RIS_RURDU "compare logical immediate and branch (32<8)" = z10 zarch ec00000000fd clgib$12 RIS_R0RDU "compare logical immediate and branch (64<= 8)" z10 zarch ec00000000fd clgib RIS_RURDU "compare logical immediate and branch (64<8)"= z10 zarch -ec000000007f clij$12 RIE_R0PU "compare logical immediate and branch relati= ve (32<8)" z10 zarch -ec000000007f clij RIE_RUPU "compare logical immediate and branch relative = (32<8)" z10 zarch -ec000000007d clgij$12 RIE_R0PU "compare logical immediate and branch relat= ive (64<8)" z10 zarch -ec000000007d clgij RIE_RUPU "compare logical immediate and branch relative= (64<8)" z10 zarch +ec000000007f clij$12 RIE_R0PU "compare logical immediate and branch relati= ve (32<8)" z10 zarch condjump +ec000000007f clij RIE_RUPU "compare logical immediate and branch relative = (32<8)" z10 zarch condjump +ec000000007d clgij$12 RIE_R0PU "compare logical immediate and branch relat= ive (64<8)" z10 zarch condjump +ec000000007d clgij RIE_RUPU "compare logical immediate and branch relative= (64<8)" z10 zarch condjump b9730000 clrt$16 RRF_00RR "compare logical and trap (32)" z10 zarch b973 clrt RRF_U0RR "compare logical and trap (32)" z10 zarch b9610000 clgrt$16 RRF_00RR "compare logical and trap (64)" z10 zarch