(no commit message)
authorlkcl <lkcl@web>
Thu, 29 Sep 2022 19:47:49 +0000 (20:47 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 29 Sep 2022 19:47:49 +0000 (20:47 +0100)
openpower/sv/biginteger.mdwn

index cd32936ed8ac8c055d434236285c82826e15ff7f..0ecda507325f23f6aff8ef25b1d61bfc94f3f601 100644 (file)
@@ -38,6 +38,21 @@ fashion that is hidden from the user, behind a consistent, stable ISA API.
 The same macro-op fusion may theoretically be deployed even on Scalar
 operations.
 
+# dsld and dsrd
+
+**DRAFT**
+
+`dsld` and `dsrd` are is similar to v3.0 `sld`, and
+is Z23-Form in "overwrite" on RT.
+
+|0.....5|6..10|11..15|16..20|21.22|23..30|31|
+|-------|-----|------|------|-----|------|--|
+| EXT04 | RT  |  RA  |  RB  | sm  |  XO  |Rc|
+
+Both instructions take two 64-bit sources, concatenate
+them together then extract 64 bits from it, the offset
+location determined by a third source.
+
 # maddedu
 
 **DRAFT**