From 9a79c2e774ab29955f07089a8f17306cd77b59a5 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 7 Mar 2022 16:36:31 +0000 Subject: [PATCH] add grevlut2x2 image --- openpower/sv/bitmanip.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index 937eb72a0..0bf5ea2c3 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -326,6 +326,8 @@ the two LUT2s are applied left-half (when not swapping) and right-half (when swapping) so as to allow a wider range of options + + ``` lut2(imm, a, b): idx = b << 1 | a -- 2.30.2