(no commit message)
authorlkcl <lkcl@web>
Thu, 17 Dec 2020 11:52:18 +0000 (11:52 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 17 Dec 2020 11:52:18 +0000 (11:52 +0000)
openpower/sv/svp_rewrite/svp64.mdwn

index cdee1027d83c94afa8e2e47446f575e8ab4a8e33..a21777b3494aa0d18561d1b1893d3e5dc559f56e 100644 (file)
@@ -46,14 +46,14 @@ defined in the Prefix Fields section.
 
 ## Prefix Fields
 
-| Prefix Field Name   | Field bits | Constant Value | Description                                |
-|---------------------|------------|----------------|--------------------------------------------|
-| PO (Primary Opcode) | `0:5`      | `1`            | Indicates this is a 64-bit instruction     |
-| `RM[0]`             | `6`        |                | Bit 0 of the Remapped Encoding             |
-| SVP64_7             | `7`        | `1`            | Indicates this is a SVP64 instruction      |
-| `RM[1]`             | `8`        |                | Bit 1 of the Remapped Encoding             |
-| SVP64_9             | `9`        | `1`            | Indicates this is a SVP64 instruction      |
-| `RM[2:23]`          | `10:31`    |                | Bits 2 through 23 of the Remapped Encoding |
+| 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 |
 
 
 # Remapped Encoding Fields