(no commit message)
authorlkcl <lkcl@web>
Sat, 29 May 2021 08:43:16 +0000 (09:43 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 29 May 2021 08:43:16 +0000 (09:43 +0100)
openpower/sv/av_opcodes.mdwn

index 876c61c3e7aa5690a1d16e52ae93590340a44d19..a51acdb5ce77f88ade5560a596ec6a34da3c3bac 100644 (file)
@@ -9,6 +9,7 @@ This page therefore has accompanying discussion at <https://bugs.libre-soc.org/s
 Links
 
 * [[vpu]]
+* [[sv/int_fp_mv]]
 * TODO review https://en.m.wikipedia.org/wiki/Multimedia_Acceleration_eXtensions
 
 # Summary
@@ -22,6 +23,7 @@ In-advance, the summary of base scalar operations that need to be added is:
 | signed min   | result = (src1 < src2) ? src1 : src2 use bitmanip |
 | signed max   | result = (src1 > 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.