From ef52b5748114fea74f0135d423d1212a9bed2f20 Mon Sep 17 00:00:00 2001 From: lkcl Date: Tue, 26 Jan 2021 14:35:52 +0000 Subject: [PATCH] --- openpower/sv/sprs.mdwn | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/openpower/sv/sprs.mdwn b/openpower/sv/sprs.mdwn index 9ab8ec66e..ad8127f72 100644 --- a/openpower/sv/sprs.mdwn +++ b/openpower/sv/sprs.mdwn @@ -67,12 +67,12 @@ The format of the STATE SPR is as follows: | Field | Name | Description | | ----- | -------- | --------------------- | -| 0:6 | maxvl | Max Vector Length | -| 7:13 | vl | Vector Length | -| 14:20 | srcstep | | -| 21:27 | dststep | | -| 28:29 | subvl | | -| 30:31 | svstep | | +| 0:6 | maxvl | Max Vector Length | +| 7:13 | vl | Vector Length | +| 14:20 | srcstep | for srcstep = 0..VL-1 | +| 21:27 | dststep | for dststep = 0..VL-1 | +| 28:29 | subvl | Sub-vector length | +| 30:31 | svstep | for svstep = 0..VL-1 | The relationship between SUBVL and the subvl field is: -- 2.30.2