(no commit message)
authorlkcl <lkcl@web>
Thu, 17 Dec 2020 12:41:58 +0000 (12:41 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 17 Dec 2020 12:41:58 +0000 (12:41 +0000)
openpower/sv/svp_rewrite/svp64/discussion.mdwn

index 4973ff42b2a2e9eeecddb67916f54ca811a5bb84..9d09501618a7efdf4d7921c067f2bdec12751916 100644 (file)
@@ -4,7 +4,7 @@
 
 # Note about naming
 
-the original assessment for SVP from 18 months ago concluded that it should be easy for scalar (non SV) instructions to get at the exact same scalar registers when in SVP mode.  otherwise scalar v3.0B code needs to restrict itself to a massively truncated subset of the scalar registers numbered 0-31 (only r0, r4, r8...) whuch hugely interferes with ABIs to such an extent that it would compromise SV.
+the original assessment for SVP from 18 months ago concluded that it should be easy for scalar (non SV) instructions to get at the exact same scalar registers when in SVP mode.  otherwise scalar v3.0B code needs to restrict itself to a massively truncated subset of the scalar registers numbered 0-31 (only r0, r4, r8...) which hugely interferes with ABIs to such an extent that it would compromise SV.
 
 question: has anything changed about the assessment that was done, which concluded that for scalar SVP regs they should overlap completely with scalar ISA regs?