From: lkcl Date: Tue, 4 Apr 2023 04:30:03 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls012_v1~134 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d5b102dfadbc2f630a0a1b5a5b3970e1c09dbb4;p=libreriscv.git --- diff --git a/openpower/sv/rfc/ls006.mdwn b/openpower/sv/rfc/ls006.mdwn index 331806994..a7dbe6ae5 100644 --- a/openpower/sv/rfc/ls006.mdwn +++ b/openpower/sv/rfc/ls006.mdwn @@ -681,6 +681,8 @@ Special Registers altered: ### Assembly Aliases +TODO narrow table + | Assembly Alias | Full Instruction | Assembly Alias | Full Instruction | |---------------------------|----------------------------|---------------------------|----------------------------| | `fcvttgw RT, FRB, CVM` | `fcvttg RT, FRB, CVM, 0` | `fcvttgd RT, FRB, CVM` | `fcvttg RT, FRB, CVM, 2` | @@ -862,23 +864,23 @@ Special Registers altered: Add the following entries to Book I 1.6.1.19 XO-FORM: -| 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21 | 22-30 | 31 | -|-----|------|-------|-------|-------|----|-------|----| -| PO | RT | IT | CVM | FRB | OE | XO | Rc | +``` + | 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21 | 22-30 | 31 | + | PO | RT | IT | CVM | FRB | OE | XO | Rc | +``` Add the following entries to Book I 1.6.1.15 X-FORM: -| 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21-30 | 31 | -|-----|------|-------|-------|-------|-------|----| -| PO | FRT | IT | 0 | RB | XO | Rc | +``` + | 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21-30 | 31 | + | PO | FRT | IT | 0 | RB | XO | Rc | -| 0-5 | 6-10 | 11-15 | 16-20 | 21-30 | 31 | -|-----|------|-------|-------|-------|----| -| PO | FRT | 0 | RB | XO | Rc | + | 0-5 | 6-10 | 11-15 | 16-20 | 21-30 | 31 | + | PO | FRT | 0 | RB | XO | Rc | -| 0-5 | 6-10 | 11-15 | 16-20 | 21-30 | 31 | -|-----|------|-------|-------|-------|----| -| PO | RT | 0 | FRB | XO | Rc | + | 0-5 | 6-10 | 11-15 | 16-20 | 21-30 | 31 | + | PO | RT | 0 | FRB | XO | Rc | +``` ## Instruction Fields @@ -893,9 +895,7 @@ Add new fields: Field used to specify integer type for FPR <-> GPR conversions. Formats: X, XO -``` -``` CVM (13:15) Field used to specify conversion mode for integer -> floating-point conversion.