From c7ff69589a48370e3c0f0e5f9011818ec8ea178f Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 29 May 2021 09:43:16 +0100 Subject: [PATCH] --- openpower/sv/av_opcodes.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openpower/sv/av_opcodes.mdwn b/openpower/sv/av_opcodes.mdwn index 876c61c3e..a51acdb5c 100644 --- a/openpower/sv/av_opcodes.mdwn +++ b/openpower/sv/av_opcodes.mdwn @@ -9,6 +9,7 @@ This page therefore has accompanying discussion at src2) ? src1 : src2 use bitmanip | | bitwise sel | (a ? b : c) - use bitmanip ternary | +| int/fp move | GPR(RT) = FPR(FRA) and FPR(FRT) = GPR(RA) | All other capabilities (saturate in particular) are achieved with [[sv/svp64]] modes and swizzle. Note that minmax and ternary are added in bitmanip. -- 2.30.2