From: lkcl Date: Sun, 28 Feb 2021 18:33:05 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~107 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fa3e4ace3614895200e467cedb6e498a645ab514;p=libreriscv.git --- diff --git a/openpower/sv/ldst.mdwn b/openpower/sv/ldst.mdwn index e3cf4e79f..bd910a39c 100644 --- a/openpower/sv/ldst.mdwn +++ b/openpower/sv/ldst.mdwn @@ -127,10 +127,10 @@ The table for [[sv/svp64]] for `immed(RA)` is: | 0-1 | 2 | 3 4 | description | | --- | --- |---------|-------------------------- | -| 00 | str | sz dz | normal mode | +| 00 | els | sz dz | normal mode | | 01 | inv | CR-bit | Rc=1: ffirst CR sel | -| 01 | inv | els RC1 | Rc=0: ffirst z/nonz | -| 10 | N | sz els | sat mode: N=0/1 u/s | +| 01 | inv | els RC1 | Rc=0: ffirst z/nonz | +| 10 | N | sz els | sat mode: N=0/1 u/s | | 11 | inv | CR-bit | Rc=1: pred-result CR sel | | 11 | inv | els RC1 | Rc=0: pred-result z/nonz |