Home
last modified time | relevance | path

Searched refs:sqr (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl360 ($Hhl,$Hlo,$Hhi,$Xlo,$Xhi,$xE1,$sqr, $C0,$C1,$C2,$C3,$V)=
423 sll $C0,3,$sqr
424 srlx $V,$sqr,$sqr ! ·0xE0 [implicit &(7<<3)]
425 xor $C0,$sqr,$sqr
426 sllx $sqr,57,$sqr ! ($C0·0xE1)<<1<<56 [implicit &0x7f]
430 xor $sqr,$Xlo,$Xlo ! real destination is $C1
504 sll $C0,3,$sqr
505 srlx $V,$sqr,$sqr ! ·0xE0 [implicit &(7<<3)]
506 xor $C0,$sqr,$sqr
507 sllx $sqr,57,$sqr ! ($C0·0xE1)<<1<<56 [implicit &0x7f]
[all …]
/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c103 # undef sqr
104 # define sqr(r0,r1,a) \ macro
175 sqr(r[0], r[1], a[0]); in bn_sqr_words()
176 sqr(r[2], r[3], a[1]); in bn_sqr_words()
177 sqr(r[4], r[5], a[2]); in bn_sqr_words()
178 sqr(r[6], r[7], a[3]); in bn_sqr_words()
184 sqr(r[0], r[1], a[0]); in bn_sqr_words()
187 sqr(r[2], r[3], a[1]); in bn_sqr_words()
190 sqr(r[4], r[5], a[2]); in bn_sqr_words()
/openssl/crypto/bn/
H A Dbn_local.h495 # define sqr(r0,r1,a) { \ macro
524 # define sqr(r0,r1,a) { \ macro
553 # define sqr(r0,r1,a) { \ macro
H A Dbn_asm.c83 sqr(r[0], r[1], a[0]); in bn_sqr_words()
84 sqr(r[2], r[3], a[1]); in bn_sqr_words()
85 sqr(r[4], r[5], a[2]); in bn_sqr_words()
86 sqr(r[6], r[7], a[3]); in bn_sqr_words()
93 sqr(r[0], r[1], a[0]); in bn_sqr_words()
H A DREADME.pod50 void sqr(BN_ULONG r0, BN_ULONG r1, BN_ULONG a);
199 sqr(B<r0>, B<r1>, B<a>) computes B<a>*B<a> and places the low word

Completed in 28 milliseconds