(no commit message)
[libreriscv.git] / openpower / sv / rfc / ls010.mdwn
1 # RFC ls009 SVP64 Zero-Overhead Loop Prefix Subsystem
2
3 Credits and acknowledgements:
4
5 * Luke Leighton
6 * Jacob Lifshay
7 * Hendrik Boom
8 * Richard Wilbur
9 * Alexandre Oliva
10 * Cesar Strauss
11 * NLnet Foundation, for funding
12 * OpenPOWER Foundation
13 * Paul Mackerras
14 * Toshaan Bharvani
15 * IBM for the Power ISA itself
16
17 Links:
18
19 * <https://bugs.libre-soc.org/show_bug.cgi?id=1045>
20
21 # Introduction
22
23 This document focuses on the encoding of [[SV|sv]], and assumes familiarity with the same. It does not cover how SV works (merely the instruction encoding), and is therefore best read in conjunction with the [[sv/overview]], as well as the [[sv/svp64_quirks]] section.
24 It is also crucial to note that whilst this format augments instruction
25 behaviour it works in conjunction with SVSTATE and other [[sv/sprs]].
26
27 All bit numbers are in MSB0 form (the bits are numbered from 0 at the MSB
28 on the left
29 and counting up as you move rightwards to the LSB end). All bit ranges are inclusive
30 (so `4:6` means bits 4, 5, and 6, in MSB0 order). **All register numbering and
31 element numbering however is LSB0 ordering** which is a different convention used
32 elsewhere in the Power ISA.
33
34 64-bit instructions are split into two 32-bit words, the prefix and the
35 suffix. The prefix always comes before the suffix in PC order.
36
37 | 0:5 | 6:31 | 32:63 |
38 |--------|--------------|--------------|
39 | EXT01 | v3.1 Prefix | v3.0/1 Suffix |
40
41 svp64 fits into the "reserved" portions of the v3.1 prefix, making it possible for svp64, v3.0B (or v3.1 including 64 bit prefixed) instructions to co-exist in the same binary without conflict.
42
43 Subset implementations in hardware are permitted, as long as certain
44 rules are followed, allowing for full soft-emulation including future
45 revisions. Details in the [[svp64/appendix]].
46
47 ## SVP64 encoding features
48
49 A number of features need to be compacted into a very small space of only 24 bits:
50
51 * Independent per-register Scalar/Vector tagging and range extension on every register
52 * Element width overrides on both source and destination
53 * Predication on both source and destination
54 * Two different sources of predication: INT and CR Fields
55 * SV Modes including saturation (for Audio, Video and DSP), mapreduce, fail-first and
56 predicate-result mode.
57
58 This document focusses specifically on how that fits into available space. The [[svp64/appendix]] explains more of the details, whilst the [[sv/overview]] gives the basics.
59
60 # Definition of Reserved in this spec.
61
62 For the new fields added in SVP64, instructions that have any of their
63 fields set to a reserved value must cause an illegal instruction trap,
64 to allow emulation of future instruction sets, or for subsets of SVP64
65 to be implemented in hardware and the rest emulated.
66 This includes SVP64 SPRs: reading or writing values which are not
67 supported in hardware must also raise illegal instruction traps
68 in order to allow emulation.
69 Unless otherwise stated, reserved values are always all zeros.
70
71 This is unlike OpenPower ISA v3.1, which in many instances does not require a trap if reserved fields are nonzero. Where the standard Power ISA definition
72 is intended the red keyword `RESERVED` is used.
73
74 # Scalar Identity Behaviour
75
76 SVP64 is designed so that when the prefix is all zeros, and
77 VL=1, no effect or
78 influence occurs (no augmentation) such that all standard Power ISA
79 v3.0/v3 1 instructions covered by the prefix are "unaltered". This is termed `scalar identity behaviour` (based on the mathematical definition for "identity", as in, "identity matrix" or better "identity transformation").
80
81 Note that this is completely different from when VL=0. VL=0 turns all operations under its influence into `nops` (regardless of the prefix)
82 whereas when VL=1 and the SV prefix is all zeros, the operation simply acts as if SV had not been applied at all to the instruction (an "identity transformation").
83
84 # Register Naming and size
85
86 SV Registers are simply the INT, FP and CR register files extended
87 linearly to larger sizes; SV Vectorisation iterates sequentially through these registers.
88
89 Where the integer regfile in standard scalar
90 Power ISA v3.0B/v3.1B is r0 to r31, SV extends this as r0 to r127.
91 Likewise FP registers are extended to 128 (fp0 to fp127), and CR Fields
92 are
93 extended to 128 entries, CR0 thru CR127.
94
95 The names of the registers therefore reflects a simple linear extension
96 of the Power ISA v3.0B / v3.1B register naming, and in hardware this
97 would be reflected by a linear increase in the size of the underlying
98 SRAM used for the regfiles.
99
100 Note: when an EXTRA field (defined below) is zero, SV is deliberately designed
101 so that the register fields are identical to as if SV was not in effect
102 i.e. under these circumstances (EXTRA=0) the register field names RA,
103 RB etc. are interpreted and treated as v3.0B / v3.1B scalar registers. This is part of
104 `scalar identity behaviour` described above.
105
106 ## Future expansion.
107
108 With the way that EXTRA fields are defined and applied to register fields,
109 future versions of SV may involve 256 or greater registers. Backwards binary compatibility may be achieved with a PCR bit (Program Compatibility Register). Further discussion is out of scope for this version of SVP64.
110
111 # Remapped Encoding (`RM[0:23]`)
112
113 To allow relatively easy remapping of which portions of the Prefix Opcode
114 Map are used for SVP64 without needing to rewrite a large portion of the
115 SVP64 spec, a mapping is defined from the OpenPower v3.1 prefix bits to
116 a new 24-bit Remapped Encoding denoted `RM[0]` at the MSB to `RM[23]`
117 at the LSB.
118
119 The mapping from the OpenPower v3.1 prefix bits to the Remapped Encoding
120 is defined in the Prefix Fields section.
121
122 ## Prefix Opcode Map (64-bit instruction encoding)
123
124 In the original table in the v3.1B Power ISA Spec on p1350, Table 12, prefix bits 6:11 are shown, with their allocations to different v3.1B pregix "modes".
125
126 The table below hows both PowerISA v3.1 instructions as well as new SVP instructions fit;
127 empty spaces are yet-to-be-allocated Illegal Instructions.
128
129 | 6:11 | ---000 | ---001 | ---010 | ---011 | ---100 | ---101 | ---110 | ---111 |
130 |------|--------|--------|--------|--------|--------|--------|--------|--------|
131 |000---| 8LS | 8LS | 8LS | 8LS | 8LS | 8LS | 8LS | 8LS |
132 |001---| | | | | | | | |
133 |010---| 8RR | | | | `SVP64`| `SVP64`| `SVP64`| `SVP64`|
134 |011---| | | | | `SVP64`| `SVP64`| `SVP64`| `SVP64`|
135 |100---| MLS | MLS | MLS | MLS | MLS | MLS | MLS | MLS |
136 |101---| | | | | | | | |
137 |110---| MRR | | | | `SVP64`| `SVP64`| `SVP64`| `SVP64`|
138 |111---| | MMIRR | | | `SVP64`| `SVP64`| `SVP64`| `SVP64`|
139
140 Note that by taking up a block of 16, where in every case bits 7 and 9 are set, this allows svp64 to utilise four bits of the v3.1B Prefix space and "allocate" them to svp64's Remapped Encoding field, instead.
141
142 ## Prefix Fields
143
144 To "activate" svp64 (in a way that does not conflict with v3.1B 64 bit Prefix mode), fields within the v3.1B Prefix Opcode Map are set
145 (see Prefix Opcode Map, above), leaving 24 bits "free" for use by SV.
146 This is achieved by setting bits 7 and 9 to 1:
147
148 | Name | Bits | Value | Description |
149 |------------|---------|-------|--------------------------------|
150 | EXT01 | `0:5` | `1` | Indicates Prefixed 64-bit |
151 | `RM[0]` | `6` | | Bit 0 of Remapped Encoding |
152 | SVP64_7 | `7` | `1` | Indicates this is SVP64 |
153 | `RM[1]` | `8` | | Bit 1 of Remapped Encoding |
154 | SVP64_9 | `9` | `1` | Indicates this is SVP64 |
155 | `RM[2:23]` | `10:31` | | Bits 2-23 of Remapped Encoding |
156
157 Laid out bitwise, this is as follows, showing how the 32-bits of the prefix
158 are constructed:
159
160 | 0:5 | 6 | 7 | 8 | 9 | 10:31 |
161 |--------|-------|---|-------|---|----------|
162 | EXT01 | RM | 1 | RM | 1 | RM |
163 | 000001 | RM[0] | 1 | RM[1] | 1 | RM[2:23] |
164
165 Following the prefix will be the suffix: this is simply a 32-bit v3.0B / v3.1
166 instruction. That instruction becomes "prefixed" with the SVP context: the
167 Remapped Encoding field (RM).
168
169 It is important to note that unlike v3.1 64-bit prefixed instructions
170 there is insufficient space in `RM` to provide identification of
171 any SVP64 Fields without first partially decoding the
172 32-bit suffix. Similar to the "Forms" (X-Form, D-Form) the
173 `RM` format is individually associated with every instruction.
174
175 Extreme caution and care must therefore be taken
176 when extending SVP64 in future, to not create unnecessary relationships
177 between prefix and suffix that could complicate decoding, adding latency.
178
179 # Common RM fields
180
181 The following fields are common to all Remapped Encodings:
182
183 | Field Name | Field bits | Description |
184 |------------|------------|----------------------------------------|
185 | MASKMODE | `0` | Execution (predication) Mask Kind |
186 | MASK | `1:3` | Execution Mask |
187 | SUBVL | `8:9` | Sub-vector length |
188
189 The following fields are optional or encoded differently depending
190 on context after decoding of the Scalar suffix:
191
192 | Field Name | Field bits | Description |
193 |------------|------------|----------------------------------------|
194 | ELWIDTH | `4:5` | Element Width |
195 | ELWIDTH_SRC | `6:7` | Element Width for Source |
196 | EXTRA | `10:18` | Register Extra encoding |
197 | MODE | `19:23` | changes Vector behaviour |
198
199 * MODE changes the behaviour of the SV operation (result saturation, mapreduce)
200 * SUBVL groups elements together into vec2, vec3, vec4 for use in 3D and Audio/Video DSP work
201 * ELWIDTH and ELWIDTH_SRC overrides the instruction's destination and source operand width
202 * MASK (and MASK_SRC) and MASKMODE provide predication (two types of sources: scalar INT and Vector CR).
203 * Bits 10 to 18 (EXTRA) are further decoded depending on the RM category for the instruction, which is determined only by decoding the Scalar 32 bit suffix.
204
205 Similar to Power ISA `X-Form` etc. EXTRA bits are given designations, such as `RM-1P-3S1D` which indicates for this example that the operation is to be single-predicated and that there are 3 source operand EXTRA tags and one destination operand tag.
206
207 Note that if ELWIDTH != ELWIDTH_SRC this may result in reduced performance or increased latency in some implementations due to lane-crossing.
208
209 # Mode
210
211 Mode is an augmentation of SV behaviour. Different types of
212 instructions have different needs, similar to Power ISA
213 v3.1 64 bit prefix 8LS and MTRR formats apply to different
214 instruction types. Modes include Reduction, Iteration, arithmetic
215 saturation, and Fail-First. More specific details in each
216 section and in the [[svp64/appendix]]
217
218 * For condition register operations see [[sv/cr_ops]]
219 * For LD/ST Modes, see [[sv/ldst]].
220 * For Branch modes, see [[sv/branches]]
221 * For arithmetic and logical, see [[sv/normal]]
222
223 # ELWIDTH Encoding
224
225 Default behaviour is set to 0b00 so that zeros follow the convention of
226 `scalar identity behaviour`. In this case it means that elwidth overrides
227 are not applicable. Thus if a 32 bit instruction operates on 32 bit,
228 `elwidth=0b00` specifies that this behaviour is unmodified. Likewise
229 when a processor is switched from 64 bit to 32 bit mode, `elwidth=0b00`
230 states that, again, the behaviour is not to be modified.
231
232 Only when elwidth is nonzero is the element width overridden to the
233 explicitly required value.
234
235 ## Elwidth for Integers:
236
237 | Value | Mnemonic | Description |
238 |-------|----------------|------------------------------------|
239 | 00 | DEFAULT | default behaviour for operation |
240 | 01 | `ELWIDTH=w` | Word: 32-bit integer |
241 | 10 | `ELWIDTH=h` | Halfword: 16-bit integer |
242 | 11 | `ELWIDTH=b` | Byte: 8-bit integer |
243
244 This encoding is chosen such that the byte width may be computed as
245 `8<<(3-ew)`
246
247 ## Elwidth for FP Registers:
248
249 | Value | Mnemonic | Description |
250 |-------|----------------|------------------------------------|
251 | 00 | DEFAULT | default behaviour for FP operation |
252 | 01 | `ELWIDTH=f32` | 32-bit IEEE 754 Single floating-point |
253 | 10 | `ELWIDTH=f16` | 16-bit IEEE 754 Half floating-point |
254 | 11 | `ELWIDTH=bf16` | Reserved for `bf16` |
255
256 Note:
257 [`bf16`](https://en.wikipedia.org/wiki/Bfloat16_floating-point_format)
258 is reserved for a future implementation of SV
259
260 Note that any IEEE754 FP operation in Power ISA ending in "s" (`fadds`) shall
261 perform its operation at **half** the ELWIDTH then padded back out
262 to ELWIDTH. `sv.fadds/ew=f32` shall perform an IEEE754 FP16 operation that is then "padded" to fill out to an IEEE754 FP32. When ELWIDTH=DEFAULT
263 clearly the behaviour of `sv.fadds` is performed at 32-bit accuracy
264 then padded back out to fit in IEEE754 FP64, exactly as for Scalar
265 v3.0B "single" FP. Any FP operation ending in "s" where ELWIDTH=f16
266 or ELWIDTH=bf16 is reserved and must raise an illegal instruction
267 (IEEE754 FP8 or BF8 are not defined).
268
269 ## Elwidth for CRs:
270
271 Element-width overrides for CR Fields has no meaning. The bits
272 are therefore used for other purposes, or when Rc=1, the Elwidth
273 applies to the result being tested (a GPR or FPR), but not to the
274 Vector of CR Fields.
275
276 # SUBVL Encoding
277
278 the default for SUBVL is 1 and its encoding is 0b00 to indicate that
279 SUBVL is effectively disabled (a SUBVL for-loop of only one element). this
280 lines up in combination with all other "default is all zeros" behaviour.
281
282 | Value | Mnemonic | Subvec | Description |
283 |-------|-----------|---------|------------------------|
284 | 00 | `SUBVL=1` | single | Sub-vector length of 1 |
285 | 01 | `SUBVL=2` | vec2 | Sub-vector length of 2 |
286 | 10 | `SUBVL=3` | vec3 | Sub-vector length of 3 |
287 | 11 | `SUBVL=4` | vec4 | Sub-vector length of 4 |
288
289 The SUBVL encoding value may be thought of as an inclusive range of a
290 sub-vector. SUBVL=2 represents a vec2, its encoding is 0b01, therefore
291 this may be considered to be elements 0b00 to 0b01 inclusive.
292
293 # MASK/MASK_SRC & MASKMODE Encoding
294
295 TODO: rename MASK_KIND to MASKMODE
296
297 One bit (`MASKMODE`) indicates the mode: CR or Int predication. The two
298 types may not be mixed.
299
300 Special note: to disable predication this field must
301 be set to zero in combination with Integer Predication also being set
302 to 0b000. this has the effect of enabling "all 1s" in the predicate
303 mask, which is equivalent to "not having any predication at all"
304 and consequently, in combination with all other default zeros, fully
305 disables SV (`scalar identity behaviour`).
306
307 `MASKMODE` may be set to one of 2 values:
308
309 | Value | Description |
310 |-----------|------------------------------------------------------|
311 | 0 | MASK/MASK_SRC are encoded using Integer Predication |
312 | 1 | MASK/MASK_SRC are encoded using CR-based Predication |
313
314 Integer Twin predication has a second set of 3 bits that uses the same
315 encoding thus allowing either the same register (r3, r10 or r31) to be used
316 for both src and dest, or different regs (one for src, one for dest).
317
318 Likewise CR based twin predication has a second set of 3 bits, allowing
319 a different test to be applied.
320
321 Note that it is assumed that Predicate Masks (whether INT or CR)
322 are read *before* the operations proceed. In practice (for CR Fields)
323 this creates an unnecessary block on parallelism. Therefore,
324 it is up to the programmer to ensure that the CR fields used as
325 Predicate Masks are not being written to by any parallel Vector Loop.
326 Doing so results in **UNDEFINED** behaviour, according to the definition
327 outlined in the Power ISA v3.0B Specification.
328
329 Hardware Implementations are therefore free and clear to delay reading
330 of individual CR fields until the actual predicated element operation
331 needs to take place, safe in the knowledge that no programmer will
332 have issued a Vector Instruction where previous elements could have
333 overwritten (destroyed) not-yet-executed CR-Predicated element operations.
334
335 ## Integer Predication (MASKMODE=0)
336
337 When the predicate mode bit is zero the 3 bits are interpreted as below.
338 Twin predication has an identical 3 bit field similarly encoded.
339
340 `MASK` and `MASK_SRC` may be set to one of 8 values, to provide the following meaning:
341
342 | Value | Mnemonic | Element `i` enabled if: |
343 |-------|----------|------------------------------|
344 | 000 | ALWAYS | predicate effectively all 1s |
345 | 001 | 1 << R3 | `i == R3` |
346 | 010 | R3 | `R3 & (1 << i)` is non-zero |
347 | 011 | ~R3 | `R3 & (1 << i)` is zero |
348 | 100 | R10 | `R10 & (1 << i)` is non-zero |
349 | 101 | ~R10 | `R10 & (1 << i)` is zero |
350 | 110 | R30 | `R30 & (1 << i)` is non-zero |
351 | 111 | ~R30 | `R30 & (1 << i)` is zero |
352
353 r10 and r30 are at the high end of temporary and unused registers, so as not to interfere with register allocation from ABIs.
354
355 ## CR-based Predication (MASKMODE=1)
356
357 When the predicate mode bit is one the 3 bits are interpreted as below.
358 Twin predication has an identical 3 bit field similarly encoded.
359
360 `MASK` and `MASK_SRC` may be set to one of 8 values, to provide the following meaning:
361
362 | Value | Mnemonic | Element `i` is enabled if |
363 |-------|----------|--------------------------|
364 | 000 | lt | `CR[offs+i].LT` is set |
365 | 001 | nl/ge | `CR[offs+i].LT` is clear |
366 | 010 | gt | `CR[offs+i].GT` is set |
367 | 011 | ng/le | `CR[offs+i].GT` is clear |
368 | 100 | eq | `CR[offs+i].EQ` is set |
369 | 101 | ne | `CR[offs+i].EQ` is clear |
370 | 110 | so/un | `CR[offs+i].FU` is set |
371 | 111 | ns/nu | `CR[offs+i].FU` is clear |
372
373 CR based predication. TODO: select alternate CR for twin predication? see
374 [[discussion]] Overlap of the two CR based predicates must be taken
375 into account, so the starting point for one of them must be suitably
376 high, or accept that for twin predication VL must not exceed the range
377 where overlap will occur, *or* that they use the same starting point
378 but select different *bits* of the same CRs
379
380 `offs` is defined as CR32 (4x8) so as to mesh cleanly with Vectorised Rc=1 operations (see below). Rc=1 operations start from CR8 (TBD).
381
382 The CR Predicates chosen must start on a boundary that Vectorised
383 CR operations can access cleanly, in full.
384 With EXTRA2 restricting starting points
385 to multiples of 8 (CR0, CR8, CR16...) both Vectorised Rc=1 and CR Predicate
386 Masks have to be adapted to fit on these boundaries as well.
387
388 # Extra Remapped Encoding <a name="extra_remap"> </a>
389
390 Shows all instruction-specific fields in the Remapped Encoding `RM[10:18]` for all instruction variants. Note that due to the very tight space, the encoding mode is *not* included in the prefix itself. The mode is "applied", similar to Power ISA "Forms" (X-Form, D-Form) on a per-instruction basis, and, like "Forms" are given a designation (below) of the form `RM-nP-nSnD`. The full list of which instructions use which remaps is here [[opcode_regs_deduped]]. (*Machine-readable CSV files have been provided which will make the task of creating SV-aware ISA decoders easier*).
391
392 These mappings are part of the SVP64 Specification in exactly the same
393 way as X-Form, D-Form. New Scalar instructions added to the Power ISA
394 will need a corresponding SVP64 Mapping, which can be derived by-rote
395 from examining the Register "Profile" of the instruction.
396
397 There are two categories: Single and Twin Predication.
398 Due to space considerations further subdivision of Single Predication
399 is based on whether the number of src operands is 2 or 3. With only
400 9 bits available some compromises have to be made.
401
402 * `RM-1P-3S1D` Single Predication dest/src1/2/3, applies to 4-operand instructions (fmadd, isel, madd).
403 * `RM-1P-2S1D` Single Predication dest/src1/2 applies to 3-operand instructions (src1 src2 dest)
404 * `RM-2P-1S1D` Twin Predication (src=1, dest=1)
405 * `RM-2P-2S1D` Twin Predication (src=2, dest=1) primarily for LDST (Indexed)
406 * `RM-2P-1S2D` Twin Predication (src=1, dest=2) primarily for LDST Update
407
408 ## RM-1P-3S1D
409
410 | Field Name | Field bits | Description |
411 |------------|------------|----------------------------------------|
412 | Rdest\_EXTRA2 | `10:11` | extends Rdest (R\*\_EXTRA2 Encoding) |
413 | Rsrc1\_EXTRA2 | `12:13` | extends Rsrc1 (R\*\_EXTRA2 Encoding) |
414 | Rsrc2\_EXTRA2 | `14:15` | extends Rsrc2 (R\*\_EXTRA2 Encoding) |
415 | Rsrc3\_EXTRA2 | `16:17` | extends Rsrc3 (R\*\_EXTRA2 Encoding) |
416 | EXTRA2_MODE | `18` | used by `divmod2du` and `maddedu` for RS |
417
418 These are for 3 operand in and either 1 or 2 out instructions.
419 3-in 1-out includes `madd RT,RA,RB,RC`. (DRAFT) instructions
420 such as `maddedu` have an implicit second destination, RS, the
421 selection of which is determined by bit 18.
422
423 ## RM-1P-2S1D
424
425 | Field Name | Field bits | Description |
426 |------------|------------|-------------------------------------------|
427 | Rdest\_EXTRA3 | `10:12` | extends Rdest |
428 | Rsrc1\_EXTRA3 | `13:15` | extends Rsrc1 |
429 | Rsrc2\_EXTRA3 | `16:18` | extends Rsrc3 |
430
431 These are for 2 operand 1 dest instructions, such as `add RT, RA,
432 RB`. However also included are unusual instructions with an implicit dest
433 that is identical to its src reg, such as `rlwinmi`.
434
435 Normally, with instructions such as `rlwinmi`, the scalar v3.0B ISA would not have sufficient bit fields to allow
436 an alternative destination. With SV however this becomes possible.
437 Therefore, the fact that the dest is implicitly also a src should not
438 mislead: due to the *prefix* they are different SV regs.
439
440 * `rlwimi RA, RS, ...`
441 * Rsrc1_EXTRA3 applies to RS as the first src
442 * Rsrc2_EXTRA3 applies to RA as the secomd src
443 * Rdest_EXTRA3 applies to RA to create an **independent** dest.
444
445 With the addition of the EXTRA bits, the three registers
446 each may be *independently* made vector or scalar, and be independently
447 augmented to 7 bits in length.
448
449 ## RM-2P-1S1D/2S
450
451 | Field Name | Field bits | Description |
452 |------------|------------|----------------------------|
453 | Rdest_EXTRA3 | `10:12` | extends Rdest |
454 | Rsrc1_EXTRA3 | `13:15` | extends Rsrc1 |
455 | MASK_SRC | `16:18` | Execution Mask for Source |
456
457 `RM-2P-2S` is for `stw` etc. and is Rsrc1 Rsrc2.
458
459 ## RM-1P-2S1D
460
461 single-predicate, three registers (2 read, 1 write)
462
463 | Field Name | Field bits | Description |
464 |------------|------------|----------------------------|
465 | Rdest_EXTRA3 | `10:12` | extends Rdest |
466 | Rsrc1_EXTRA3 | `13:15` | extends Rsrc1 |
467 | Rsrc2_EXTRA3 | `16:18` | extends Rsrc2 |
468
469 ## RM-2P-2S1D/1S2D/3S
470
471 The primary purpose for this encoding is for Twin Predication on LOAD
472 and STORE operations. see [[sv/ldst]] for detailed anslysis.
473
474 RM-2P-2S1D:
475
476 | Field Name | Field bits | Description |
477 |------------|------------|----------------------------|
478 | Rdest_EXTRA2 | `10:11` | extends Rdest (R\*\_EXTRA2 Encoding) |
479 | Rsrc1_EXTRA2 | `12:13` | extends Rsrc1 (R\*\_EXTRA2 Encoding) |
480 | Rsrc2_EXTRA2 | `14:15` | extends Rsrc2 (R\*\_EXTRA2 Encoding) |
481 | MASK_SRC | `16:18` | Execution Mask for Source |
482
483 Note that for 1S2P the EXTRA2 dest and src names are switched (Rsrc_EXTRA2
484 is in bits 10:11, Rdest1_EXTRA2 in 12:13)
485
486 Also that for 3S (to cover `stdx` etc.) the names are switched to 3 src: Rsrc1_EXTRA2, Rsrc2_EXTRA2, Rsrc3_EXTRA2.
487
488 Note also that LD with update indexed, which takes 2 src and 2 dest
489 (e.g. `lhaux RT,RA,RB`), does not have room for 4 registers and also
490 Twin Predication. therefore these are treated as RM-2P-2S1D and the
491 src spec for RA is also used for the same RA as a dest.
492
493 Note that if ELWIDTH != ELWIDTH_SRC this may result in reduced performance or increased latency in some implementations due to lane-crossing.
494
495 # R\*\_EXTRA2/3
496
497 EXTRA is the means by which two things are achieved:
498
499 1. Registers are marked as either Vector *or Scalar*
500 2. Register field numbers (limited typically to 5 bit)
501 are extended in range, both for Scalar and Vector.
502
503 The register files are therefore extended:
504
505 * INT is extended from r0-31 to r0-127
506 * FP is extended from fp0-32 to fp0-fp127
507 * CR Fields are extended from CR0-7 to CR0-127
508
509 However due to pressure in `RM.EXTRA` not all these registers
510 are accessible by all instructions, particularly those with
511 a large number of operands (`madd`, `isel`).
512
513 In the following tables register numbers are constructed from the
514 standard v3.0B / v3.1B 32 bit register field (RA, FRA) and the EXTRA2
515 or EXTRA3 field from the SV Prefix, determined by the specific
516 RM-xx-yyyy designation for a given instruction.
517 The prefixing is arranged so that
518 interoperability between prefixing and nonprefixing of scalar registers
519 is direct and convenient (when the EXTRA field is all zeros).
520
521 A pseudocode algorithm explains the relationship, for INT/FP (see [[svp64/appendix]] for CRs)
522
523 ```
524 if extra3_mode:
525 spec = EXTRA3
526 else:
527 spec = EXTRA2 << 1 # same as EXTRA3, shifted
528 if spec[0]: # vector
529 return (RA << 2) | spec[1:2]
530 else: # scalar
531 return (spec[1:2] << 5) | RA
532 ```
533
534 Future versions may extend to 256 by shifting Vector numbering up.
535 Scalar will not be altered.
536
537 Note that in some cases the range of starting points for Vectors
538 is limited.
539
540 ## INT/FP EXTRA3
541
542 If EXTRA3 is zero, maps to
543 "scalar identity" (scalar Power ISA field naming).
544
545 Fields are as follows:
546
547 * Value: R_EXTRA3
548 * Mode: register is tagged as scalar or vector
549 * Range/Inc: the range of registers accessible from this EXTRA
550 encoding, and the "increment" (accessibility). "/4" means
551 that this EXTRA encoding may only give access (starting point)
552 every 4th register.
553 * MSB..LSB: the bit field showing how the register opcode field
554 combines with EXTRA to give (extend) the register number (GPR)
555
556 | Value | Mode | Range/Inc | 6..0 |
557 |-----------|-------|---------------|---------------------|
558 | 000 | Scalar | `r0-r31`/1 | `0b00 RA` |
559 | 001 | Scalar | `r32-r63`/1 | `0b01 RA` |
560 | 010 | Scalar | `r64-r95`/1 | `0b10 RA` |
561 | 011 | Scalar | `r96-r127`/1 | `0b11 RA` |
562 | 100 | Vector | `r0-r124`/4 | `RA 0b00` |
563 | 101 | Vector | `r1-r125`/4 | `RA 0b01` |
564 | 110 | Vector | `r2-r126`/4 | `RA 0b10` |
565 | 111 | Vector | `r3-r127`/4 | `RA 0b11` |
566
567 ## INT/FP EXTRA2
568
569 If EXTRA2 is zero will map to
570 "scalar identity behaviour" i.e Scalar Power ISA register naming:
571
572 | Value | Mode | Range/inc | 6..0 |
573 |-----------|-------|---------------|-----------|
574 | 00 | Scalar | `r0-r31`/1 | `0b00 RA` |
575 | 01 | Scalar | `r32-r63`/1 | `0b01 RA` |
576 | 10 | Vector | `r0-r124`/4 | `RA 0b00` |
577 | 11 | Vector | `r2-r126`/4 | `RA 0b10` |
578
579 **Note that unlike in EXTRA3, in EXTRA2**:
580
581 * the GPR Vectors may only start from
582 `r0, r2, r4, r6, r8` and likewise FPR Vectors.
583 * the GPR Scalars may only go from `r0, r1, r2.. r63` and likewise FPR Scalars.
584
585 as there is insufficient bits to cover the full range.
586
587 ## CR Field EXTRA3
588
589 CR Field encoding is essentially the same but made more complex due to CRs being bit-based. See [[svp64/appendix]] for explanation and pseudocode.
590 Note that Vectors may only start from `CR0, CR4, CR8, CR12, CR16, CR20`...
591 and Scalars may only go from `CR0, CR1, ... CR31`
592
593 Encoding shown MSB down to LSB
594
595 For a 5-bit operand (BA, BB, BT):
596
597 | Value | Mode | Range/Inc | 8..5 | 4..2 | 1..0 |
598 |-------|------|---------------|-----------| --------|---------|
599 | 000 | Scalar | `CR0-CR7`/1 | 0b0000 | BA[4:2] | BA[1:0] |
600 | 001 | Scalar | `CR8-CR15`/1 | 0b0001 | BA[4:2] | BA[1:0] |
601 | 010 | Scalar | `CR16-CR23`/1 | 0b0010 | BA[4:2] | BA[1:0] |
602 | 011 | Scalar | `CR24-CR31`/1 | 0b0011 | BA[4:2] | BA[1:0] |
603 | 100 | Vector | `CR0-CR112`/16 | BA[4:2] 0 | 0b000 | BA[1:0] |
604 | 101 | Vector | `CR4-CR116`/16 | BA[4:2] 0 | 0b100 | BA[1:0] |
605 | 110 | Vector | `CR8-CR120`/16 | BA[4:2] 1 | 0b000 | BA[1:0] |
606 | 111 | Vector | `CR12-CR124`/16 | BA[4:2] 1 | 0b100 | BA[1:0] |
607
608 For a 3-bit operand (e.g. BFA):
609
610 | Value | Mode | Range/Inc | 6..3 | 2..0 |
611 |-------|------|---------------|-----------| --------|
612 | 000 | Scalar | `CR0-CR7`/1 | 0b0000 | BFA |
613 | 001 | Scalar | `CR8-CR15`/1 | 0b0001 | BFA |
614 | 010 | Scalar | `CR16-CR23`/1 | 0b0010 | BFA |
615 | 011 | Scalar | `CR24-CR31`/1 | 0b0011 | BFA |
616 | 100 | Vector | `CR0-CR112`/16 | BFA 0 | 0b000 |
617 | 101 | Vector | `CR4-CR116`/16 | BFA 0 | 0b100 |
618 | 110 | Vector | `CR8-CR120`/16 | BFA 1 | 0b000 |
619 | 111 | Vector | `CR12-CR124`/16 | BFA 1 | 0b100 |
620
621 ## CR EXTRA2
622
623 CR encoding is essentially the same but made more complex due to CRs being bit-based. See separate section for explanation and pseudocode.
624 Note that Vectors may only start from CR0, CR8, CR16, CR24, CR32...
625
626
627 Encoding shown MSB down to LSB
628
629 For a 5-bit operand (BA, BB, BC):
630
631 | Value | Mode | Range/Inc | 8..5 | 4..2 | 1..0 |
632 |-------|--------|----------------|---------|---------|---------|
633 | 00 | Scalar | `CR0-CR7`/1 | 0b0000 | BA[4:2] | BA[1:0] |
634 | 01 | Scalar | `CR8-CR15`/1 | 0b0001 | BA[4:2] | BA[1:0] |
635 | 10 | Vector | `CR0-CR112`/16 | BA[4:2] 0 | 0b000 | BA[1:0] |
636 | 11 | Vector | `CR8-CR120`/16 | BA[4:2] 1 | 0b000 | BA[1:0] |
637
638 For a 3-bit operand (e.g. BFA):
639
640 | Value | Mode | Range/Inc | 6..3 | 2..0 |
641 |-------|------|---------------|-----------| --------|
642 | 00 | Scalar | `CR0-CR7`/1 | 0b0000 | BFA |
643 | 01 | Scalar | `CR8-CR15`/1 | 0b0001 | BFA |
644 | 10 | Vector | `CR0-CR112`/16 | BFA 0 | 0b000 |
645 | 11 | Vector | `CR8-CR120`/16 | BFA 1 | 0b000 |
646
647 # Appendix
648
649 Now at its own page: [[svp64/appendix]]
650