aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/solinas32_2e224m2e96p1
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-11-02 12:45:12 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-11-02 12:45:12 -0400
commit30ce7aba6875215c0ab8237368bbb1cde0dc0b7d (patch)
treebee423c164e73a7d3da54a52e1f7b8424984764c /src/Specific/solinas32_2e224m2e96p1
parent3a5c4795e1a0f7d4b8803022ac9f28e1bc8c031d (diff)
Update display logs and c files
Diffstat (limited to 'src/Specific/solinas32_2e224m2e96p1')
-rw-r--r--src/Specific/solinas32_2e224m2e96p1/feadd.c27
-rw-r--r--src/Specific/solinas32_2e224m2e96p1/feaddDisplay.log7
2 files changed, 34 insertions, 0 deletions
diff --git a/src/Specific/solinas32_2e224m2e96p1/feadd.c b/src/Specific/solinas32_2e224m2e96p1/feadd.c
new file mode 100644
index 000000000..cc3671f75
--- /dev/null
+++ b/src/Specific/solinas32_2e224m2e96p1/feadd.c
@@ -0,0 +1,27 @@
+static void feadd(uint32_t out[8], const uint32_t in1[8], const uint32_t in2[8]) {
+ { const uint32_t x16 = in1[7];
+ { const uint32_t x17 = in1[6];
+ { const uint32_t x15 = in1[5];
+ { const uint32_t x13 = in1[4];
+ { const uint32_t x11 = in1[3];
+ { const uint32_t x9 = in1[2];
+ { const uint32_t x7 = in1[1];
+ { const uint32_t x5 = in1[0];
+ { const uint32_t x30 = in2[7];
+ { const uint32_t x31 = in2[6];
+ { const uint32_t x29 = in2[5];
+ { const uint32_t x27 = in2[4];
+ { const uint32_t x25 = in2[3];
+ { const uint32_t x23 = in2[2];
+ { const uint32_t x21 = in2[1];
+ { const uint32_t x19 = in2[0];
+ out[0] = (x5 + x19);
+ out[1] = (x7 + x21);
+ out[2] = (x9 + x23);
+ out[3] = (x11 + x25);
+ out[4] = (x13 + x27);
+ out[5] = (x15 + x29);
+ out[6] = (x17 + x31);
+ out[7] = (x16 + x30);
+ }}}}}}}}}}}}}}}}
+}
diff --git a/src/Specific/solinas32_2e224m2e96p1/feaddDisplay.log b/src/Specific/solinas32_2e224m2e96p1/feaddDisplay.log
new file mode 100644
index 000000000..f25c10903
--- /dev/null
+++ b/src/Specific/solinas32_2e224m2e96p1/feaddDisplay.log
@@ -0,0 +1,7 @@
+λ x x0 : word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32,
+Interp-η
+(λ var : Syntax.base_type → Type,
+ λ '(x16, x17, x15, x13, x11, x9, x7, x5, (x30, x31, x29, x27, x25, x23, x21, x19))%core,
+ ((x16 + x30), (x17 + x31), (x15 + x29), (x13 + x27), (x11 + x25), (x9 + x23), (x7 + x21), (x5 + x19)))
+(x, x0)%core
+ : word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 → word32 * word32 * word32 * word32 * word32 * word32 * word32 * word32 → ReturnType (uint32_t * uint32_t * uint32_t * uint32_t * uint32_t * uint32_t * uint32_t * uint32_t)