From a661a3a7f00cc5e671dc0df3d5dbea89ee7a909d Mon Sep 17 00:00:00 2001 From: "Paul A. Clarke" Date: Fri, 1 May 2020 13:22:20 -0500 Subject: [PATCH] Add example for vec_pmsum_be `vec_pmsum_be` is complex enough to warrant an example. Fixes #33. Signed-off-by: Paul A. Clarke --- Intrinsics_Reference/ch_vec_reference.xml | 99 +++++++++++++++++++++++ 1 file changed, 99 insertions(+) diff --git a/Intrinsics_Reference/ch_vec_reference.xml b/Intrinsics_Reference/ch_vec_reference.xml index 46ab8aa..cb48091 100644 --- a/Intrinsics_Reference/ch_vec_reference.xml +++ b/Intrinsics_Reference/ch_vec_reference.xml @@ -25228,6 +25228,105 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> i + 1 of a and b. + An example follows for inputs of type vector unsigned int: + + + + + + + + + + + + + a + + + A3000000 + + + 00A20000 + + + 0000A100 + + + 000000A0 + + + + + b + + + 00B30000 + + + 0000B200 + + + 000000B1 + + + B00000B0 + + + + + binary polynomial multiplicands + + + A3000000 + 00B30000 + + + 00A20000 + 0000B200 + + + 0000A100 + 000000B1 + + + 000000A0 + B00000B0 + + + + + intermediate results + XOR operands + + + 004E350000000000 + + + 0000004E24000000 + + + 00000000004E1100 + + + 0000004E00004E00 + + + + + r + + + 004E354E24000000 + + + 0000004E004E5F00 + + + + + + Endian considerations: All element numberings in the above description denote big-endian