Skip to content

Commit 4cb8337

Browse files
authored
Merge pull request #45 from tariqkurd-repo/fix_prerequisites
fixed prerequisite rules for 16-bit fp dp load/store
2 parents 56b44e1 + fe7306b commit 4cb8337

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/insns/load_16bit_fp_dp.adoc

+4-2
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ Standard floating point stack pointer relative load instructions, authorised by
5252
include::load_exceptions.adoc[]
5353

5454
Prerequisites for C.CFLD, C.CFLDSP (RV32 only)::
55-
{c_cheri_base_ext_names}, and Zcd or D
55+
{cheri_base_ext_name}, C and D; or +
56+
{cheri_base_ext_name}, Zca and Zcd
5657

5758
Prerequisites for C.FLD, C.FLDSP::
58-
{c_cheri_legacy_ext_names}, and Zcd or D
59+
{cheri_base_ext_name}, C and D; or +
60+
{cheri_base_ext_name}, Zca and Zcd
5961

6062
Operation (after expansion to 32-bit encodings)::
6163
See <<FLD>>

src/insns/store_16bit_fp_dp.adoc

+4-2
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ Standard floating point stack pointer relative store instructions, authorised by
5252
include::store_exceptions.adoc[]
5353

5454
Prerequisites for C.CFSD, C.CFSDSP (RV32 only)::
55-
{c_cheri_base_ext_names}, and Zcd or D
55+
{cheri_base_ext_name}, C and D; or +
56+
{cheri_base_ext_name}, Zca and Zcd
5657

5758
Prerequisites for C.FSD, C.FSDSP::
58-
{c_cheri_legacy_ext_names}, and Zcd or D
59+
{cheri_legacy_ext_name}, C and D; or +
60+
{cheri_legacy_ext_name}, Zca and Zcd
5961

6062
Operation (after expansion to 32-bit encodings)::
6163
See <<CFSD>>, <<FSD>>

0 commit comments

Comments
 (0)