(no commit message)
authorlkcl <lkcl@web>
Tue, 22 Dec 2020 04:09:44 +0000 (04:09 +0000)
committerIkiWiki <ikiwiki.info>
Tue, 22 Dec 2020 04:09:44 +0000 (04:09 +0000)
openpower/sv/svp_rewrite/svp64.mdwn

index b000dd99f21953795ffa5c9a6638bed83bdcdba3..7b7577c1c9984dc1ae4fcfd6be2d0d56a6351cb0 100644 (file)
@@ -196,11 +196,12 @@ Note that if ELWIDTH != ELWIDTH_SRC this may result in reduced performance or in
 
 ## RM-2P-1S1D
 
-| Field Name | Field bits | Description                                 |
-| Rdest_EXTRA3 | `8:10`     | extends Rdest                     |
-| Rsrc1_EXTRA3 | `11:13`    | extends Rsrc1                      |
-| MASK_SRC     | `14:16`    | Execution Mask for Source     |
-| ELWIDTH_SRC  | `17:18`    | Element Width for Source      |
+| Field Name | Field bits | Description                 |
+|------------|------------|----------------------------|
+| Rdest_EXTRA3 | `8:10`     | extends Rdest             |
+| Rsrc1_EXTRA3 | `11:13`    | extends Rsrc1             |
+| MASK_SRC     | `14:16`    | Execution Mask for Source |
+| ELWIDTH_SRC  | `17:18`    | Element Width for Source  |
 
 Note that if ELWIDTH != ELWIDTH_SRC this may result in reduced performance or increased latency in some implementations due to lane-crossing. 
 
@@ -211,7 +212,7 @@ and STORE operations.  see [[sv/ldst]] for detailed anslysis.
 
 RM-2P-2S1D:
 
-| Field Name | Field bits | Description                                 |
+| Field Name | Field bits | Description                     |
 |------------|------------|----------------------------|
 | Rdest_EXTRA2 | `8:9`   | extends Rdest (R\*\_EXTRA2 Encoding)   |
 | Rsrc1_EXTRA2 | `10:11` | extends Rsrc1 (R\*\_EXTRA2 Encoding)   |