From 4efff5ddb6b3a98df5971c9932b256cee3f0a3f8 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 23 Jun 2021 12:04:06 +0100 Subject: [PATCH] add SVD-Form and SVDS-Form, variants of fixedload for SVP64 --- openpower/isatables/fields.text | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/openpower/isatables/fields.text b/openpower/isatables/fields.text index fc346e5d..42a02303 100644 --- a/openpower/isatables/fields.text +++ b/openpower/isatables/fields.text @@ -263,6 +263,18 @@ |0 |6 |9 |11 | 15 | | PO | SCi | SCm | SRbr | SRimm | +#1.6.31 SVD-FORM + |0 |6 |11 |16 |21 |31 | + | PO | RT | RA| RC | SVD | + | PO | RS | RA| RC | SVD | + | PO | FRT | RA| RC | SVD | + | PO | FRS | RA| RC | SVD | + +#1.6.32 SVDS-FORM + |0 |6 |11 |16 |21 |30 |31 | + | PO | RT | RA | RC | SVDS | XO | + | PO | RS | RA | RC | SVDS | XO | + # 1.6.28 Instruction Fields A (6) Field used by the tbegin. instruction to specify an @@ -732,6 +744,16 @@ Field used by the Segment Register Manipulation instructions (see Book III). Formats: X + SVD (21:31) + Immediate field used to specify an 11-bit signed + two's complement integer which is sign-extended + to 64 bits. + Formats: SVD + SVDS (16:29) + Immediate field used to specify a 9-bit signed + two's complement integer which is concatenated + on the right with 0b00 and sign-extended to 64 bits. + Formats: SVDS SVi (16:23) Simple-V immediate field for setting VL or MVL Formats: SVL -- 2.30.2