Searched refs:sqr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl351 ($Hhl,$Hlo,$Hhi,$Xlo,$Xhi,$xE1,$sqr, $C0,$C1,$C2,$C3,$V)=
414 sll $C0,3,$sqr
415 srlx $V,$sqr,$sqr ! ��0xE0 [implicit &(7<<3)]
416 xor $C0,$sqr,$sqr
417 sllx $sqr,57,$sqr ! ($C0��0xE1)<<1<<56 [implicit &0x7f]
421 xor $sqr,$Xlo,$Xlo ! real destination is $C1
495 sll $C0,3,$sqr
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c95 # undef sqr macro
96 # define sqr(r0,r1,a) \ macro
167 sqr(r[0], r[1], a[0]);
168 sqr(r[2], r[3], a[1]);
169 sqr(r[4], r[5], a[2]);
170 sqr(r[6], r[7], a[3]);
176 sqr(r[0], r[1], a[0]);
179 sqr(r[2], r[3], a[1]);
182 sqr(r[4], r[5], a[2]);
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_lcl.h362 # define sqr(r0,r1,a) { \ macro
391 # define sqr(r0,r1,a) { \ macro
420 # define sqr(r0,r1,a) { \ macro
H A Dbn_asm.c137 sqr(r[0], r[1], a[0]);
138 sqr(r[2], r[3], a[1]);
139 sqr(r[4], r[5], a[2]);
140 sqr(r[6], r[7], a[3]);
147 sqr(r[0], r[1], a[0]);

Completed in 122 milliseconds