From: lkcl Date: Sat, 2 Oct 2021 14:38:07 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3780 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d6d782b830d8b45834038a86281298be53e423b;p=libreriscv.git --- diff --git a/openpower/sv/svp64/extsxl.mdwn b/openpower/sv/svp64/extsxl.mdwn index 96c8c42bb..8e5133356 100644 --- a/openpower/sv/svp64/extsxl.mdwn +++ b/openpower/sv/svp64/extsxl.mdwn @@ -17,6 +17,16 @@ extsh|RA <- EXTSX(RS, 16)| extsw|RA <- EXTSX(RS, 32)| """]] +TODO: + +[[!table data=""" +func |pcode | XLEN=64 | XLEN=32 | XLEN=16 | XLEN=8 | +extsb|RA <- EXTSX(RS, 8) | example | example | example | example | +extsh|RA <- EXTSX(RS, 16)| example | example | example | example | +extsw|RA <- EXTSX(RS, 32)| example | example | example | example | +"""]] + + # Examples for xlen in (8, 16, 32, 64):