From f80db7b039f78bb167cc65db97e668a5f66569a5 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 28 Oct 2022 13:31:07 +0100 Subject: [PATCH] add fields and VA2-Form to ls003 --- openpower/sv/rfc/ls003.mdwn | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/openpower/sv/rfc/ls003.mdwn b/openpower/sv/rfc/ls003.mdwn index e86266505..a206b8c27 100644 --- a/openpower/sv/rfc/ls003.mdwn +++ b/openpower/sv/rfc/ls003.mdwn @@ -94,6 +94,7 @@ Add the following entries to: * Instructions of Book I added to Section 3.3.9.1 ---------------- +[[!tag opf_rfc]] \newpage{} @@ -246,7 +247,27 @@ Examples: divmod2du r4, r0, r1, r2 ``` -[[!tag opf_rfc]] +# VA2-Form + +Add the following to Book I, 1.6.21.1, VA2-Form + +``` +|0 |6 |11 |16 |21 |24|26 |31 | +| PO | RT | RA | RB | RC | XO | Rc | +``` + +Add `RA` to `XO` Field in Book I, 1.6.2 + +``` +RA (11:15) + Field used to specify a GPR to be used as a + source or as a target. + Formats: A, BM2, D, DQ, DQE, DS, M, MD, MDS, TX, VA, VA2, + VX, X, XO, XS, SVL, XB, TLI, Z23 +``` + +*TODO* other fields `RT, RB, RC, XO, and Rc`, see + # Appendices -- 2.30.2