(no commit message)
authorlkcl <lkcl@web>
Sun, 10 Jan 2021 13:29:34 +0000 (13:29 +0000)
committerIkiWiki <ikiwiki.info>
Sun, 10 Jan 2021 13:29:34 +0000 (13:29 +0000)
openpower/sv/bitmanip.mdwn

index 1fa2e49aa704790a42a484c9f8b85e4126dc88f0..08eabe9166d4465f188cd0b11a4112e20d59b48f 100644 (file)
@@ -1,5 +1,27 @@
 [[!tag standards]]
 
+# summary
+
+2-op and variants
+
+| dest | src1 | src2 | subop | op       |
+| ---- | ---- | ---- | ----- | -------- |
+| RT   | RA   | RB   | ..    | bmatflip | 
+| RT   | RA   | RB   | or    | bmatflip | 
+| RT   | RA   | RB   | xor   | bmatflip | 
+| RT   | RA   | RB   | bdep  | dep/ext  | 
+| RT   | RA   | RB   | bext  | dep/ext  | 
+| RT   | RA   | RB   |       | grev  |
+| RT   | RA   | RB   |       | gorc |  
+| RT   | RA   | RB   | shuf  | shuffle | 
+| RT   | RA   | RB   | unshuf| shuffle | 
+| RT   | RA   | RB   | width | xperm  | 
+| RT   | RA   | RB   | type  | clmul | 
+| RT   | RA   | RB   |  |  | 
+| RT   | RA   | RB   |  |  | 
+| RT   | RA   | RB   |  |  | 
+| RT   | RA   | RB   |  |  | 
+
 # bit to byte permute
 
 similar to matrix permute in RV bitmanip, which has XOR and OR variants