(no commit message)
authorlkcl <lkcl@web>
Mon, 16 May 2022 11:00:52 +0000 (12:00 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 16 May 2022 11:00:52 +0000 (12:00 +0100)
openpower/sv/bitmanip.mdwn

index e4fabde9491787e88ae8faab7fb8d4c3157132ec..33182ed5f128a868047d508c22b3c776b7f30024 100644 (file)
@@ -160,7 +160,9 @@ the [[sv/av_opcodes]])
 
 # binary and ternary bitops
 
-Similar to FPGA LUTs: for every bit perform a lookup into a table using an 8bit immediate, or in another register.
+Similar to FPGA LUTs: for every bit perform a lookup into a table using an 8-8-bit immediate (for the ternary instructions), or in another register (4-bit
+for the binary instructions).  The binary lookup instructions have CR Field
+lookup variants due to CR Fields being 4 bit.
 
 Like the x86 AVX512F [vpternlogd/vpternlogq](https://www.felixcloutier.com/x86/vpternlogd:vpternlogq) instructions.