aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/NISTP256/AMD64
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-06-26 00:34:25 -0400
committerGravatar Jason Gross <jasongross9@gmail.com>2017-06-26 10:02:10 -0400
commitf62bef93643b856d4c51d6883f868b291e570609 (patch)
tree3bf496789adff6fb3d7fd3fe1bca5493acd5f516 /src/Specific/NISTP256/AMD64
parent689bd71a2a5afd5ce652ff123252f163f5047b74 (diff)
make display
Diffstat (limited to 'src/Specific/NISTP256/AMD64')
-rw-r--r--src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_NonzeroDisplay.log10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_NonzeroDisplay.log b/src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_NonzeroDisplay.log
new file mode 100644
index 000000000..399df24d4
--- /dev/null
+++ b/src/Specific/NISTP256/AMD64/IntegrationTestMontgomeryP256_NonzeroDisplay.log
@@ -0,0 +1,10 @@
+λ x : word64 * word64 * word64 * word64,
+Interp-η
+(λ var : Syntax.base_type → Type,
+ λ '(x5, x6, x4, x2)%core,
+ uint64_t x7 = x6 | x5;
+ uint64_t x8 = x4 | x7;
+ uint64_t x9 = x2 | x8;
+ return x9)
+x
+ : word64 * word64 * word64 * word64 → ReturnType uint64_t