From 56098ddbf79aa505baccd81117b8909baf9f96de Mon Sep 17 00:00:00 2001 From: lkcl Date: Tue, 8 Dec 2020 14:18:46 +0000 Subject: [PATCH] --- openpower/sv/av_opcodes.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 openpower/sv/av_opcodes.mdwn diff --git a/openpower/sv/av_opcodes.mdwn b/openpower/sv/av_opcodes.mdwn new file mode 100644 index 000000000..f7407a51f --- /dev/null +++ b/openpower/sv/av_opcodes.mdwn @@ -0,0 +1,13 @@ +# Scalar OpenPOWER Audio and Video Opcodes + +the fundamental principle of SV is a hardware for-loop. therefore the first (and in nearly 100% of cases only) place to put Vector operations is firat and foremost in the *scalar* ISA. + +This page therefore has acompanying discussion at for evolution of suitable opcodes. + +# Audio + +TODO + +# Video + +TODO -- 2.30.2