Home
last modified time | relevance | path

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

12

/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-x86_64.pl153 $SZ=8;
165 $SZ=4;
180 $_ctx="16*$SZ+0*8(%rsp)";
181 $_inp="16*$SZ+1*8(%rsp)";
182 $_end="16*$SZ+2*8(%rsp)";
183 $_rsp="`16*$SZ+3*8`(%rsp)";
184 $framesz="16*$SZ+4*8";
189 my $STRIDE=$SZ;
190 $STRIDE += 16 if ($i%(16/$SZ)==(16/$SZ
[all...]
H A Dsha512-ia64.pl82 $SZ=8;
83 $BITS=8*$SZ;
96 $SZ=4;
97 $BITS=8*$SZ;
160 { .mib; add r8=0*$SZ,ctx
161 add r9=1*$SZ,ctx }
162 { .mib; add r10=2*$SZ,ctx
163 add r11=3*$SZ,ctx };;
167 { .mmi; $LDW A_=[r8],4*$SZ
168 $LDW B_=[r9],4*$SZ
[all...]
H A Dsha512-mips.pl99 $SZ=8;
114 $SZ=4;
129 $MSB = $big_endian ? 0 : ($SZ-1);
130 $LSB = ($SZ-1)&~$MSB;
145 ${LD} @X[1],`($i+1)*$SZ`($inp)
147 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp)
148 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
151 $code.=<<___ if (!$big_endian && $i<16 && $SZ==4);
167 $code.=<<___ if (!$big_endian && $i<16 && $SZ==8);
207 $LD $tmp2,`$i*$SZ`(
[all...]
H A Dsha512-sparcv9.pl66 $SZ=8;
79 $locals=16*$SZ; # X[16]
92 $SZ=4;
169 } if ($SZ==4);
197 $ST $tmp2,[%sp+STACK_BIAS+STACK_FRAME+`$i*$SZ`]
204 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+0`],%l2
207 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+4`],%l3
209 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+0`],%l4
212 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+4`],%l5
214 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+14)%16)*$SZ
[all...]
H A Dsha512-s390x.pl81 $SZ=8;
95 $SZ=4;
111 $frame=$stdframe+16*$SZ;
117 $LD $T1,`$i*$SZ`($inp) ### $i
126 $ST $T1,`$stdframe+$SZ*($i%16)`($sp)
134 $ADD $T1,`$i*$SZ`($len,$tbl) # T1+=K[i]
155 $LD $T1,`$stdframe+$SZ*(($i+1)%16)`($sp) ### $i
156 $LD $t1,`$stdframe+$SZ*(($i+14)%16)`($sp)
164 $ADD $T1,`$stdframe+$SZ*($i%16)`($sp) # +=X[i]
167 $ADD $T1,`$stdframe+$SZ*((
[all...]
H A Dsha512-ppc.pl79 $SZ=8;
91 $SZ=4;
103 $FRAME=32*$SIZE_T+16*$SZ;
132 $inp="r31" if($SZ==4 || $SIZE_T==8); # reassigned $inp! aliases with @X[15]
163 $LD $t1,`($i+1)*$SZ`($Tbl)
187 $LD $t1,`$i*$SZ`($Tbl)
203 $SHL $num,$num,`log(16*$SZ)/log(2)`
228 if ($SZ==4 || $SIZE_T==8) {
230 $LD $A,`0*$SZ`($ctx)
232 $LD $B,`1*$SZ`(
[all...]
H A Dsha512-parisc.pl64 $SZ=8;
76 $SZ=4;
90 $XOFF=16*$SZ+32; # local variables
136 `"$LDM $SZ($Tbl),$t1" if ($i<15)`
158 $LDM $SZ($Tbl),$t1
178 $code.=<<___ if ($SZ==8);
220 $code.=<<___ if ($SZ==4);
264 _shl $num,`log(16*$SZ)/log(2)`,$num
277 $code.=<<___ if ($SZ==8 && $SIZE_T==4);
285 $LD `0*$SZ`(
[all...]
H A Dsha512p8-ppc.pl74 $SZ=8;
79 $SZ=4;
109 $code.=<<___ if ($i<15 && ($i%(16/$SZ))==(16/$SZ-1));
113 $code.=<<___ if ($i<16 && ($i%(16/$SZ)));
114 vsldoi @X[$i],@X[$i-1],@X[$i-1],$SZ
116 $code.=<<___ if ($LENDIAN && $i<16 && ($i%(16/$SZ))==0);
199 $code.=<<___ if ($SZ==4);
209 $code.=<<___ if ($SZ==8);
269 $code.=<<___ if ($SZ
[all...]
H A Dsha512-armv8.pl77 $SZ=8;
86 $SZ=4;
115 ldp @X[$i+1],@X[$i+2],[$inp],#2*$SZ
121 ldr @X[($i-11)&15],[sp,#`$SZ*(($i-11)%4)`]
127 str @X[($i-8)&15],[sp,#`$SZ*(($i-8)%4)`]
155 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
184 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
209 $code.=<<___ if ($SZ==4);
215 $code.=<<___ if ($SZ==8);
230 sub sp,sp,#4*$SZ
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha512-x86_64.pl153 $SZ=8;
165 $SZ=4;
180 $_ctx="16*$SZ+0*8(%rsp)";
181 $_inp="16*$SZ+1*8(%rsp)";
182 $_end="16*$SZ+2*8(%rsp)";
183 $_rsp="`16*$SZ+3*8`(%rsp)";
184 $framesz="16*$SZ+4*8";
189 my $STRIDE=$SZ;
190 $STRIDE += 16 if ($i%(16/$SZ)==(16/$SZ
[all...]
H A Dsha512-ia64.pl82 $SZ=8;
83 $BITS=8*$SZ;
96 $SZ=4;
97 $BITS=8*$SZ;
160 { .mib; add r8=0*$SZ,ctx
161 add r9=1*$SZ,ctx }
162 { .mib; add r10=2*$SZ,ctx
163 add r11=3*$SZ,ctx };;
167 { .mmi; $LDW A_=[r8],4*$SZ
168 $LDW B_=[r9],4*$SZ
[all...]
H A Dsha512-mips.pl99 $SZ=8;
114 $SZ=4;
129 $MSB = $big_endian ? 0 : ($SZ-1);
130 $LSB = ($SZ-1)&~$MSB;
145 ${LD} @X[1],`($i+1)*$SZ`($inp)
147 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp)
148 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
151 $code.=<<___ if (!$big_endian && $i<16 && $SZ==4);
167 $code.=<<___ if (!$big_endian && $i<16 && $SZ==8);
207 $LD $tmp2,`$i*$SZ`(
[all...]
H A Dsha512-sparcv9.pl66 $SZ=8;
79 $locals=16*$SZ; # X[16]
92 $SZ=4;
169 } if ($SZ==4);
197 $ST $tmp2,[%sp+STACK_BIAS+STACK_FRAME+`$i*$SZ`]
204 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+0`],%l2
207 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+4`],%l3
209 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+0`],%l4
212 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+4`],%l5
214 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+14)%16)*$SZ
[all...]
H A Dsha512-s390x.pl81 $SZ=8;
95 $SZ=4;
111 $frame=$stdframe+16*$SZ;
117 $LD $T1,`$i*$SZ`($inp) ### $i
126 $ST $T1,`$stdframe+$SZ*($i%16)`($sp)
134 $ADD $T1,`$i*$SZ`($len,$tbl) # T1+=K[i]
155 $LD $T1,`$stdframe+$SZ*(($i+1)%16)`($sp) ### $i
156 $LD $t1,`$stdframe+$SZ*(($i+14)%16)`($sp)
164 $ADD $T1,`$stdframe+$SZ*($i%16)`($sp) # +=X[i]
167 $ADD $T1,`$stdframe+$SZ*((
[all...]
H A Dsha512-ppc.pl79 $SZ=8;
91 $SZ=4;
103 $FRAME=32*$SIZE_T+16*$SZ;
132 $inp="r31" if($SZ==4 || $SIZE_T==8); # reassigned $inp! aliases with @X[15]
163 $LD $t1,`($i+1)*$SZ`($Tbl)
187 $LD $t1,`$i*$SZ`($Tbl)
203 $SHL $num,$num,`log(16*$SZ)/log(2)`
228 if ($SZ==4 || $SIZE_T==8) {
230 $LD $A,`0*$SZ`($ctx)
232 $LD $B,`1*$SZ`(
[all...]
H A Dsha512-parisc.pl64 $SZ=8;
76 $SZ=4;
90 $XOFF=16*$SZ+32; # local variables
136 `"$LDM $SZ($Tbl),$t1" if ($i<15)`
158 $LDM $SZ($Tbl),$t1
178 $code.=<<___ if ($SZ==8);
220 $code.=<<___ if ($SZ==4);
264 _shl $num,`log(16*$SZ)/log(2)`,$num
277 $code.=<<___ if ($SZ==8 && $SIZE_T==4);
285 $LD `0*$SZ`(
[all...]
H A Dsha512p8-ppc.pl74 $SZ=8;
79 $SZ=4;
109 $code.=<<___ if ($i<15 && ($i%(16/$SZ))==(16/$SZ-1));
113 $code.=<<___ if ($i<16 && ($i%(16/$SZ)));
114 vsldoi @X[$i],@X[$i-1],@X[$i-1],$SZ
116 $code.=<<___ if ($LENDIAN && $i<16 && ($i%(16/$SZ))==0);
199 $code.=<<___ if ($SZ==4);
209 $code.=<<___ if ($SZ==8);
269 $code.=<<___ if ($SZ
[all...]
H A Dsha512-armv8.pl77 $SZ=8;
86 $SZ=4;
115 ldp @X[$i+1],@X[$i+2],[$inp],#2*$SZ
121 ldr @X[($i-11)&15],[sp,#`$SZ*(($i-11)%4)`]
127 str @X[($i-8)&15],[sp,#`$SZ*(($i-8)%4)`]
155 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
184 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
209 $code.=<<___ if ($SZ==4);
215 $code.=<<___ if ($SZ==8);
230 sub sp,sp,#4*$SZ
[all...]
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl87 $SZ=4;
110 $_inp="16*$SZ+0*8(%rsp)";
111 $_out="16*$SZ+1*8(%rsp)";
112 $_end="16*$SZ+2*8(%rsp)";
113 $_key="16*$SZ+3*8(%rsp)";
114 $_ivp="16*$SZ+4*8(%rsp)";
115 $_ctx="16*$SZ+5*8(%rsp)";
116 $_in0="16*$SZ+6*8(%rsp)";
117 $_rsp="`16*$SZ+7*8`(%rsp)";
118 $framesz=16*$SZ
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl87 $SZ=4;
110 $_inp="16*$SZ+0*8(%rsp)";
111 $_out="16*$SZ+1*8(%rsp)";
112 $_end="16*$SZ+2*8(%rsp)";
113 $_key="16*$SZ+3*8(%rsp)";
114 $_ivp="16*$SZ+4*8(%rsp)";
115 $_ctx="16*$SZ+5*8(%rsp)";
116 $_in0="16*$SZ+6*8(%rsp)";
117 $_rsp="`16*$SZ+7*8`(%rsp)";
118 $framesz=16*$SZ
[all...]
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl59 $SZ=1; # defaults to RC4_CHAR
63 $SZ = ($1=~/char$/) ? 1 : 4;
70 if ($SZ==1) { # RC4_CHAR
167 $LD `0*$SZ`($key),$XX[0]
168 $LD `1*$SZ`($key),$YY
169 ldo `2*$SZ`($key),$key
242 $ST $XX[0],`-2*$SZ`($key)
243 $ST $YY,`-1*$SZ`($key)
262 $ST %r0,`0*$SZ`($key)
263 $ST %r0,`1*$SZ`(
[all...]
/third_party/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl59 $SZ=1; # defaults to RC4_CHAR
63 $SZ = ($1=~/char$/) ? 1 : 4;
70 if ($SZ==1) { # RC4_CHAR
167 $LD `0*$SZ`($key),$XX[0]
168 $LD `1*$SZ`($key),$YY
169 ldo `2*$SZ`($key),$key
242 $ST $XX[0],`-2*$SZ`($key)
243 $ST $YY,`-1*$SZ`($key)
262 $ST %r0,`0*$SZ`($key)
263 $ST %r0,`1*$SZ`(
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dmacros.h306 /** Copy \p SZ elements into a 4-element vector */
307 #define COPY_SZ_4V(DST, SZ, SRC) \
309 switch (SZ) { \
320 /** Copy \p SZ elements into a homegeneous (4-element) vector, giving
322 #define COPY_CLEAN_4V(DST, SZ, SRC) \
325 COPY_SZ_4V( DST, SZ, SRC ); \
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c96 #define ATTRIB(NAME, SZ, SRCTYPE, DSTTYPE, TO) \
104 for (i = 0; i < SZ; i++) { \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3304 unsigned SZ = Ty->getPrimitiveSizeInBits(); in emitLoadLinked() local
3305 assert((SZ == 32 || SZ == 64) && "Only 32/64-bit atomic loads supported"); in emitLoadLinked()
3306 Intrinsic::ID IntID = (SZ == 32) ? Intrinsic::hexagon_L2_loadw_locked in emitLoadLinked()
3311 = Builder.getIntNTy(SZ)->getPointerTo(PT->getAddressSpace()); in emitLoadLinked()
3326 unsigned SZ = Ty->getPrimitiveSizeInBits(); in emitStoreConditional() local
3328 Type *CastTy = Builder.getIntNTy(SZ); in emitStoreConditional()
3329 assert((SZ == 32 || SZ == 64) && "Only 32/64-bit atomic stores supported"); in emitStoreConditional()
3330 Intrinsic::ID IntID = (SZ in emitStoreConditional()
[all...]

Completed in 16 milliseconds

12