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

123

/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/config/powerpc/
H A Dswitchcontext.S181 # define SZ 8
188 # define SZ 4
213 ST r31, ( -1 * SZ)(r1)
214 ST r30, ( -2 * SZ)(r1)
215 ST r29, ( -3 * SZ)(r1)
216 ST r28, ( -4 * SZ)(r1)
217 ST r27, ( -5 * SZ)(r1)
218 ST r26, ( -6 * SZ)(r1)
219 ST r25, ( -7 * SZ)(r1)
220 ST r24, ( -8 * SZ)(r
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha512-s390x.pl79 $SZ=8;
93 $SZ=4;
109 $frame=$stdframe+16*$SZ;
115 $LD $T1,`$i*$SZ`($inp) ### $i
124 $ST $T1,`$stdframe+$SZ*($i%16)`($sp)
132 $ADD $T1,`$i*$SZ`($len,$tbl) # T1+=K[i]
153 $LD $T1,`$stdframe+$SZ*(($i+1)%16)`($sp) ### $i
154 $LD $t1,`$stdframe+$SZ*(($i+14)%16)`($sp)
162 $ADD $T1,`$stdframe+$SZ*($i%16)`($sp) # +=X[i]
165 $ADD $T1,`$stdframe+$SZ*((
[all...]
H A Dsha512-mips.pl93 $SZ=8;
108 $SZ=4;
123 $MSB = $big_endian ? 0 : ($SZ-1);
124 $LSB = ($SZ-1)&~$MSB;
139 ${LD} @X[1],`($i+1)*$SZ`($inp)
141 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp)
142 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
145 $code.=<<___ if (!$big_endian && $i<16 && $SZ==4);
161 $code.=<<___ if (!$big_endian && $i<16 && $SZ==8);
201 $LD $tmp2,`$i*$SZ`(
[all...]
H A Dsha512-ia64.pl81 $SZ=8;
82 $BITS=8*$SZ;
95 $SZ=4;
96 $BITS=8*$SZ;
159 { .mib; add r8=0*$SZ,ctx
160 add r9=1*$SZ,ctx }
161 { .mib; add r10=2*$SZ,ctx
162 add r11=3*$SZ,ctx };;
166 { .mmi; $LDW A_=[r8],4*$SZ
167 $LDW B_=[r9],4*$SZ
[all...]
H A Dsha512-x86_64.pl151 $SZ=8;
163 $SZ=4;
178 $_ctx="16*$SZ+0*8(%rsp)";
179 $_inp="16*$SZ+1*8(%rsp)";
180 $_end="16*$SZ+2*8(%rsp)";
181 $_rsp="`16*$SZ+3*8`(%rsp)";
182 $framesz="16*$SZ+4*8";
187 my $STRIDE=$SZ;
188 $STRIDE += 16 if ($i%(16/$SZ)==(16/$SZ
[all...]
H A Dsha512-sparcv9.pl64 $SZ=8;
77 $locals=16*$SZ; # X[16]
90 $SZ=4;
167 } if ($SZ==4);
195 $ST $tmp2,[%sp+STACK_BIAS+STACK_FRAME+`$i*$SZ`]
202 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+0`],%l2
205 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+4`],%l3
207 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+0`],%l4
210 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+4`],%l5
212 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+14)%16)*$SZ
[all...]
H A Dsha512-ppc.pl76 $SZ=8;
88 $SZ=4;
100 $FRAME=32*$SIZE_T+16*$SZ;
129 $inp="r31" if($SZ==4 || $SIZE_T==8); # reassigned $inp! aliases with @X[15]
160 $LD $t1,`($i+1)*$SZ`($Tbl)
184 $LD $t1,`$i*$SZ`($Tbl)
200 $SHL $num,$num,`log(16*$SZ)/log(2)`
225 if ($SZ==4 || $SIZE_T==8) {
227 $LD $A,`0*$SZ`($ctx)
229 $LD $B,`1*$SZ`(
[all...]
H A Dsha512-parisc.pl61 $SZ=8;
73 $SZ=4;
87 $XOFF=16*$SZ+32; # local variables
133 `"$LDM $SZ($Tbl),$t1" if ($i<15)`
155 $LDM $SZ($Tbl),$t1
175 $code.=<<___ if ($SZ==8);
217 $code.=<<___ if ($SZ==4);
261 _shl $num,`log(16*$SZ)/log(2)`,$num
274 $code.=<<___ if ($SZ==8 && $SIZE_T==4);
282 $LD `0*$SZ`(
[all...]
H A Dsha512p8-ppc.pl71 $SZ=8;
76 $SZ=4;
106 $code.=<<___ if ($i<15 && ($i%(16/$SZ))==(16/$SZ-1));
110 $code.=<<___ if ($i<16 && ($i%(16/$SZ)));
111 vsldoi @X[$i],@X[$i-1],@X[$i-1],$SZ
113 $code.=<<___ if ($LENDIAN && $i<16 && ($i%(16/$SZ))==0);
196 $code.=<<___ if ($SZ==4);
206 $code.=<<___ if ($SZ==8);
266 $code.=<<___ if ($SZ
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/sha/asm/
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-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-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-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-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-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...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_spi.h30 #define SZ (1 << 2) macro
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_spi.h30 #define SZ (1 << 2) macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl85 $SZ=4;
108 $_inp="16*$SZ+0*8(%rsp)";
109 $_out="16*$SZ+1*8(%rsp)";
110 $_end="16*$SZ+2*8(%rsp)";
111 $_key="16*$SZ+3*8(%rsp)";
112 $_ivp="16*$SZ+4*8(%rsp)";
113 $_ctx="16*$SZ+5*8(%rsp)";
114 $_in0="16*$SZ+6*8(%rsp)";
115 $_rsp="`16*$SZ+7*8`(%rsp)";
116 $framesz=16*$SZ
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/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...]
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dpack.c7 #define SZ (ZU(1) << (LG_PAGE - 2)) macro
9 #define SZ ZU(4096) macro
40 if (size == SZ) {
106 void *p = mallocx(SZ, MALLOCX_ARENA(arena_ind) |
111 SZ, arena_ind, i, j);
149 p = mallocx(SZ, MALLOCX_ARENA(arena_ind) |
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rc4/asm/
H A Drc4-parisc.pl56 $SZ=1; # defaults to RC4_CHAR
60 $SZ = ($1=~/char$/) ? 1 : 4;
67 if ($SZ==1) { # RC4_CHAR
164 $LD `0*$SZ`($key),$XX[0]
165 $LD `1*$SZ`($key),$YY
166 ldo `2*$SZ`($key),$key
239 $ST $XX[0],`-2*$SZ`($key)
240 $ST $YY,`-1*$SZ`($key)
259 $ST %r0,`0*$SZ`($key)
260 $ST %r0,`1*$SZ`(
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/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...]
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Drandom.c754 #define SZ (sizeof (master_state.s) / sizeof (GFC_INTEGER_4)) macro
761 *size = SZ;
773 if (GFC_DESCRIPTOR_EXTENT(get,0) < (index_type) SZ)
783 for (size_t i = 0; i < SZ ; i++)
784 memcpy (&(get->base_addr[(SZ - 1 - i) * GFC_DESCRIPTOR_STRIDE(get,0)]),
808 if (GFC_DESCRIPTOR_EXTENT(put,0) < (index_type) SZ)
812 for (size_t i = 0; i < SZ; i++)
814 &(put->base_addr[(SZ - 1 - i) * GFC_DESCRIPTOR_STRIDE(put,0)]),
826 #undef SZ macro
840 #define SZ (sizeo macro
[all...]
/netbsd-current/common/lib/libc/arch/aarch64/atomic/
H A D__aarch64_lse.S36 #if SZ == 1
43 #if SZ == 2
50 #if SZ == 4
57 #if SZ == 8
115 #define FUNC3 _CONCAT4(__aarch64_,OP,SZ,AR)

Completed in 178 milliseconds

123