From bc4f40288de20a02e1b37db16396ef39374a4c93 Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 17 Mar 2021 20:50:11 +0000 Subject: [PATCH] --- openpower/sv/implementation.mdwn | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/openpower/sv/implementation.mdwn b/openpower/sv/implementation.mdwn index 38b917b1e..aff1ad04f 100644 --- a/openpower/sv/implementation.mdwn +++ b/openpower/sv/implementation.mdwn @@ -21,7 +21,7 @@ Links: (instruction form SVL-Form, field designations, pseudocode, SPR allocation) * agree sv assembly syntax * TestIssuer add single/twin Predication -* ISACaller add single/twin Predication +* ISACaller add single/twin Predication # Code to convert @@ -188,10 +188,19 @@ At the same time the `Rc=1` CR offsets normslly CR0 and CR1 for fixed and FP sca ## Single and Twin Predication -both CR and INT predication is needed +both CR and INT predication is needed, as well as zeroing in both + +* INT-based single: TODO +* CR-based single: TODO +* INT-based twin: TODO +* CR-based twin: TODO +* Zeroing single: TODO +* Zeroing twin: TODO + +Progress: * TestIssuer -* ISACaller +* ISACaller * power-gem5: TODO * Microwatt: TODO -- 2.30.2