From 50aea1596a4641a4af63ead71cb0b05d7b469ee6 Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 25 May 2022 12:39:36 +0100 Subject: [PATCH] --- openpower/sv/int_fp_mv.mdwn | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/openpower/sv/int_fp_mv.mdwn b/openpower/sv/int_fp_mv.mdwn index 9a43d6818..a98814e6b 100644 --- a/openpower/sv/int_fp_mv.mdwn +++ b/openpower/sv/int_fp_mv.mdwn @@ -148,10 +148,11 @@ Pseudocode: `fishmv FRS, FI` -Equivalent to `oris`, an additional 16-bits of immediate is -strategically inserted into `FRS` to extend its accuracy to -a full FP32, if a prior `fmvis` instruction had been used to -set the upper 16-bits. +Strategically similar to `oris`, an additional 16-bits of immediate is +inserted into `FRS` to extend its accuracy to +a full FP32. If a prior `fmvis` instruction had been used to +set the upper 16-bits of an FP32 value, `fishmv` contains the +lower 16-bits. `fishmv` fits with DX-Form: -- 2.30.2