Searched refs:SZ (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha512-x86_64.pl140 $SZ=8;
152 $SZ=4;
167 $_ctx="16*$SZ+0*8(%rsp)";
168 $_inp="16*$SZ+1*8(%rsp)";
169 $_end="16*$SZ+2*8(%rsp)";
170 $_rsp="16*$SZ+3*8(%rsp)";
171 $framesz="16*$SZ+4*8";
176 my $STRIDE=$SZ;
177 $STRIDE += 16 if ($i%(16/$SZ)==(16/$SZ
[all...]
H A Dsha512-s390x.pl72 $SZ=8;
86 $SZ=4;
102 $frame=$stdframe+16*$SZ;
108 $LD $T1,`$i*$SZ`($inp) ### $i
117 $ST $T1,`$stdframe+$SZ*($i%16)`($sp)
125 $ADD $T1,`$i*$SZ`($len,$tbl) # T1+=K[i]
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*((
[all...]
H A Dsha512-mips.pl84 $SZ=8;
99 $SZ=4;
114 $MSB = $big_endian ? 0 : ($SZ-1);
115 $LSB = ($SZ-1)&~$MSB;
129 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp)
130 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
132 $code.=<<___ if (!$big_endian && $i<16 && $SZ==4);
148 $code.=<<___ if (!$big_endian && $i<16 && $SZ==8);
188 $LD $tmp2,`$i*$SZ`($Ktbl) # K[$i]
199 $SLL $tmp1,$e,`$SZ*
[all...]
H A Dsha512-ia64.pl74 $SZ=8;
75 $BITS=8*$SZ;
88 $SZ=4;
89 $BITS=8*$SZ;
152 { .mib; add r8=0*$SZ,ctx
153 add r9=1*$SZ,ctx }
154 { .mib; add r10=2*$SZ,ctx
155 add r11=3*$SZ,ctx };;
159 { .mmi; $LDW A_=[r8],4*$SZ
160 $LDW B_=[r9],4*$SZ
[all...]
H A Dsha512-sparcv9.pl57 $SZ=8;
70 $locals=16*$SZ; # X[16]
83 $SZ=4;
160 } if ($SZ==4);
188 $ST $tmp2,[%sp+STACK_BIAS+STACK_FRAME+`$i*$SZ`]
195 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+0`],%l2
198 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+4`],%l3
200 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+0`],%l4
203 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+4`],%l5
205 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+14)%16)*$SZ
[all...]
H A Dsha512-ppc.pl69 $SZ=8;
81 $SZ=4;
93 $FRAME=32*$SIZE_T+16*$SZ;
122 $inp="r31" if($SZ==4 || $SIZE_T==8); # reassigned $inp! aliases with @X[15]
153 $LD $t1,`($i+1)*$SZ`($Tbl)
177 $LD $t1,`$i*$SZ`($Tbl)
193 $SHL $num,$num,`log(16*$SZ)/log(2)`
218 if ($SZ==4 || $SIZE_T==8) {
220 $LD $A,`0*$SZ`($ctx)
222 $LD $B,`1*$SZ`(
[all...]
H A Dsha512-parisc.pl54 $SZ=8;
66 $SZ=4;
80 $XOFF=16*$SZ+32; # local variables
126 `"$LDM $SZ($Tbl),$t1" if ($i<15)`
148 $LDM $SZ($Tbl),$t1
168 $code.=<<___ if ($SZ==8);
210 $code.=<<___ if ($SZ==4);
254 _shl $num,`log(16*$SZ)/log(2)`,$num
267 $code.=<<___ if ($SZ==8 && $SIZE_T==4);
275 $LD `0*$SZ`(
[all...]
H A Dsha512p8-ppc.pl55 $SZ=8;
60 $SZ=4;
89 $code.=<<___ if ($i<15 && ($i%(16/$SZ))==(16/$SZ-1));
93 $code.=<<___ if ($i<16 && ($i%(16/$SZ)));
94 vsldoi @X[$i],@X[$i-1],@X[$i-1],$SZ
96 $code.=<<___ if ($LENDIAN && $i<16 && ($i%(16/$SZ))==0);
183 $code.=<<___ if ($SZ==4);
193 $code.=<<___ if ($SZ==8);
254 $code.=<<___ if ($SZ
[all...]
H A Dsha512-armv8.pl38 $SZ=8;
47 $SZ=4;
76 ldp @X[$i+1],@X[$i+2],[$inp],#2*$SZ
82 ldr @X[($i-11)&15],[sp,#`$SZ*(($i-11)%4)`]
88 str @X[($i-8)&15],[sp,#`$SZ*(($i-8)%4)`]
116 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
145 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
163 $code.=<<___ if ($SZ==4);
180 sub sp,sp,#4*$SZ
183 ldp $C,$D,[$ctx,#2*$SZ]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha512-x86_64.pl140 $SZ=8;
152 $SZ=4;
167 $_ctx="16*$SZ+0*8(%rsp)";
168 $_inp="16*$SZ+1*8(%rsp)";
169 $_end="16*$SZ+2*8(%rsp)";
170 $_rsp="16*$SZ+3*8(%rsp)";
171 $framesz="16*$SZ+4*8";
176 my $STRIDE=$SZ;
177 $STRIDE += 16 if ($i%(16/$SZ)==(16/$SZ
[all...]
H A Dsha512-s390x.pl72 $SZ=8;
86 $SZ=4;
102 $frame=$stdframe+16*$SZ;
108 $LD $T1,`$i*$SZ`($inp) ### $i
117 $ST $T1,`$stdframe+$SZ*($i%16)`($sp)
125 $ADD $T1,`$i*$SZ`($len,$tbl) # T1+=K[i]
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*((
[all...]
H A Dsha512-mips.pl84 $SZ=8;
99 $SZ=4;
114 $MSB = $big_endian ? 0 : ($SZ-1);
115 $LSB = ($SZ-1)&~$MSB;
129 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp)
130 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
132 $code.=<<___ if (!$big_endian && $i<16 && $SZ==4);
148 $code.=<<___ if (!$big_endian && $i<16 && $SZ==8);
188 $LD $tmp2,`$i*$SZ`($Ktbl) # K[$i]
199 $SLL $tmp1,$e,`$SZ*
[all...]
H A Dsha512-ia64.pl74 $SZ=8;
75 $BITS=8*$SZ;
88 $SZ=4;
89 $BITS=8*$SZ;
152 { .mib; add r8=0*$SZ,ctx
153 add r9=1*$SZ,ctx }
154 { .mib; add r10=2*$SZ,ctx
155 add r11=3*$SZ,ctx };;
159 { .mmi; $LDW A_=[r8],4*$SZ
160 $LDW B_=[r9],4*$SZ
[all...]
H A Dsha512-sparcv9.pl57 $SZ=8;
70 $locals=16*$SZ; # X[16]
83 $SZ=4;
160 } if ($SZ==4);
188 $ST $tmp2,[%sp+STACK_BIAS+STACK_FRAME+`$i*$SZ`]
195 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+0`],%l2
198 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+4`],%l3
200 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+0`],%l4
203 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+4`],%l5
205 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+14)%16)*$SZ
[all...]
H A Dsha512-ppc.pl69 $SZ=8;
81 $SZ=4;
93 $FRAME=32*$SIZE_T+16*$SZ;
122 $inp="r31" if($SZ==4 || $SIZE_T==8); # reassigned $inp! aliases with @X[15]
153 $LD $t1,`($i+1)*$SZ`($Tbl)
177 $LD $t1,`$i*$SZ`($Tbl)
193 $SHL $num,$num,`log(16*$SZ)/log(2)`
218 if ($SZ==4 || $SIZE_T==8) {
220 $LD $A,`0*$SZ`($ctx)
222 $LD $B,`1*$SZ`(
[all...]
H A Dsha512-parisc.pl54 $SZ=8;
66 $SZ=4;
80 $XOFF=16*$SZ+32; # local variables
126 `"$LDM $SZ($Tbl),$t1" if ($i<15)`
148 $LDM $SZ($Tbl),$t1
168 $code.=<<___ if ($SZ==8);
210 $code.=<<___ if ($SZ==4);
254 _shl $num,`log(16*$SZ)/log(2)`,$num
267 $code.=<<___ if ($SZ==8 && $SIZE_T==4);
275 $LD `0*$SZ`(
[all...]
H A Dsha512p8-ppc.pl55 $SZ=8;
60 $SZ=4;
89 $code.=<<___ if ($i<15 && ($i%(16/$SZ))==(16/$SZ-1));
93 $code.=<<___ if ($i<16 && ($i%(16/$SZ)));
94 vsldoi @X[$i],@X[$i-1],@X[$i-1],$SZ
96 $code.=<<___ if ($LENDIAN && $i<16 && ($i%(16/$SZ))==0);
183 $code.=<<___ if ($SZ==4);
193 $code.=<<___ if ($SZ==8);
254 $code.=<<___ if ($SZ
[all...]
H A Dsha512-armv8.pl38 $SZ=8;
47 $SZ=4;
76 ldp @X[$i+1],@X[$i+2],[$inp],#2*$SZ
82 ldr @X[($i-11)&15],[sp,#`$SZ*(($i-11)%4)`]
88 str @X[($i-8)&15],[sp,#`$SZ*(($i-8)%4)`]
116 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
145 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
163 $code.=<<___ if ($SZ==4);
180 sub sp,sp,#4*$SZ
183 ldp $C,$D,[$ctx,#2*$SZ]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl74 $SZ=4;
97 $_inp="16*$SZ+0*8(%rsp)";
98 $_out="16*$SZ+1*8(%rsp)";
99 $_end="16*$SZ+2*8(%rsp)";
100 $_key="16*$SZ+3*8(%rsp)";
101 $_ivp="16*$SZ+4*8(%rsp)";
102 $_ctx="16*$SZ+5*8(%rsp)";
103 $_in0="16*$SZ+6*8(%rsp)";
104 $_rsp="16*$SZ+7*8(%rsp)";
105 $framesz=16*$SZ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl74 $SZ=4;
97 $_inp="16*$SZ+0*8(%rsp)";
98 $_out="16*$SZ+1*8(%rsp)";
99 $_end="16*$SZ+2*8(%rsp)";
100 $_key="16*$SZ+3*8(%rsp)";
101 $_ivp="16*$SZ+4*8(%rsp)";
102 $_ctx="16*$SZ+5*8(%rsp)";
103 $_in0="16*$SZ+6*8(%rsp)";
104 $_rsp="16*$SZ+7*8(%rsp)";
105 $framesz=16*$SZ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/asm/
H A Drc4-ia64.S44 #ifndef SZ
45 #define SZ 4 // this is set to sizeof(RC4_INT) define
47 // SZ==4 seems to be optimal. At least SZ==8 is not any faster, not for
48 // assembler implementation, while SZ==1 code is ~30% slower.
49 #if SZ==1 // RC4_INT is unsigned char
53 #elif SZ==4 // RC4_INT is unsigned int
57 #elif SZ==8 // RC4_INT is unsigned long
92 { .mib; LDKEY xx=[key],SZ // load key->x
99 add ksch=SZ,ke
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/math-emu/
H A Dmath.c68 #define CMP_X(SZ,R,M,N) do{ \
69 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \
70 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
71 FP_CMP_##SZ(R, Fn, Fm, 2); }while(0)
72 #define EQ_X(SZ,R,M,N) do{ \
73 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \
74 UNPACK_##SZ(F
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha512-ia64.pl67 $SZ=8;
68 $BITS=8*$SZ;
81 $SZ=4;
82 $BITS=8*$SZ;
146 { .mib; add r8=0*$SZ,ctx
147 add r9=1*$SZ,ctx
150 { .mib; add r10=2*$SZ,ctx
151 add r11=3*$SZ,ctx
155 { .mmi; $LDW A=[r8],4*$SZ
156 $LDW B=[r9],4*$SZ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc4/asm/
H A Drc4-parisc.pl49 $SZ=1; # defaults to RC4_CHAR
53 $SZ = ($1=~/char$/) ? 1 : 4;
60 if ($SZ==1) { # RC4_CHAR
157 $LD `0*$SZ`($key),$XX[0]
158 $LD `1*$SZ`($key),$YY
159 ldo `2*$SZ`($key),$key
232 $ST $XX[0],`-2*$SZ`($key)
233 $ST $YY,`-1*$SZ`($key)
252 $ST %r0,`0*$SZ`($key)
253 $ST %r0,`1*$SZ`(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl49 $SZ=1; # defaults to RC4_CHAR
53 $SZ = ($1=~/char$/) ? 1 : 4;
60 if ($SZ==1) { # RC4_CHAR
157 $LD `0*$SZ`($key),$XX[0]
158 $LD `1*$SZ`($key),$YY
159 ldo `2*$SZ`($key),$key
232 $ST $XX[0],`-2*$SZ`($key)
233 $ST $YY,`-1*$SZ`($key)
252 $ST %r0,`0*$SZ`($key)
253 $ST %r0,`1*$SZ`(
[all...]

Completed in 151 milliseconds

12