aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/montgomery64_2e150m5_3limbs/feaddDisplay.log
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-11-12 20:37:52 -0500
committerGravatar Jason Gross <jgross@mit.edu>2017-11-12 20:37:52 -0500
commit3441856432d451a3d5e807bea7d6e7c500942c12 (patch)
tree338ba4e518452daeaead9301fe06dc6ebe5040a6 /src/Specific/montgomery64_2e150m5_3limbs/feaddDisplay.log
parente5efbf51add38c90d7bbdde6d1887762fa1ecc8f (diff)
Update display logs and c files
Diffstat (limited to 'src/Specific/montgomery64_2e150m5_3limbs/feaddDisplay.log')
-rw-r--r--src/Specific/montgomery64_2e150m5_3limbs/feaddDisplay.log17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/Specific/montgomery64_2e150m5_3limbs/feaddDisplay.log b/src/Specific/montgomery64_2e150m5_3limbs/feaddDisplay.log
new file mode 100644
index 000000000..654bbedc7
--- /dev/null
+++ b/src/Specific/montgomery64_2e150m5_3limbs/feaddDisplay.log
@@ -0,0 +1,17 @@
+λ x x0 : word64 * word64 * word64,
+Interp-η
+(λ var : Syntax.base_type → Type,
+ λ '(x6, x7, x5, (x10, x11, x9))%core,
+ uint64_t x13, uint8_t x14 = addcarryx_u64(0x0, x5, x9);
+ uint64_t x16, uint8_t x17 = addcarryx_u64(x14, x7, x11);
+ uint64_t x19, uint8_t x20 = addcarryx_u64(x17, x6, x10);
+ uint64_t x22, uint8_t x23 = subborrow_u64(0x0, x13, 0xfffffffffffffffbL);
+ uint64_t x25, uint8_t x26 = subborrow_u64(x23, x16, 0xffffffffffffffffL);
+ uint64_t x28, uint8_t x29 = subborrow_u64(x26, x19, 0x3fffff);
+ uint64_t _, uint8_t x32 = subborrow_u64(x29, x20, 0x0);
+ uint64_t x33 = cmovznz64(x32, x28, x19);
+ uint64_t x34 = cmovznz64(x32, x25, x16);
+ uint64_t x35 = cmovznz64(x32, x22, x13);
+ return (x33, x34, x35))
+(x, x0)%core
+ : word64 * word64 * word64 → word64 * word64 * word64 → ReturnType (uint64_t * uint64_t * uint64_t)