(no commit message)
authorlkcl <lkcl@web>
Sun, 12 Sep 2021 10:19:53 +0000 (11:19 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 12 Sep 2021 10:19:53 +0000 (11:19 +0100)
openpower/sv/branches.mdwn

index 2dd1976d627becc954244266817de97d910e8362..bed5834f1d5caadea6198df74c9779d06f8844b8 100644 (file)
@@ -115,6 +115,11 @@ instructions are still
 *completely separate and independent*, being unaltered and
 unaffected by their SVP64 variants in every conceivable way.
 
+*Programming note: One important point is that SVP64 instructions are 64 bit.
+(8 bytes not 4). This needs to be taken into consideration when computing
+branch offsets: the offset is relative to the start of the instruction,
+which **includes** the SVP64 Prefix*
+
 # Format and fields
 
 With element-width overrides being meaningless for Condition
@@ -365,11 +370,6 @@ Vector.
 If `VLI=1` then VL would be set to 5 regardless of sz, due to being inclusive
 of the element actually being tested.
 
-*Programming note: One important point is that SVP64 instructions are 64 bit.
-(8 bytes not 4). This needs to be taken into consideration when computing
-branch offsets: the offset is relative to the start of the instruction,
-which includes the SVP64 Prefix*
-
 # Boolean Logic combinations
 
 There are an extraordinary number of different combinations which