(no commit message)
authorlkcl <lkcl@web>
Mon, 21 Dec 2020 03:50:53 +0000 (03:50 +0000)
committerIkiWiki <ikiwiki.info>
Mon, 21 Dec 2020 03:50:53 +0000 (03:50 +0000)
openpower/sv/svp_rewrite/svp64.mdwn

index 616dd2e71e20b6b2a6bd2d07ecde3aad76030973..61cefde6f01045f2529645e177a6cee3228b8094 100644 (file)
@@ -79,14 +79,14 @@ is defined in the Prefix Fields section.
 
 ## Prefix Fields
 
-| Prefix Field Name   | Field   | Value | Description                        |
-|---------------------|---------|-------|------------------------------------|
-| PO (Primary Opcode) | `0:5`   | `1`   | Indicates this is Prefixed 64-bit  |
-| `RM[0]`             | `6`     |       | Bit 0 of the Remapped Encoding     |
-| SVP64_7             | `7`     | `1`   | Indicates this is SVP64            |
-| `RM[1]`             | `8`     |       | Bit 1 of the Remapped Encoding     |
-| SVP64_9             | `9`     | `1`   | Indicates this is SVP64            |
-| `RM[2:23]`          | `10:31` |       | Bits 2-23 of the Remapped Encoding |
+| Name       | Bits    | Value | Description                        |
+|------------|---------|-------|------------------------------------|
+| EXT01      | `0:5`   | `1`   | Indicates this is Prefixed 64-bit  |
+| `RM[0]`    | `6`     |       | Bit 0 of the Remapped Encoding     |
+| SVP64_7    | `7`     | `1`   | Indicates this is SVP64            |
+| `RM[1]`    | `8`     |       | Bit 1 of the Remapped Encoding     |
+| SVP64_9    | `9`     | `1`   | Indicates this is SVP64            |
+| `RM[2:23]` | `10:31` |       | Bits 2-23 of the Remapped Encoding |
 
 
 # Remapped Encoding Fields