(no commit message)
authorlkcl <lkcl@web>
Tue, 15 Feb 2022 06:34:28 +0000 (06:34 +0000)
committerIkiWiki <ikiwiki.info>
Tue, 15 Feb 2022 06:34:28 +0000 (06:34 +0000)
openpower/sv/bitmanip.mdwn

index a3248d8308d5f7aba79b7f4c9219d5cc6d64c7bf..5cb5d51f3a65249a2085099f363e5da424eff743 100644 (file)
@@ -318,6 +318,11 @@ uint_xlen_t bmextrev(RA, RB, sh)
 
 # grevlut
 
+generalised reverse combined with a LUT2 and allowing
+zero when RA=0 provides a wide range of instructions
+and a means to set regular 64 bit patterns in one
+32 bit instruction.
+
 ```
 lut2(imm, a, b):
     idx = b << 1 | a