update mode table
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 29 Jun 2021 11:07:54 +0000 (12:07 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 29 Jun 2021 11:07:54 +0000 (12:07 +0100)
openpower/sv/shape_table_format.mdwn

index 9deef8499d75be1894c46d7745f0553ddd00187c..8bb7ec91afee4b8a16cf4253c47a8b0aa8f06bb1 100644 (file)
@@ -6,7 +6,10 @@ disabled: the register's elements are a linear (1D) vector.
 | mode     | offset | invxyz  | permute | zdimsz  | ydimsz  | xdimsz  |
 
 mode sets different behaviours (straight matrix multiply, FFT, DCT).
-matrix multiply sets mode=0b00
+* **mode=0b00** sets matrix multiply
+* **mode=0b01** sets FFT
+* **mode=0b10** is reserved
+* **mode=0b11** is reserved
 
 invxyz will invert the start index of each of x, y or z. If invxyz[0] is
 zero then x-dimensional counting begins from 0 and increments, otherwise