From 15812bfd313b351110df9484a9d57d5e34ccd236 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 28 Jan 2021 00:16:49 +0000 Subject: [PATCH] --- openpower/sv/bitmanip.mdwn | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index 46b7b5287..8f34351d4 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -148,24 +148,11 @@ a 4 operand variant which becomes more along the lines of an FPGA: idx = RT[i] << 2 | RA[i] << 1 | RB[i] RT[i] = (RC & (1<