(no commit message)
authorlkcl <lkcl@web>
Wed, 1 Jun 2022 14:19:37 +0000 (15:19 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 1 Jun 2022 14:19:37 +0000 (15:19 +0100)
openpower/sv/svp64_quirks.mdwn

index ec64b94291dd80fedd2860c0731805c213517a3f..2543897cad2acbe7059fb7efbd29959a26fd5931 100644 (file)
@@ -45,7 +45,17 @@ Power ISA has Condition Register Fields: how can element widths
 apply there? And branches: how can you have Saturation on something
 that does not return an arithmetic result? In short: there are actually
 four different categories (five including those for which Vectorisation
-makes no sense at all, such as `sc` or `mtmsr`).
+makes no sense at all, such as `sc` or `mtmsr`). The categories are:
+
+* arithmetic/logical including floating-point
+* Load/Store
+* Condition Register Field operations
+* branch
+
+Branch  is the one and only place where the Scalar
+(non-prefixed) operations differ from the Vector (element)
+instructions, as explained in a separate section.
+
 
 # CR weird instructions