From 1231cf934b313c1a5a137b24f497f2bfb5d7cdaa Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 27 Dec 2020 00:23:34 +0000 Subject: [PATCH] --- openpower/sv/svp64.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/sv/svp64.mdwn b/openpower/sv/svp64.mdwn index aa594c4e5..c590420c6 100644 --- a/openpower/sv/svp64.mdwn +++ b/openpower/sv/svp64.mdwn @@ -128,7 +128,7 @@ Note that by taking up a block of 16, where in every case bits 7 and 9 are set, ## Prefix Fields -To "activate" svp64 (in a way that does not conflict with v3.1B 64 bit Pregix mode), fields within the v3.1B Prefix Opcode Map are set +To "activate" svp64 (in a way that does not conflict with v3.1B 64 bit Prefix mode), fields within the v3.1B Prefix Opcode Map are set (see Prefix Opcode Map, above), leaving 24 bits "free" for use by SV. This is achieved by setting bits 7 and 9 to 1: @@ -147,7 +147,7 @@ are constructed: | 0:5 | 6 | 7 | 8 | 9 | 10:31 | |--------|-------|---|-------|---|----------| | EXT01 | RM | 1 | RM | 1 | RM | -| 000001 | RM[0] | 1 | RM[1] | 1 | RM]2:23] | +| 000001 | RM[0] | 1 | RM[1] | 1 | RM[2:23] | Following the prefix will be the suffix: this is simply a 32-bit v3.0B / v3.1B instruction. That instruction becomes "prefixed" with the SVP context: the -- 2.30.2