OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stdframe
(Results
1 - 5
of
5
) sorted by null
/external/openssl/crypto/bn/asm/
s390x-gf2m.pl
41
$
stdframe
=16*$SIZE_T+4*8;
81
stg @T[0],`$
stdframe
+0*8`($sp) # tab[0]=0
83
stg $a1,`$
stdframe
+1*8`($sp) # tab[1]=a1
85
stg $a2,`$
stdframe
+2*8`($sp) # tab[2]=a2
87
stg $a12,`$
stdframe
+3*8`($sp) # tab[3]=a1^a2
90
stg $a4,`$
stdframe
+4*8`($sp) # tab[4]=a4
92
stg $a1,`$
stdframe
+5*8`($sp) # tab[5]=a1^a4
94
stg $a2,`$
stdframe
+6*8`($sp) # tab[6]=a2^a4
96
stg $a12,`$
stdframe
+7*8`($sp) # tab[7]=a1^a2^a4
99
stg $a8,`$
stdframe
+8*8`($sp) # tab[8]=a
[
all
...]
s390x-mont.pl
60
$
stdframe
=16*$SIZE_T+4*8;
90
lgf $num,`$
stdframe
+$SIZE_T-4`($sp) # pull $num
111
lghi $rp,-$
stdframe
-8 # leave room for carry bit
162
stg $nlo,$
stdframe
-8($j,$sp) # tp[j-1]=
169
stg $NHI,$
stdframe
-8($j,$sp)
170
stg $AHI,$
stdframe
($j,$sp)
179
alg $alo,$
stdframe
($sp) # +=tp[0]
204
alg $alo,$
stdframe
($j,$sp)# +=tp[j]
216
stg $nlo,$
stdframe
-8($j,$sp) # tp[j-1]=
223
alg $NHI,$
stdframe
($j,$sp)# accumulate previous upmost overflow bi
[
all
...]
/external/openssl/crypto/sha/asm/
sha1-s390x.pl
64
$
stdframe
=16*$SIZE_T+4*8;
65
$frame=$
stdframe
+16*4;
71
lg $prefetch,$
stdframe
($sp) ### Xupdate(16) warm-up
81
lg $prefetch,`$
stdframe
+4*(($i+2)%16)`($sp)
82
xg $X[0],`$
stdframe
+4*(($i+8)%16)`($sp)
91
stg $X[0],`$
stdframe
+4*($i%16)`($sp)
sha512-s390x.pl
101
$
stdframe
=16*$SIZE_T+4*8;
102
$frame=$
stdframe
+16*$SZ;
117
$ST $T1,`$
stdframe
+$SZ*($i%16)`($sp)
146
$LD $T1,`$
stdframe
+$SZ*(($i+1)%16)`($sp) ### $i
147
$LD $t1,`$
stdframe
+$SZ*(($i+14)%16)`($sp)
155
$ADD $T1,`$
stdframe
+$SZ*($i%16)`($sp) # +=X[i]
158
$ADD $T1,`$
stdframe
+$SZ*(($i+9)%16)`($sp) # +=X[i+9]
/external/openssl/crypto/aes/asm/
aes-s390x.pl
117
$
stdframe
=16*$SIZE_T+4*8;
1256
cl %r0,`$
stdframe
+$SIZE_T-4`($sp)
[
all
...]
Completed in 72 milliseconds