From 84568aa09da2a06455c86824d3b0f62e68702724 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 28 Jun 2019 09:59:24 +0100 Subject: [PATCH] remove ssvoffs from STATE --- simple_v_extension/abridged_spec.mdwn | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/simple_v_extension/abridged_spec.mdwn b/simple_v_extension/abridged_spec.mdwn index 3f0fe69cd..e83c0de81 100644 --- a/simple_v_extension/abridged_spec.mdwn +++ b/simple_v_extension/abridged_spec.mdwn @@ -106,16 +106,14 @@ full context save/restore. It contains (and permits setting of): instruction being executed * srcoffs - for twin-predication, the source element offset as well. * SUBVL -* svdestoffs - the subvector destination element offset of the current +* dsvoffs - the subvector destination element offset of the current parallel instruction being executed -* svsrcoffs - for twin-predication, the subvector source element offset - as well. The format of the STATE CSR is as follows: -| (29..28 | (27..26) | (25..24) | (23..18) | (17..12) | (11..6) | (5...0) | -| ------- | -------- | -------- | -------- | -------- | ------- | ------- | -| dsvoffs | ssvoffs | subvl | destoffs | srcoffs | vl | maxvl | +| (31..28) | (27..26) | (25..24) | (23..18) | (17..12) | (11..6) | (5...0) | +| -------- | -------- | -------- | -------- | -------- | ------- | ------- | +| rsvd | dsvoffs | subvl | destoffs | srcoffs | vl | maxvl | The relationship between SUBVL and the subvl field is: -- 2.30.2