Searched refs:ST (Results 1 - 25 of 49) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dxor_32.h23 #define ST(x, y) " movq %%mm"#y", 8*("#x")(%1) ;\n" macro
46 ST(i, 0) \
48 ST(i+1, 1) \
50 ST(i + 2, 2) \
52 ST(i + 3, 3)
94 ST(i, 0) \
96 ST(i + 1, 1) \
98 ST(i + 2, 2) \
100 ST(i + 3, 3)
147 ST(
255 #undef ST macro
573 #define ST macro
[all...]
H A Dxor_64.h77 #define ST(x, y) " movaps %%xmm"#y", "OFFS(x)"(%[p1]) ;\n" macro
114 ST(i, 0) \
115 ST(i + 1, 1) \
116 ST(i + 2, 2) \
117 ST(i + 3, 3) \
172 ST(i, 0) \
173 ST(i + 1, 1) \
174 ST(i + 2, 2) \
175 ST(i + 3, 3) \
237 ST(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dalign.c41 #define ST 1 /* store */ macro
68 { 4, ST }, /* 00 0 0010: stw */
72 { 2, ST }, /* 00 0 0110: sth */
76 { 4, ST+F+S }, /* 00 0 1010: stfs */
77 { 8, ST+F }, /* 00 0 1011: stfd */
81 { 8, ST }, /* 00 0 1111: std/stdu */
84 { 4, ST+U }, /* 00 1 0010: stwu */
88 { 2, ST+U }, /* 00 1 0110: sthu */
89 { 4, ST+M }, /* 00 1 0111: stmw */
92 { 4, ST
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.c55 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0)));
78 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0)));
101 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A DDES.xs71 l=SvCUR(ST(0));
80 sv_setpvn(ST(2),(char *)c[len-8],8);
97 l=SvCUR(ST(0));
105 sv_setpvn(ST(3),(char *)ivec1,8);
106 sv_setpvn(ST(4),(char *)ivec2,8);
124 l=SvCUR(ST(0));
131 sv_setpvn(ST(2),(char *)c,8);
149 len=SvCUR(ST(0));
157 sv_setpvn(ST(3),(char *)ivec,8);
190 len=SvCUR(ST(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A DDES.xs71 l=SvCUR(ST(0));
80 sv_setpvn(ST(2),(char *)c[len-8],8);
97 l=SvCUR(ST(0));
105 sv_setpvn(ST(3),(char *)ivec1,8);
106 sv_setpvn(ST(4),(char *)ivec2,8);
124 l=SvCUR(ST(0));
131 sv_setpvn(ST(2),(char *)c,8);
149 len=SvCUR(ST(0));
157 sv_setpvn(ST(3),(char *)ivec,8);
190 len=SvCUR(ST(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A DDES.xs71 l=SvCUR(ST(0));
80 sv_setpvn(ST(2),(char *)c[len-8],8);
97 l=SvCUR(ST(0));
105 sv_setpvn(ST(3),(char *)ivec1,8);
106 sv_setpvn(ST(4),(char *)ivec2,8);
124 l=SvCUR(ST(0));
131 sv_setpvn(ST(2),(char *)c,8);
149 len=SvCUR(ST(0));
157 sv_setpvn(ST(3),(char *)ivec,8);
190 len=SvCUR(ST(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A DJSON_parser.c200 ST, /* string */ enumerator in enum:states
266 /*string ST*/ {ST,__,ST,ST,ST,ST,ST,ST,-4,EX,ST,S
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc4/asm/
H A Drc4-parisc.pl64 $ST="stb";
69 $ST="stw";
100 $ST $TX[0],0($ix)
104 $ST $TY,0($iy)
120 $ST $TX[0],0($iy)
122 $ST $TY,0($ix)
232 $ST $XX[0],`-2*$SZ`($key)
233 $ST $YY,`-1*$SZ`($key)
252 $ST %r0,`0*$SZ`($key)
253 $ST
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl64 $ST="stb";
69 $ST="stw";
100 $ST $TX[0],0($ix)
104 $ST $TY,0($iy)
120 $ST $TX[0],0($iy)
122 $ST $TY,0($ix)
232 $ST $XX[0],`-2*$SZ`($key)
233 $ST $YY,`-1*$SZ`($key)
252 $ST %r0,`0*$SZ`($key)
253 $ST
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dppc.pl112 $ST= "stw"; # store
136 $ST= "std"; # store
384 $ST r9,`0*$BNSZ`(r3) # r[0]=c1;
399 $ST r10,`1*$BNSZ`(r3) #r[1]=c2;
418 $ST r11,`2*$BNSZ`(r3) #r[2]=c3
442 $ST r9,`3*$BNSZ`(r3) #r[3]=c1
460 $ST r10,`4*$BNSZ`(r3) #r[4]=c2
472 $ST r11,`5*$BNSZ`(r3) #r[5] = c3
479 $ST r9,`6*$BNSZ`(r3) #r[6]=c1
480 $ST r1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dppc.pl112 $ST= "stw"; # store
136 $ST= "std"; # store
294 $ST r9,`0*$BNSZ`(r3) # r[0]=c1;
309 $ST r10,`1*$BNSZ`(r3) #r[1]=c2;
328 $ST r11,`2*$BNSZ`(r3) #r[2]=c3
352 $ST r9,`3*$BNSZ`(r3) #r[3]=c1
370 $ST r10,`4*$BNSZ`(r3) #r[4]=c2
382 $ST r11,`5*$BNSZ`(r3) #r[5] = c3
389 $ST r9,`6*$BNSZ`(r3) #r[6]=c1
390 $ST r1
[all...]
H A Dmips.pl57 $ST="sd";
72 $ST="sw";
163 $ST $t1,0($a0)
176 $ST $t3,$BNSZ($a0)
190 $ST $ta1,-2*$BNSZ($a0)
202 $ST $ta3,-$BNSZ($a0)
223 $ST $t1,0($a0)
238 $ST $t1,$BNSZ($a0)
252 $ST $t1,2*$BNSZ($a0)
315 $ST
[all...]
H A Dppc-mont.pl38 $ST= "stw"; # store
46 $PUSH= $ST;
58 $ST= "std"; # store
66 $PUSH= $ST;
191 $ST $lo1,0($tp) ; tp[j-1]
204 $ST $lo1,0($tp) ; tp[j-1]
209 $ST $hi1,$BNSZ($tp)
257 $ST $lo1,0($tp) ; tp[j-1]
271 $ST $lo1,0($tp) ; tp[j-1]
277 $ST
[all...]
H A Dmips-mont.pl75 $ST="sd";
82 $ST="sw";
226 $ST $lo1,($tp)
246 $ST $lo1,($tp)
250 $ST $hi1,$BNSZ($tp)
251 $ST $at,2*$BNSZ($tp)
321 $ST $lo1,($tp)
340 $ST $lo1,($tp)
347 $ST $lo1,$BNSZ($tp)
348 $ST
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dppc.pl112 $ST= "stw"; # store
136 $ST= "std"; # store
294 $ST r9,`0*$BNSZ`(r3) # r[0]=c1;
309 $ST r10,`1*$BNSZ`(r3) #r[1]=c2;
328 $ST r11,`2*$BNSZ`(r3) #r[2]=c3
352 $ST r9,`3*$BNSZ`(r3) #r[3]=c1
370 $ST r10,`4*$BNSZ`(r3) #r[4]=c2
382 $ST r11,`5*$BNSZ`(r3) #r[5] = c3
389 $ST r9,`6*$BNSZ`(r3) #r[6]=c1
390 $ST r1
[all...]
H A Dmips.pl57 $ST="sd";
72 $ST="sw";
163 $ST $t1,0($a0)
176 $ST $t3,$BNSZ($a0)
190 $ST $ta1,-2*$BNSZ($a0)
202 $ST $ta3,-$BNSZ($a0)
223 $ST $t1,0($a0)
238 $ST $t1,$BNSZ($a0)
252 $ST $t1,2*$BNSZ($a0)
315 $ST
[all...]
H A Dppc-mont.pl38 $ST= "stw"; # store
46 $PUSH= $ST;
58 $ST= "std"; # store
66 $PUSH= $ST;
191 $ST $lo1,0($tp) ; tp[j-1]
204 $ST $lo1,0($tp) ; tp[j-1]
209 $ST $hi1,$BNSZ($tp)
257 $ST $lo1,0($tp) ; tp[j-1]
271 $ST $lo1,0($tp) ; tp[j-1]
277 $ST
[all...]
H A Dmips-mont.pl75 $ST="sd";
82 $ST="sw";
226 $ST $lo1,($tp)
246 $ST $lo1,($tp)
250 $ST $hi1,$BNSZ($tp)
251 $ST $at,2*$BNSZ($tp)
321 $ST $lo1,($tp)
340 $ST $lo1,($tp)
347 $ST $lo1,$BNSZ($tp)
348 $ST
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha512-s390x.pl74 $ST="stg"; # store to memory
88 $ST="st"; # store to memory
117 $ST $T1,`$stdframe+$SZ*($i%16)`($sp)
296 $ST $A,`0*$SZ`($ctx)
297 $ST $B,`1*$SZ`($ctx)
298 $ST $C,`2*$SZ`($ctx)
299 $ST $D,`3*$SZ`($ctx)
300 $ST $E,`4*$SZ`($ctx)
301 $ST $F,`5*$SZ`($ctx)
302 $ST
[all...]
H A Dsha512-mips.pl86 $ST="sd"; # store to memory
101 $ST="sw"; # store to memory
229 $ST @X[0],`($i%16)*$SZ`($sp) # offload to ring buffer
397 $ST $A,0*$SZ($ctx)
399 $ST $B,1*$SZ($ctx)
401 $ST $C,2*$SZ($ctx)
403 $ST $D,3*$SZ($ctx)
404 $ST $E,4*$SZ($ctx)
405 $ST $F,5*$SZ($ctx)
406 $ST
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha512-s390x.pl74 $ST="stg"; # store to memory
88 $ST="st"; # store to memory
117 $ST $T1,`$stdframe+$SZ*($i%16)`($sp)
296 $ST $A,`0*$SZ`($ctx)
297 $ST $B,`1*$SZ`($ctx)
298 $ST $C,`2*$SZ`($ctx)
299 $ST $D,`3*$SZ`($ctx)
300 $ST $E,`4*$SZ`($ctx)
301 $ST $F,`5*$SZ`($ctx)
302 $ST
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs3proc.c668 #define ST 1 /* status*/ macro
681 .pc_xdrressize = ST,
691 .pc_xdrressize = ST+AT,
701 .pc_xdrressize = ST+WC,
711 .pc_xdrressize = ST+FH+pAT+pAT,
721 .pc_xdrressize = ST+pAT+1,
731 .pc_xdrressize = ST+pAT+1+NFS3_MAXPATHLEN/4,
741 .pc_xdrressize = ST+pAT+4+NFSSVC_MAXBLKSIZE/4,
751 .pc_xdrressize = ST+WC+4,
761 .pc_xdrressize = ST
[all...]
H A Dnfs2acl.c335 #define ST 1 /* status*/ macro
341 PROC(null, void, void, void, RC_NOCACHE, ST),
342 PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)),
343 PROC(setacl, setacl, attrstat, attrstat, RC_NOCACHE, ST+AT),
344 PROC(getattr, fhandle, attrstat, attrstat, RC_NOCACHE, ST+AT),
345 PROC(access, access, access, access, RC_NOCACHE, ST+AT+1),
H A Dnfsproc.c521 #define ST 1 /* status */ macro
533 .pc_xdrressize = ST,
543 .pc_xdrressize = ST+AT,
553 .pc_xdrressize = ST+AT,
561 .pc_xdrressize = ST,
571 .pc_xdrressize = ST+FH+AT,
580 .pc_xdrressize = ST+1+NFS_MAXPATHLEN/4,
590 .pc_xdrressize = ST+AT+1+NFSSVC_MAXBLKSIZE_V2/4,
598 .pc_xdrressize = ST,
608 .pc_xdrressize = ST
[all...]

Completed in 236 milliseconds

12