From: lkcl Date: Tue, 6 Jun 2023 17:47:37 +0000 (+0100) Subject: (no commit message) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20c99cb948a2acde7798d6be5753deedc3782d4b;p=libreriscv.git --- diff --git a/openpower/sv/po9_encoding/discussion.mdwn b/openpower/sv/po9_encoding/discussion.mdwn index a61d0a38a..cde801426 100644 --- a/openpower/sv/po9_encoding/discussion.mdwn +++ b/openpower/sv/po9_encoding/discussion.mdwn @@ -4,13 +4,13 @@ | 0-5 | 6-27 28 29 | 30-31| 32 |33-63| Description | |-----|------------|------|----|-----|------------------------------------| | PO9 | xxx 0 0 | 0 0 | 0 | xxxx| 55-bit `RESERVED` | -| PO9 | xxx 0 1 | 0 0 | 0 | xxxx| 32-bit Unvectorizable instructions | -| PO9 | xxx 1 0 | 0 0 | 0 | xxxx| 32-bit Unvectorizable instructions | -| PO9 | xxx 1 1 | 0 0 | 0 | xxxx| 32-bit Unvectorizable instructions | +| PO9 | xxx 0 1 | 0 0 | 0 | xxxx| 32-bit Unvectorizable | +| PO9 | xxx 1 0 | 0 0 | 0 | xxxx| 32-bit Unvectorizable | +| PO9 | xxx 1 1 | 0 0 | 0 | xxxx| 32-bit Unvectorizable | | PO9 | !zero | 0 0 | 1 | DWd | SVP64Single:EXT232-263 | | PO9 | 0000 | 0 0 | 1 | DWd | Scalar EXT232-263 | | PO9 | nnnn | 1 0 | 1 | DWd | SVP64:EXT232-263 | -| PO9 | 0000 | 0 1 | x | xxxx| 32-bit Unvectorizable instructions | +| PO9 | 0000 | 0 1 | x | xxxx| 32-bit Unvectorizable (in 64-bit) | | PO9 | !zero | 0 1 | n | DWd | SVP64Single:EXT000-063 | | PO9 | nnnn | 1 1 | n | DWd | SVP64:EXT000-063 | ```