From 4b69371bbaf2567c03b7ae3552e503148b09c260 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Tue, 26 Sep 2023 18:56:03 -0700 Subject: [PATCH] fix wrong register in docs --- src/openpower/test/bigint/bigint_cases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openpower/test/bigint/bigint_cases.py b/src/openpower/test/bigint/bigint_cases.py index 98ad5fda..2944ad43 100644 --- a/src/openpower/test/bigint/bigint_cases.py +++ b/src/openpower/test/bigint/bigint_cases.py @@ -163,7 +163,7 @@ class SVP64BigIntCases(TestAccumulatorBase): 0x0000_0000_0500_0000 0x2800_0800_0800_0800 0x1fff_ffff_ffff_ffff with the 4-bit part that drops out of the 4 LSBs of r16 ending up - in r0 + in r5 """ prog = Program(list(SVP64Asm(["sv.dsrd/mrr *16,*16,3,5"])), False) gprs = [0] * 32 -- 2.30.2