From: lkcl Date: Sun, 3 Oct 2021 23:09:45 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3725 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0c34125612515cb3a58d1f1e836963ab8ea631f;p=libreriscv.git --- diff --git a/openpower/sv/svp64/extsxl.mdwn b/openpower/sv/svp64/extsxl.mdwn index 6f194bdb7..6a8a95e7e 100644 --- a/openpower/sv/svp64/extsxl.mdwn +++ b/openpower/sv/svp64/extsxl.mdwn @@ -44,7 +44,7 @@ TODO value 3: e.g. 0x0000000000000091 [[!table data=""" func | XLEN=64 | XLEN=32 | XLEN=16 | XLEN=8 | -extsb| 0x0000000000000091 | 0x00000091 | 0x0091 | 0x91 | +extsb| 0xFFFFFFFFFFFFFF91 | 0xFFFFFF91 | 0xFF91 | 0x91 | extsh| 0x0000000000000091 | 0x00000091 | 0x0091 | 0x91 | extsw| 0x0000000000000091 | 0x00000091 | 0x0091 | 0x91 | """]]