aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/NISTP256/AMD128/feaddDisplay.log
diff options
context:
space:
mode:
Diffstat (limited to 'src/Specific/NISTP256/AMD128/feaddDisplay.log')
-rw-r--r--src/Specific/NISTP256/AMD128/feaddDisplay.log14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/Specific/NISTP256/AMD128/feaddDisplay.log b/src/Specific/NISTP256/AMD128/feaddDisplay.log
deleted file mode 100644
index 89d8839bf..000000000
--- a/src/Specific/NISTP256/AMD128/feaddDisplay.log
+++ /dev/null
@@ -1,14 +0,0 @@
-λ x x0 : word128 * word128,
-Interp-η
-(λ var : Syntax.base_type → Type,
- λ '(x4, x5, (x6, x7))%core,
- uint128_t x9, uint8_t x10 = addcarryx_u128(0x0, x5, x7);
- uint128_t x12, uint8_t x13 = addcarryx_u128(x10, x4, x6);
- uint128_t x15, uint8_t x16 = subborrow_u128(0x0, x9, 0xffffffffffffffffffffffffL);
- uint128_t x18, uint8_t x19 = subborrow_u128(x16, x12, 0xffffffff000000010000000000000000L);
- uint128_t _, uint8_t x22 = subborrow_u128(x19, x13, 0x0);
- uint128_t x23 = cmovznz128(x22, x18, x12);
- uint128_t x24 = cmovznz128(x22, x15, x9);
- return (x23, x24))
-(x, x0)%core
- : word128 * word128 → word128 * word128 → ReturnType (uint128_t * uint128_t)