From d49034ef16f5cbcd5035a1f547d323f9b1f0e1ab Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 8 Oct 2022 00:11:03 +0100 Subject: [PATCH] --- openpower/sv/discussion.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/openpower/sv/discussion.mdwn b/openpower/sv/discussion.mdwn index de29479fc..c13a9113a 100644 --- a/openpower/sv/discussion.mdwn +++ b/openpower/sv/discussion.mdwn @@ -28,3 +28,15 @@ Section 8.3 Simple-V Instruction Encoding Section 8.4 Simple-V Execution Model Section 8.5 Simple-V Instruction Descriptions {setvl etc.} + +# questions + +There is much confusion about what the little-endian mapping of the register file means and how it is carried out. Do the registers effectively get byte-swapped by bits? by bytes? by elements? Isn't the LE mapping going to be extremely awkward in a system running in big-endian mode? +Similarly, addressing the CR file by bit with little-endian numbering seems like it will create awkwardness. +Does "truncate" mean the same as "terminate" here? +Emulating 64-bit processors on a 32-bit CPU is not an objective. Perhaps your comments on the existing Power ISA could be toned down a bit? +Phrases like "Cray-style vectors" and "DSP-style zero-overhead looping" are not particularly informative or well-defined, since many people in your audience will not be familiar either with Cray computer architecture or with DSPs. +The process of taking interrupts, what state is saved and how, and then restored so execution can continue, all need to be spelled out in more detail. Can an asynchronous interrupt (e.g. external interrupt) occur in the middle of a vectorized instruction? How does that work? +There seems to be no provision for saving SVSTATE when an event-based branch (Book II chapter 6) occurs. Should there be? +How do vectorized conditional branches work and how is SVLR used? +How do vectorized floating-point instructions set FPSCR, given that it isn't vectorized? -- 2.30.2