restore CR table
[libreriscv.git] / openpower / sv / svp64 / appendix.mdwn
1 # Appendix
2
3 * <https://bugs.libre-soc.org/show_bug.cgi?id=574>
4 * <https://bugs.libre-soc.org/show_bug.cgi?id=558#c47>
5
6 This is the appendix to [[sv/svp64]], providing explanations of modes
7 etc. leaving the main svp64 page's primary purpose as outlining the instruction format.
8
9 Table of contents:
10
11 [[!toc]]
12
13 # XER, SO and other global flags
14
15 Vector systems are expected to be high performance. This is achieved
16 through parallelism, which requires that elements in the vector be
17 independent. XER SO and other global "accumulation" flags (CR.OV) cause
18 Read-Write Hazards on single-bit global resources, having a significant
19 detrimental effect.
20
21 Consequently in SV, XER.SO and CR.OV behaviour is disregarded (including in `cmp` instructions). XER is
22 simply neither read nor written. This includes when `scalar identity behaviour` occurs. If precise OpenPOWER v3.0/1 scalar behaviour is desired then OpenPOWER v3.0/1 instructions should be used without an SV Prefix.
23
24 An interesting side-effect of this decision is that the OE flag is now free for other uses when SV Prefixing is used.
25
26 Regarding XER.CA: this does not fit either: it was designed for a scalar ISA. Instead, both carry-in and carry-out go into the CR.so bit of a given Vector element. This provides a means to perform large parallel batches of Vectorised carry-capable additions. crweird instructions can be used to transfer the CRs in and out of an integer, where bitmanipulation may be performed to analyse the carry bits (including carry lookahead propagation) before continuing with further parallel additions.
27
28 # v3.0B/v3.1B relevant instructions
29
30 SV is primarily designed for use as an efficient hybrid 3D GPU / VPU / CPU ISA.
31
32 As mentioned above, OE=1 is not applicable in SV, freeing this bit for alternative uses. Additionally, Vectorisation of the VSX SIMD system likewise makes no sense whatsoever. SV *replaces* VSX and provides, at the very minimum, predication (which VSX was designed without). Thus all VSX Major Opcodes - all of them - are "unused" and must raise illegal instruction exceptions in SV Prefix Mode.
33
34 Likewise, `lq` (Load Quad), and Load/Store Multiple make no sense to have because they are not only provided by SV, the SV alternatives may be predicated as well, making them far better suited to use in function calls and context-switching.
35
36 Additionally, some v3.0/1 instructions simply make no sense at all in a Vector context: `twi` and `tdi` fall into this category, as do branch operations as well as `sc` and `scv`. Here there is simply no point trying to Vectorise them: the standard OpenPOWER v3.0/1 instructions should be called instead.
37
38 Fortuitously this leaves several Major Opcodes free for use by SV to fit alternative future instructions. In a 3D context this means Vector Product, Vector Normalise, [[sv/mv.swizzle]], Texture LD/ST operations, and others critical to an efficient, effective 3D GPU and VPU ISA. With such instructions being included as standard in other commercially-successful GPU ISAs it is likewise critical that a 3D GPU/VPU based on svp64 also have such instructions.
39
40 Note however that svp64 is stand-alone and is in no way critically dependent on the existence or provision of 3D GPU or VPU instructions. These should be considered extensions, and their discussion and specification is out of scope for this document.
41
42 Note, again: this is *only* under svp64 prefixing. Standard v3.0B / v3.1B is *not* altered by svp64 in any way.
43
44 ## Major opcode map (v3.0B)
45
46 This table is taken from v3.0B.
47 Table 9: Primary Opcode Map (opcode bits 0:5)
48
49 | 000 | 001 | 010 | 011 | 100 | 101 | 110 | 111
50 000 | | | tdi | twi | EXT04 | | | mulli | 000
51 001 | subfic | | cmpli | cmpi | addic | addic. | addi | addis | 001
52 010 | bc/l/a | EXT17 | b/l/a | EXT19 | rlwimi| rlwinm | | rlwnm | 010
53 011 | ori | oris | xori | xoris | andi. | andis. | EXT30 | EXT31 | 011
54 100 | lwz | lwzu | lbz | lbzu | stw | stwu | stb | stbu | 100
55 101 | lhz | lhzu | lha | lhau | sth | sthu | lmw | stmw | 101
56 110 | lfs | lfsu | lfd | lfdu | stfs | stfsu | stfd | stfdu | 110
57 111 | lq | EXT57 | EXT58 | EXT59 | EXT60 | EXT61 | EXT62 | EXT63 | 111
58 | 000 | 001 | 010 | 011 | 100 | 101 | 110 | 111
59
60 ## Suitable for svp64
61
62 This is the same table containing v3.0B Primary Opcodes except those that make no sense in a Vectorisation Context have been removed. These removed POs can, *in the SV Vector Context only*, be assigned to alternative (Vectorised-only) instructions, including future extensions.
63
64 Note, again, to emphasise: outside of svp64 these opcodes **do not** change. When not prefixed with svp64 these opcodes **specifically** retain their v3.0B / v3.1B OpenPOWER Standard compliant meaning.
65
66 | 000 | 001 | 010 | 011 | 100 | 101 | 110 | 111
67 000 | | | | | | | | mulli | 000
68 001 | subfic | | cmpli | cmpi | addic | addic. | addi | addis | 001
69 010 | | | | EXT19 | rlwimi| rlwinm | | rlwnm | 010
70 011 | ori | oris | xori | xoris | andi. | andis. | EXT30 | EXT31 | 011
71 100 | lwz | lwzu | lbz | lbzu | stw | stwu | stb | stbu | 100
72 101 | lhz | lhzu | lha | lhau | sth | sthu | | | 101
73 110 | lfs | lfsu | lfd | lfdu | stfs | stfsu | stfd | stfdu | 110
74 111 | | | EXT58 | EXT59 | | EXT61 | | EXT63 | 111
75 | 000 | 001 | 010 | 011 | 100 | 101 | 110 | 111
76
77 # Twin Predication
78
79 This is a novel concept that allows predication to be applied to a single
80 source and a single dest register. The following types of traditional
81 Vector operations may be encoded with it, *without requiring explicit
82 opcodes to do so*
83
84 * VSPLAT (a single scalar distributed across a vector)
85 * VEXTRACT (like LLVM IR [`extractelement`](https://releases.llvm.org/11.0.0/docs/LangRef.html#extractelement-instruction))
86 * VINSERT (like LLVM IR [`insertelement`](https://releases.llvm.org/11.0.0/docs/LangRef.html#insertelement-instruction))
87 * VCOMPRESS (like LLVM IR [`llvm.masked.compressstore.*`](https://releases.llvm.org/11.0.0/docs/LangRef.html#llvm-masked-compressstore-intrinsics))
88 * VEXPAND (like LLVM IR [`llvm.masked.expandload.*`](https://releases.llvm.org/11.0.0/docs/LangRef.html#llvm-masked-expandload-intrinsics))
89
90 Those patterns (and more) may be applied to:
91
92 * mv (the usual way that V\* ISA operations are created)
93 * exts\* sign-extension
94 * rwlinm and other RS-RA shift operations (**note**: excluding
95 those that take RA as both a src and dest. These are not
96 1-src 1-dest, they are 2-src, 1-dest)
97 * LD and ST (treating AGEN as one source)
98 * FP fclass, fsgn, fneg, fabs, fcvt, frecip, fsqrt etc.
99 * Condition Register ops mfcr, mtcr and other similar
100
101 This is a huge list that creates extremely powerful combinations,
102 particularly given that one of the predicate options is `(1<<r3)`
103
104 Additional unusual capabilities of Twin Predication include a back-to-back
105 version of VCOMPRESS-VEXPAND which is effectively the ability to do
106 sequentially ordered multiple VINSERTs. The source predicate selects a
107 sequentially ordered subset of elements to be inserted; the destination predicate specifies the sequentially ordered recipient locations.
108 This is equivalent to
109 `llvm.masked.compressstore.*`
110 followed by
111 `llvm.masked.expandload.*`
112
113
114 # Rounding, clamp and saturate
115
116 see [[av_opcodes]].
117
118 To help ensure that audio quality is not compromised by overflow,
119 "saturation" is provided, as well as a way to detect when saturation
120 occurred if desired (Rc=1). When Rc=1 there will be a *vector* of CRs, one CR per
121 element in the result (Note: this is different from VSX which has a
122 single CR per block).
123
124 When N=0 the result is saturated to within the maximum range of an
125 unsigned value. For integer ops this will be 0 to 2^elwidth-1. Similar
126 logic applies to FP operations, with the result being saturated to
127 maximum rather than returning INF, and the minimum to +0.0
128
129 When N=1 the same occurs except that the result is saturated to the min
130 or max of a signed result, and for FP to the min and max value rather than returning +/- INF.
131
132 When Rc=1, the CR "overflow" bit is set on the CR associated with the
133 element, to indicate whether saturation occurred. Note that due to
134 the hugely detrimental effect it has on parallel processing, XER.SO is
135 **ignored** completely and is **not** brought into play here. The CR
136 overflow bit is therefore simply set to zero if saturation did not occur,
137 and to one if it did.
138
139 Note also that saturate on operations that produce a carry output are prohibited due to the conflicting use of the CR.so bit for storing if saturation occurred.
140
141 Post-analysis of the Vector of CRs to find out if any given element hit
142 saturation may be done using a mapreduced CR op (cror), or by using the
143 new crweird instruction, transferring the relevant CR bits to a scalar
144 integer and testing it for nonzero. see [[sv/cr_int_predication]]
145
146 Note that the operation takes place at the maximum bitwidth (max of src and dest elwidth) and that truncation occurs to the range of the dest elwidth.
147
148 # Reduce mode
149
150 1. limited to single predicated dual src operations (add RT, RA, RB).
151 triple source operations are prohibited (fma).
152 2. limited to operations that make sense. divide is excluded, as is
153 subtract (X - Y - Z produces different answers depending on the order)
154 and asymmetric CRops (crandc, crorc). sane operations:
155 multiply, min/max, add, logical bitwise OR, most other CR ops.
156 operations that do have the same source and dest register type are
157 also excluded (isel, cmp). operations involving carry or overflow
158 (XER.CA / OV) are also prohibited.
159 3. the destination is a vector but the result is stored, ultimately,
160 in the first nonzero predicated element. all other nonzero predicated
161 elements are undefined. *this includes the CR vector* when Rc=1
162 4. implementations may use any ordering and any algorithm to reduce
163 down to a single result. However it must be equivalent to a straight
164 application of mapreduce. The destination vector (except masked out
165 elements) may be used for storing any intermediate results. these may
166 be left in the vector (undefined).
167 5. CRM applies when Rc=1. When CRM is zero, the CR associated with
168 the result is regarded as a "some results met standard CR result
169 criteria". When CRM is one, this changes to "all results met standard
170 CR criteria".
171 6. implementations MAY use destoffs as well as srcoffs (see [[sv/sprs]])
172 in order to store sufficient state to resume operation should an
173 interrupt occur. this is also why implementations are permitted to use
174 the destination vector to store intermediary computations
175 7. *Predication may be applied*. zeroing mode is not an option. masked-out
176 inputs are ignored; masked-out elements in the destination vector are
177 unaltered (not used for the purposes of intermediary storage); the
178 scalar result is placed in the first available unmasked element.
179
180 Pseudocode for the case where RA==RB:
181
182 result = op(iregs[RA], iregs[RA+1])
183 CR = analyse(result)
184 for i in range(2, VL):
185 result = op(result, iregs[RA+i])
186 CRnew = analyse(result)
187 if Rc=1
188 if CRM:
189 CR = CR bitwise or CRnew
190 else:
191 CR = CR bitwise AND CRnew
192
193 TODO: case where RA!=RB which involves first a vector of 2-operand
194 results followed by a mapreduce on the intermediates.
195
196 Note that when SVM is clear and SUBVL!=1 the sub-elements are *independent*, i.e. they
197 are mapreduced per *sub-element* as a result. illustration with a vec2:
198
199 result.x = op(iregs[RA].x, iregs[RA+1].x)
200 result.y = op(iregs[RA].y, iregs[RA+1].y)
201 for i in range(2, VL):
202 result.x = op(result.x, iregs[RA+i].x)
203 result.y = op(result.y, iregs[RA+i].y)
204
205 Note here that Rc=1 does not make sense when SVM is clear and SUBVL!=1.
206
207 When SVM is set and SUBVL!=1, another variant is enabled: horizontal subvector mode. Example for a vec3:
208
209 for i in range(VL):
210 result = op(iregs[RA+i].x, iregs[RA+i].x)
211 result = op(result, iregs[RA+i].y)
212 result = op(result, iregs[RA+i].z)
213 iregs[RT+i] = result
214
215 In this mode, when Rc=1 the Vector of CRs is as normal: each result element creates a corresponding CR element.
216
217 # Fail-on-first
218
219 Data-dependent fail-on-first has two distinct variants: one for LD/ST,
220 the other for arithmetic operations (actually, CR-driven). Note in each
221 case the assumption is that vector elements are required appear to be
222 executed in sequential Program Order, element 0 being the first.
223
224 * LD/ST ffirst treats the first LD/ST in a vector (element 0) as an
225 ordinary one. Exceptions occur "as normal". However for elements 1
226 and above, if an exception would occur, then VL is **truncated** to the
227 previous element.
228 * Data-driven (CR-driven) fail-on-first activates when Rc=1 or other
229 CR-creating operation produces a result (including cmp). Similar to
230 branch, an analysis of the CR is performed and if the test fails, the
231 vector operation terminates and discards all element operations at and
232 above the current one, and VL is truncated to the *previous* element.
233 Thus the new VL comprises a contiguous vector of results, all of which
234 pass the testing criteria (equal to zero, less than zero).
235
236 The CR-based data-driven fail-on-first is new and not found in ARM SVE
237 or RVV. It is extremely useful for reducing instruction count, however
238 requires speculative execution involving modifications of VL to get high
239 performance implementations. An additional mode (RC1=1) effectively turns what would otherwise be an arithmetic operation into a type of `cmp`. The CR is stored (and the CR.eq bit tested). If the CR.eq bit fails then the Vector is truncated and the loop ends. Note that when RC1=1 the result elements arw never stored, only the CRs.
240
241 In CR-based data-driven fail-on-first there is only the option to select
242 and test one bit of each CR (just as with branch BO). For more complex
243 tests this may be insufficient. If that is the case, a vectorised crops
244 (crand, cror) may be used, and ffirst applied to the crop instead of to
245 the arithmetic vector.
246
247 One extremely important aspect of ffirst is:
248
249 * LDST ffirst may never set VL equal to zero. This because on the first
250 element an exception must be raised "as normal".
251 * CR-based data-dependent ffirst on the other hand **can** set VL equal
252 to zero. This is the only means in the entirety of SV that VL may be set
253 to zero (with the exception of via the SV.STATE SPR). When VL is set
254 zero due to the first element failing the CR bit-test, all subsequent
255 vectorised operations are effectively `nops` which is
256 *precisely the desired and intended behaviour*.
257
258 Another aspect is that for ffirst LD/STs, VL may be truncated arbitrarily to a nonzero value for any implementation-specific reason. For example: it is perfectly reasonable for implementations to alter VL when ffirst LD or ST operations are initiated on a nonaligned boundary, such that within a loop the subsequent iteration of that loop begins subsequent ffirst LD/ST operations on an aligned boundary. Likewise, to reduce workloads or balance resources.
259
260 CR-based data-dependent first on the other hand MUST not truncate VL arbitrarily. This because it is a precise test on which algorithms will rely.
261
262 # pred-result mode
263
264 This mode merges common CR testing with predication, saving on instruction count. Below is the pseudocode excluding predicate zeroing and elwidth overrides.
265
266 for i in range(VL):
267 # predication test, skip all masked out elements.
268 if predicate_masked_out(i):
269 continue
270 result = op(iregs[RA+i], iregs[RB+i])
271 CRnew = analyse(result) # calculates eq/lt/gt
272 # Rc=1 always stores the CR
273 if Rc=1 or RC1:
274 crregs[offs+i] = CRnew
275 # now test CR, similar to branch
276 if RC1 or CRnew[BO[0:1]] != BO[2]:
277 continue # test failed: cancel store
278 # result optionally stored but CR always is
279 iregs[RT+i] = result
280
281 The reason for allowing the CR element to be stored is so that post-analysis
282 of the CR Vector may be carried out. For example: Saturation may have occurred (and been prevented from updating, by the test) but it is desirable to know *which* elements fail saturation.
283
284 Note that RC1 Mode basically turns all operations into `cmp`. The calculation is performed but it is only the CR that is written. The element result is *always* discarded, never written (just like `cmp`).
285
286 Note that predication is still respected: predicate zeroing is slightly different: elements that fail the CR test *or* are masked out are zero'd.
287
288 ## pred-result mode on CR ops
289
290 Yes, really: CR operations (mtcr, crand, cror) may be Vectorised, predicated, and also pred-result mode applied to it. In this case, the Vectorisation applies to the batch of 4 bits, i.e. it is not the CR individual bits that are treated as the Vector, but the CRs themselves (CR0, CR8, CR9...)
291
292 Thus after each Vectorised operation (crand) a test of the CR result can in fact be performed.
293
294 # CR Operations
295
296 CRs are slightly more involved than INT or FP registers due to the
297 possibility for indexing individual bits (crops BA/BB/BT). Again however
298 the access pattern needs to be understandable in relation to v3.0B / v3.1B
299 numbering, with a clear linear relationship and mapping existing when
300 SV is applied.
301
302 ## CR EXTRA mapping table and algorithm
303
304 Numbering relationships for CR fields are already complex due to being
305 in BE format (*the relationship is not clearly explained in the v3.0B
306 or v3.1B specification*). However with some care and consideration
307 the exact same mapping used for INT and FP regfiles may be applied,
308 just to the upper bits, as explained below.
309
310 In OpenPOWER v3.0/1, BF/BT/BA/BB are all 5 bits. The top 3 bits (2:4)
311 select one of the 8 CRs; the bottom 2 bits (0:1) select one of 4 bits
312 *in* that CR. The numbering was determined (after 4 months of
313 analysis and research) to be as follows:
314
315 CR_index = 7-(BA>>2) # top 3 bits but BE
316 bit_index = 3-(BA & 0b11) # low 2 bits but BE
317 CR_reg = CR{CR_index} # get the CR
318 # finally get the bit from the CR.
319 CR_bit = (CR_reg & (1<<bit_index)) != 0
320
321 When it comes to applying SV, it is the CR\_reg number to which SV EXTRA2/3
322 applies, **not** the CR\_bit portion (bits 0:1):
323
324 if extra3_mode:
325 spec = EXTRA3
326 else:
327 spec = EXTRA2<<1 | 0b0
328 if spec[2]:
329 # vector constructs "BA[2:4] spec[0:1] 0 BA[0:1]"
330 return ((BA >> 2)<<5) | # hi 3 bits shifted up
331 (spec[0:1]<<3) | # to make room for these
332 (BA & 0b11) # CR_bit on the end
333 else:
334 # scalar constructs "0 spec[0:1] BA[0:4]"
335 return (spec[0:1] << 5) | BA
336
337 Thus, for example, to access a given bit for a CR in SV mode, the v3.0B
338 algorithm to determin CR\_reg is modified to as follows:
339
340 CR_index = 7-(BA>>2) # top 3 bits but BE
341 if spec[2]:
342 # vector mode
343 CR_index = (CR_index<<3) | (spec[0:1] << 1)
344 else:
345 # scalar mode
346 CR_index = (spec[0:1]<<3) | CR_index
347 # same as for v3.0/v3.1 from this point onwards
348 bit_index = 3-(BA & 0b11) # low 2 bits but BE
349 CR_reg = CR{CR_index} # get the CR
350 # finally get the bit from the CR.
351 CR_bit = (CR_reg & (1<<bit_index)) != 0
352
353 Note here that the decoding pattern to determine CR\_bit does not change.
354
355 Note: high-performance implementations may read/write Vectors of CRs in
356 batches of aligned 32-bit chunks (CR0-7, CR7-15). This is to greatly
357 simplify internal design. If instructions are issued where CR Vectors
358 do not start on a 32-bit aligned boundary, performance may be affected.
359
360 ## CR fields as inputs/outputs of vector operations
361
362 CRs (or, the arithmetic operations associated with them)
363 may be marked as Vectorised or Scalar. When Rc=1 in arithmetic operations that have no explicit EXTRA to cover the CR, the CR is Vectorised if the destination is Vectorised. Likewise if the destination is scalar then so is the CR.
364
365 When vectorized, the CR inputs/outputs are sequentially read/written
366 to 4-bit CR fields. Vectorised Integer results, when Rc=1, will begin
367 writing to CR8 (TBD evaluate) and increase sequentially from there.
368 This is so that:
369
370 * implementations may rely on the Vector CRs being aligned to 8. This
371 means that CRs may be read or written in aligned batches of 32 bits
372 (8 CRs per batch), for high performance implementations.
373 * scalar Rc=1 operation (CR0, CR1) and callee-saved CRs (CR2-4) are not
374 overwritten by vector Rc=1 operations except for very large VL
375 * CR-based predication, from CR32, is also not interfered with
376 (except by large VL).
377
378 However when the SV result (destination) is marked as a scalar by the
379 EXTRA field the *standard* v3.0B behaviour applies: the accompanying
380 CR when Rc=1 is written to. This is CR0 for integer operations and CR1
381 for FP operations.
382
383 Note that yes, the CRs are genuinely Vectorised. Unlike in SIMD VSX which
384 has a single CR (CR6) for a given SIMD result, SV Vectorised OpenPOWER
385 v3.0B scalar operations produce a **tuple** of element results: the
386 result of the operation as one part of that element *and a corresponding
387 CR element*. Greatly simplified pseudocode:
388
389 for i in range(VL):
390 # calculate the vector result of an add
391 iregs[RT+i] = iregs[RA+i] + iregs[RB+i]
392 # now calculate CR bits
393 CRs{8+i}.eq = iregs[RT+i] == 0
394 CRs{8+i}.gt = iregs[RT+i] > 0
395 ... etc
396
397 If a "cumulated" CR based analysis of results is desired (a la VSX CR6)
398 then a followup instruction must be performed, setting "reduce" mode on
399 the Vector of CRs, using cr ops (crand, crnor)to do so. This provides far
400 more flexibility in analysing vectors than standard Vector ISAs. Normal
401 Vector ISAs are typically restricted to "were all results nonzero" and
402 "were some results nonzero". The application of mapreduce to Vectorised
403 cr operations allows far more sophisticated analysis, particularly in
404 conjunction with the new crweird operations see [[sv/cr_int_predication]].
405
406 Note in particular that the use of a separate instruction in this way
407 ensures that high performance multi-issue OoO inplementations do not
408 have the computation of the cumulative analysis CR as a bottleneck and
409 hindrance, regardless of the length of VL.
410
411 (see [[discussion]]. some alternative schemes are described there)
412
413 ## Rc=1 when SUBVL!=1
414
415 sub-vectors are effectively a form of SIMD (length 2 to 4). Only 1 bit of predicate is allocated per subvector; likewise only one CR is allocated
416 per subvector.
417
418 This leaves a conundrum as to how to apply CR computation per subvector, when normally Rc=1 is exclusively applied to scalar elements. A solution is to perform a bitwise OR or AND of the subvector tests. Given that OE is ignored, rhis field may (when available) be used to select OR or AND behavior.
419
420 ### Table of CR fields
421
422 CR[i] is the notation used by the OpenPower spec to refer to CR field #i,
423 so FP instructions with Rc=1 write to CR[1] aka SVCR1_000.
424
425 CRs are not stored in SPRs: they are registers in their own right.
426 Therefore context-switching the full set of CRs involves a Vectorised
427 mfcr or mtcr, using VL=64, elwidth=8 to do so. This is exactly as how scalar OpenPOWER context-switches CRs: it is just that there are now more of them.
428
429 The 64 SV CRs are arranged similarly to the way the 128 integer registers
430 are arranged. TODO a python program that auto-generates a CSV file
431 which can be included in a table, which is in a new page (so as not to
432 overwhelm this one). [[svp64/cr_names]]
433
434 # Register Profiles
435
436 **NOTE THIS TABLE SHOULD NO LONGER BE HAND EDITED** see
437 <https://bugs.libre-soc.org/show_bug.cgi?id=548> for details.
438
439 Instructions are broken down by Register Profiles as listed in the
440 following auto-generated page: [[opcode_regs_deduped]]. "Non-SV"
441 indicates that the operations with this Register Profile cannot be
442 Vectorised (mtspr, bc, dcbz, twi)
443
444 TODO generate table which will be here [[svp64/reg_profiles]]
445
446 # SV pseudocode illilustration
447
448 ## Single-predicated Instruction
449
450 illustration of normal mode add operation: zeroing not included, elwidth overrides not included. if there is no predicate, it is set to all 1s
451
452 function op_add(rd, rs1, rs2) # add not VADD!
453 int i, id=0, irs1=0, irs2=0;
454 predval = get_pred_val(FALSE, rd);
455 for (i = 0; i < VL; i++)
456 STATE.srcoffs = i # save context
457 if (predval & 1<<i) # predication uses intregs
458 ireg[rd+id] <= ireg[rs1+irs1] + ireg[rs2+irs2];
459 if (!int_vec[rd ].isvec) break;
460 if (rd.isvec) { id += 1; }
461 if (rs1.isvec) { irs1 += 1; }
462 if (rs2.isvec) { irs2 += 1; }
463 if (id == VL or irs1 == VL or irs2 == VL) {
464 # end VL hardware loop
465 STATE.srcoffs = 0; # reset
466 return;
467 }
468
469 This has several modes:
470
471 * RT.v = RA.v RB.v
472 * RT.v = RA.v RB.s (and RA.s RB.v)
473 * RT.v = RA.s RB.s
474 * RT.s = RA.v RB.v
475 * RT.s = RA.v RB.s (and RA.s RB.v)
476 * RT.s = RA.s RB.s
477
478 All of these may be predicated. Vector-Vector is straightfoward. When one of source is a Vector and the other a Scalar, it is clear that each element of the Vector source should be added to the Scalar source, each result placed into the Vector (or, if the destination is a scalar, only the first nonpredicated result).
479
480 The one that is not obvious is RT=vector but both RA/RB=scalar. Here this acts as a "splat scalar result", copying the same result into all nonpredicated result elements. If a fixed destination scalar was intended, then an all-Scalar operation should be used.
481
482 See <https://bugs.libre-soc.org/show_bug.cgi?id=552>
483
484 # Assembly Annotation
485
486 Assembly code annotation is required for SV to be able to successfully
487 mark instructions as "prefixed".
488
489 A reasonable (prototype) starting point:
490
491 svp64 [field=value]*
492
493 Fields:
494
495 * ew=8/16/32 - element width
496 * sew=8/16/32 - source element width
497 * vec=2/3/4 - SUBVL
498 * mode=reduce/satu/sats/crpred
499 * pred=1\<\<3/r3/~r3/r10/~r10/r30/~r30/lt/gt/le/ge/eq/ne
500 * spred={reg spec}
501
502 similar to x86 "rex" prefix.