(no commit message)
authorlkcl <lkcl@web>
Sat, 2 Oct 2021 14:38:07 +0000 (15:38 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 2 Oct 2021 14:38:07 +0000 (15:38 +0100)
openpower/sv/svp64/extsxl.mdwn

index 96c8c42bbaecd5a8ebfdc0c73e9c685db5707efe..8e513335688e83fcfc0b502be2d94ba2ab77ec4b 100644 (file)
@@ -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):