From: lkcl Date: Sun, 10 Jan 2021 13:29:34 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~488 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ecacf2e66bbb157a11df7f2e1eb19cbc45594e85;p=libreriscv.git --- 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