From: Jim MacArthur <[email protected]> Reviewed-by: Richard Henderson <[email protected]> Signed-off-by: Jim MacArthur <[email protected]> Message-id: [email protected] Signed-off-by: Peter Maydell <[email protected]> --- docs/system/arm/emulation.rst | 1 + 1 file changed, 1 insertion(+)
diff --git a/docs/system/arm/emulation.rst b/docs/system/arm/emulation.rst index 191d1a8c93..b1fec58840 100644 --- a/docs/system/arm/emulation.rst +++ b/docs/system/arm/emulation.rst @@ -86,6 +86,7 @@ the following architecture extensions: - FEAT_FPACCOMBINE (Faulting on combined pointer authentication instructions) - FEAT_FPACC_SPEC (Speculative behavior of combined pointer authentication instructions) - FEAT_FPMR (Floating-point Mode Register) +- FEAT_FPRCVT (Floating-Point to/from Integer in Scalar FP register) - FEAT_FRINTTS (Floating-point to integer instructions) - FEAT_FlagM (Flag manipulation instructions v2) - FEAT_FlagM2 (Enhancements to flag manipulation instructions) -- 2.43.0
