From d67e1cb40fa22033fc57f66078a58b694df660bb Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 29 Sep 2022 12:09:43 +0100 Subject: [PATCH] comments --- src/openpower/decoder/isa/test_caller_svp64_bigint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ]) -- 2.30.2