From ecacf2e66bbb157a11df7f2e1eb19cbc45594e85 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 10 Jan 2021 13:29:34 +0000 Subject: [PATCH] --- openpower/sv/bitmanip.mdwn | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index 1fa2e49aa..08eabe916 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -1,5 +1,27 @@ [[!tag standards]] +# summary + +2-op and variants + +| dest | src1 | src2 | subop | op | +| ---- | ---- | ---- | ----- | -------- | +| RT | RA | RB | .. | bmatflip | +| RT | RA | RB | or | bmatflip | +| RT | RA | RB | xor | bmatflip | +| RT | RA | RB | bdep | dep/ext | +| RT | RA | RB | bext | dep/ext | +| RT | RA | RB | | grev | +| RT | RA | RB | | gorc | +| RT | RA | RB | shuf | shuffle | +| RT | RA | RB | unshuf| shuffle | +| RT | RA | RB | width | xperm | +| RT | RA | RB | type | clmul | +| RT | RA | RB | | | +| RT | RA | RB | | | +| RT | RA | RB | | | +| RT | RA | RB | | | + # bit to byte permute similar to matrix permute in RV bitmanip, which has XOR and OR variants -- 2.30.2