From d16b20b779daa91ced83ed2935b7b6dcebecaf48 Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 21 Dec 2020 03:50:53 +0000 Subject: [PATCH] --- openpower/sv/svp_rewrite/svp64.mdwn | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/openpower/sv/svp_rewrite/svp64.mdwn b/openpower/sv/svp_rewrite/svp64.mdwn index 616dd2e71..61cefde6f 100644 --- a/openpower/sv/svp_rewrite/svp64.mdwn +++ b/openpower/sv/svp_rewrite/svp64.mdwn @@ -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 -- 2.30.2