From 3baed0b6409db218ce16a86f5de13e071419bd65 Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Wed, 29 Sep 1999 05:53:41 +0000 Subject: import openssl-0.9.7-beta1 --- lib/libcrypto/bn/asm/x86/div.pl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/libcrypto/bn/asm/x86/div.pl (limited to 'lib/libcrypto/bn/asm/x86/div.pl') diff --git a/lib/libcrypto/bn/asm/x86/div.pl b/lib/libcrypto/bn/asm/x86/div.pl new file mode 100644 index 00000000000..0e90152caa9 --- /dev/null +++ b/lib/libcrypto/bn/asm/x86/div.pl @@ -0,0 +1,15 @@ +#!/usr/local/bin/perl +# x86 assember + +sub bn_div_words + { + local($name)=@_; + + &function_begin($name,""); + &mov("edx",&wparam(0)); # + &mov("eax",&wparam(1)); # + &mov("ebx",&wparam(2)); # + &div("ebx"); + &function_end($name); + } +1; -- cgit v1.2.3