aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/montgomery64_2e488m17
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-11-10 18:13:59 -0500
committerGravatar Jason Gross <jgross@mit.edu>2017-11-10 18:13:59 -0500
commit1e5b0a76fadd9255a0ead47d1327c628160b01bd (patch)
tree52c1b30c660dfb0c30f329295b7b46b712b88bb8 /src/Specific/montgomery64_2e488m17
parent6a335b31b69443cfe8ee46308eb94b299929c983 (diff)
Update display logs and c files
Diffstat (limited to 'src/Specific/montgomery64_2e488m17')
-rw-r--r--src/Specific/montgomery64_2e488m17/feadd.c16
-rw-r--r--src/Specific/montgomery64_2e488m17/feaddDisplay.log16
2 files changed, 16 insertions, 16 deletions
diff --git a/src/Specific/montgomery64_2e488m17/feadd.c b/src/Specific/montgomery64_2e488m17/feadd.c
index 1e923a46c..d51bc767a 100644
--- a/src/Specific/montgomery64_2e488m17/feadd.c
+++ b/src/Specific/montgomery64_2e488m17/feadd.c
@@ -32,14 +32,14 @@ static void feadd(uint64_t out[8], const uint64_t in1[8], const uint64_t in2[8])
{ uint64_t x75; uint8_t x76 = _subborrow_u64(x73, x51, 0xffffffffffffffffL, &x75);
{ uint64_t x78; uint8_t x79 = _subborrow_u64(x76, x54, 0xffffffffff, &x78);
{ uint64_t _; uint8_t x82 = _subborrow_u64(x79, x55, 0x0, &_);
- { uint64_t x83 = cmovznz(x82, x78, x54);
- { uint64_t x84 = cmovznz(x82, x75, x51);
- { uint64_t x85 = cmovznz(x82, x72, x48);
- { uint64_t x86 = cmovznz(x82, x69, x45);
- { uint64_t x87 = cmovznz(x82, x66, x42);
- { uint64_t x88 = cmovznz(x82, x63, x39);
- { uint64_t x89 = cmovznz(x82, x60, x36);
- { uint64_t x90 = cmovznz(x82, x57, x33);
+ { uint64_t x83 = cmovznz64(x82, x78, x54);
+ { uint64_t x84 = cmovznz64(x82, x75, x51);
+ { uint64_t x85 = cmovznz64(x82, x72, x48);
+ { uint64_t x86 = cmovznz64(x82, x69, x45);
+ { uint64_t x87 = cmovznz64(x82, x66, x42);
+ { uint64_t x88 = cmovznz64(x82, x63, x39);
+ { uint64_t x89 = cmovznz64(x82, x60, x36);
+ { uint64_t x90 = cmovznz64(x82, x57, x33);
out[0] = x90;
out[1] = x89;
out[2] = x88;
diff --git a/src/Specific/montgomery64_2e488m17/feaddDisplay.log b/src/Specific/montgomery64_2e488m17/feaddDisplay.log
index e4e837f7a..e75c10f26 100644
--- a/src/Specific/montgomery64_2e488m17/feaddDisplay.log
+++ b/src/Specific/montgomery64_2e488m17/feaddDisplay.log
@@ -19,14 +19,14 @@ Interp-η
uint64_t x75, uint8_t x76 = subborrow_u64(x73, x51, 0xffffffffffffffffL);
uint64_t x78, uint8_t x79 = subborrow_u64(x76, x54, 0xffffffffff);
uint64_t _, uint8_t x82 = subborrow_u64(x79, x55, 0x0);
- uint64_t x83 = cmovznz(x82, x78, x54);
- uint64_t x84 = cmovznz(x82, x75, x51);
- uint64_t x85 = cmovznz(x82, x72, x48);
- uint64_t x86 = cmovznz(x82, x69, x45);
- uint64_t x87 = cmovznz(x82, x66, x42);
- uint64_t x88 = cmovznz(x82, x63, x39);
- uint64_t x89 = cmovznz(x82, x60, x36);
- uint64_t x90 = cmovznz(x82, x57, x33);
+ uint64_t x83 = cmovznz64(x82, x78, x54);
+ uint64_t x84 = cmovznz64(x82, x75, x51);
+ uint64_t x85 = cmovznz64(x82, x72, x48);
+ uint64_t x86 = cmovznz64(x82, x69, x45);
+ uint64_t x87 = cmovznz64(x82, x66, x42);
+ uint64_t x88 = cmovznz64(x82, x63, x39);
+ uint64_t x89 = cmovznz64(x82, x60, x36);
+ uint64_t x90 = cmovznz64(x82, x57, x33);
return (x83, x84, x85, x86, x87, x88, x89, x90))
(x, x0)%core
: word64 * word64 * word64 * word64 * word64 * word64 * word64 * word64 → word64 * word64 * word64 * word64 * word64 * word64 * word64 * word64 → ReturnType (uint64_t * uint64_t * uint64_t * uint64_t * uint64_t * uint64_t * uint64_t * uint64_t)