From: lkcl Date: Sun, 14 Feb 2021 20:05:12 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~169 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=69ffbffa26172d0422ab602c20bc76011bb92743;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd/eq.mdwn b/3d_gpu/architecture/dynamic_simd/eq.mdwn index 43293ebe9..c66c51957 100644 --- a/3d_gpu/architecture/dynamic_simd/eq.mdwn +++ b/3d_gpu/architecture/dynamic_simd/eq.mdwn @@ -12,6 +12,15 @@ Examples: # Boolean truth table +Given the four byte-level comparisons `eq0-eq3`: + + eq0 = a[0:7] == b[0:7] + eq1 = a[8:15] == b[8:15] + eq2 = a[16:23] == b[16:23] + eq3 = a[24:31] == b[24:31] + +the truth table for the 4-bit outputs `o0-o3` are as follows: + [[!table data=""" p2p1p0 | o0 | o1 | o2 | o3 ++++++ | ++++++++ | ++++++++ | ++++++++ | ++