From: Jacob Lifshay Date: Tue, 4 Apr 2023 00:37:13 +0000 (-0700) Subject: switch to using standard OE bit location for XO-FORM X-Git-Tag: opf_rfc_ls012_v1~144 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81bd38e754a37670c57958fe7fd2e77d5464d736;p=libreriscv.git switch to using standard OE bit location for XO-FORM --- diff --git a/openpower/sv/int_fp_mv.mdwn b/openpower/sv/int_fp_mv.mdwn index 750e303cd..fe5a549ef 100644 --- a/openpower/sv/int_fp_mv.mdwn +++ b/openpower/sv/int_fp_mv.mdwn @@ -665,9 +665,9 @@ Section 7.1 of the ECMAScript / JavaScript fcvttgo. RT, FRB, CVM, IT ``` -| 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21-29 | 30 | 31 | Form | -|-----|------|-------|-------|-------|-------|----|----|---------| -| PO | RT | IT | CVM | FRB | XO | OE | Rc | XO-Form | +| 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21 | 22-30 | 31 | Form | +|-----|------|-------|-------|-------|----|-------|----|---------| +| PO | RT | IT | CVM | FRB | OE | XO | Rc | XO-Form | ``` # based on xscvdpuxws @@ -810,9 +810,9 @@ Special Registers altered: fcvtstgo. RT, FRB, CVM, IT ``` -| 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21-29 | 30 | 31 | Form | -|-----|------|-------|-------|-------|-------|----|----|---------| -| PO | RT | IT | CVM | FRB | XO | OE | Rc | XO-Form | +| 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21 | 22-30 | 31 | Form | +|-----|------|-------|-------|-------|----|-------|----|---------| +| PO | RT | IT | CVM | FRB | OE | XO | Rc | XO-Form | ``` # based on xscvdpuxws diff --git a/openpower/sv/rfc/ls006.mdwn b/openpower/sv/rfc/ls006.mdwn index 5fc3db549..9b811db75 100644 --- a/openpower/sv/rfc/ls006.mdwn +++ b/openpower/sv/rfc/ls006.mdwn @@ -546,9 +546,9 @@ Section 7.1 of the ECMAScript / JavaScript fcvttgo. RT, FRB, CVM, IT ``` -| 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21-29 | 30 | 31 | Form | -|-----|------|-------|-------|-------|-------|----|----|---------| -| PO | RT | IT | CVM | FRB | XO | OE | Rc | XO-Form | +| 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21 | 22-30 | 31 | Form | +|-----|------|-------|-------|-------|----|-------|----|---------| +| PO | RT | IT | CVM | FRB | OE | XO | Rc | XO-Form | ``` # based on xscvdpuxws @@ -697,9 +697,9 @@ Special Registers altered: fcvtstgo. RT, FRB, CVM, IT ``` -| 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21-29 | 30 | 31 | Form | -|-----|------|-------|-------|-------|-------|----|----|---------| -| PO | RT | IT | CVM | FRB | XO | OE | Rc | XO-Form | +| 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21 | 22-30 | 31 | Form | +|-----|------|-------|-------|-------|----|-------|----|---------| +| PO | RT | IT | CVM | FRB | OE | XO | Rc | XO-Form | ``` # based on xscvdpuxws