From 72c5413b0043d87d8a85a5c81adc4521ae25692b Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 8 Apr 2023 21:08:40 +0100 Subject: [PATCH] reduce priority on shadd* --- openpower/sv/rfc/ls012/optable.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/sv/rfc/ls012/optable.csv b/openpower/sv/rfc/ls012/optable.csv index f37146080..ca53931e2 100644 --- a/openpower/sv/rfc/ls012/optable.csv +++ b/openpower/sv/rfc/ls012/optable.csv @@ -32,8 +32,8 @@ crbinlut, ls007, high, 5, yes, TBD, no, sv/bitmanip fmvis, ls002, high, 5, yes, TBD, no, sv/bitmanip fishmv, ls002, high, 5, yes, TBD, no, sv/bitmanip # Shift-and-Add (mitigates LD-ST-Shift; Cryptography e.g. twofish) -shadd, ls003, high, 7, yes, TBD, no, sv/bitmanip -shadduw, ls003, high, 7, yes, TBD, no, sv/bitmanip +shadd, ls003, med, 7, yes, TBD, no, sv/bitmanip +shadduw, ls003, med, 7, yes, TBD, no, sv/bitmanip # Audio-Video absdu, TBD, TBD, 10, yes, TBD, no, sv/av_opcodes avgadd, TBD, TBD, 10, yes, TBD, no, sv/av_opcodes -- 2.30.2