From: Luke Kenneth Casson Leighton Date: Thu, 29 Sep 2022 11:09:43 +0000 (+0100) Subject: comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d67e1cb40fa22033fc57f66078a58b694df660bb;p=openpower-isa.git comments --- diff --git a/src/openpower/decoder/isa/test_caller_svp64_bigint.py b/src/openpower/decoder/isa/test_caller_svp64_bigint.py index e2719666..5ae4d830 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_bigint.py +++ b/src/openpower/decoder/isa/test_caller_svp64_bigint.py @@ -64,7 +64,7 @@ class DecoderTestCase(FHDLTestCase): r3 r2 r1 r4 0x0000_0000_0000_0002 0x8000_8000_8000_8001 0xffff_ffff_ffff_ffff >> 4 - 0x0000_0000_0000_0002 0x2800_0800_0800_0800 0x1fff_ffff_ffff_ffff >> 4 + 0x0000_0000_0000_0002 0x2800_0800_0800_0800 0x1fff_ffff_ffff_ffff """ isa = SVP64Asm(['sv.dsrd *0,*1,4,1' ])