Searched refs:ST (Results 1 - 25 of 311) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-dis.c4115 #define ST { OP_ST, 0 } macro
4131 { "fadd", { ST, STi } },
4132 { "fmul", { ST, STi } },
4135 { "fsub", { ST, STi } },
4136 { "fsubr", { ST, STi } },
4137 { "fdiv", { ST, STi } },
4138 { "fdivr", { ST, STi } },
4153 { "fcmovb", { ST, STi } },
4154 { "fcmove", { ST, STi } },
4155 { "fcmovbe",{ ST, ST
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c2359 #define DELETE_IF_ORDINARY(NAME,ST,VERBOSE_FLAG) \
2362 if (stat (NAME, &ST) >= 0 && S_ISREG (ST.st_mode)) \
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c39 # define STAT_SIZE_RELIABLE(ST) ((ST).st_fab_rfm != FAB_C_VAR)
41 # define STAT_SIZE_RELIABLE(ST) true
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
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...]
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 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...]
/freebsd-11-stable/crypto/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...]
/freebsd-11-stable/crypto/openssl/crypto/
H A Dpariscid.pl10 $ST ="std";
14 $ST ="stw";
116 $ST %r0,0($inp)
/freebsd-11-stable/crypto/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...]
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
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...]
H A Dsha512-parisc.pl63 $ST="std";
75 $ST="stw";
335 $ST $A,`0*$SZ`($ctx) ; save context
337 $ST $B,`1*$SZ`($ctx)
339 $ST $C,`2*$SZ`($ctx)
341 $ST $D,`3*$SZ`($ctx)
343 $ST $E,`4*$SZ`($ctx)
345 $ST $F,`5*$SZ`($ctx)
347 $ST $G,`6*$SZ`($ctx)
348 $ST
[all...]
H A Dsha512-ppc.pl76 $ST="std";
88 $ST="stw";
419 $ST $A,`0*$SZ`($ctx)
421 $ST $B,`1*$SZ`($ctx)
423 $ST $C,`2*$SZ`($ctx)
425 $ST $D,`3*$SZ`($ctx)
427 $ST $E,`4*$SZ`($ctx)
429 $ST $F,`5*$SZ`($ctx)
430 $ST $G,`6*$SZ`($ctx)
432 $ST
[all...]
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-sparcv9.pl59 $ST="stx"; # store to memory
85 $ST="st"; # store to memory
188 $ST $tmp2,[%sp+STACK_BIAS+STACK_FRAME+`$i*$SZ`]
207 $ST $tmp2,[%sp+STACK_BIAS+STACK_FRAME+`$i*$SZ`]
382 $ST $T1,[%sp+STACK_BIAS+STACK_FRAME+`($i%16)*$SZ`]
709 $ST $A,[$ctx+`0*$SZ`]
711 $ST $B,[$ctx+`1*$SZ`]
713 $ST $C,[$ctx+`2*$SZ`]
715 $ST $D,[$ctx+`3*$SZ`]
717 $ST
[all...]
/freebsd-11-stable/stand/efi/boot1/
H A Dboot1.c401 ST = Xsystab;
403 BS = ST->BootServices;
404 RS = ST->RuntimeServices;
415 conout = ST->ConOut;
585 ST->ConOut->OutputString(ST->ConOut, buf);
589 ST->ConOut->OutputString(ST->ConOut, buf);
/freebsd-11-stable/stand/efi/libefi/
H A Dlibefi.c36 EFI_SYSTEM_TABLE *ST; variable
46 for (i = 0; i < ST->NumberOfTableEntries; i++) {
47 id = &ST->ConfigurationTable[i].VendorGuid;
49 return (ST->ConfigurationTable[i].VendorTable);
/freebsd-11-stable/stand/efi/loader/arch/i386/
H A Defimd.c73 bi->bi_systab = (uintptr_t)ST;
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_disasm.c99 #define ST 31 /* FP stack top */ macro
505 /*0*/ { "fadd", SNGL, op2(STI,ST), 0 },
506 /*1*/ { "fmul", SNGL, op2(STI,ST), 0 },
507 /*2*/ { "fcom", SNGL, op2(STI,ST), 0 },
508 /*3*/ { "fcomp", SNGL, op2(STI,ST), 0 },
509 /*4*/ { "fsub", SNGL, op2(STI,ST), 0 },
510 /*5*/ { "fsubr", SNGL, op2(STI,ST), 0 },
511 /*6*/ { "fdiv", SNGL, op2(STI,ST), 0 },
512 /*7*/ { "fdivr", SNGL, op2(STI,ST), 0 },
549 /*0*/ { "fadd", DBLR, op2(ST,ST
[all...]
/freebsd-11-stable/sys/arm/at91/
H A Dat91rm9200.c110 DEVICE("at91_st", ST, 0),
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-access-native.h292 #define CVMX_BUILD_WRITE64(TYPE, ST) \
303 #define CVMX_BUILD_WRITE64(TYPE, ST) \
306 asm volatile (ST " %[v], 0(%[c])" ::[v] "r" (val), [c] "r" (addr)); \
319 #define CVMX_BUILD_WRITE64(TYPE, ST) \
343 ST " %[tmp1], 0(%[tmp2])\n" \
364 ST " %[val], 0(%[tmp1])\n" \
/freebsd-11-stable/sys/i386/i386/
H A Ddb_disasm.c85 #define ST 31 /* FP stack top */ macro
431 /*0*/ { "fadd", SNGL, op2(STI,ST), 0 },
432 /*1*/ { "fmul", SNGL, op2(STI,ST), 0 },
433 /*2*/ { "fcom", SNGL, op2(STI,ST), 0 },
434 /*3*/ { "fcomp", SNGL, op2(STI,ST), 0 },
435 /*4*/ { "fsub", SNGL, op2(STI,ST), 0 },
436 /*5*/ { "fsubr", SNGL, op2(STI,ST), 0 },
437 /*6*/ { "fdiv", SNGL, op2(STI,ST), 0 },
438 /*7*/ { "fdivr", SNGL, op2(STI,ST), 0 },
475 /*0*/ { "fadd", DBLR, op2(ST,ST
[all...]
/freebsd-11-stable/sys/sparc64/include/
H A Dasmacros.h217 #define ST(w, a) _ST(w, a) macro
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dsupport.S73 ST(b, da) %g1, [dst] dasi ; \
113 ST(b, da) pat, [dst] dasi ; \
120 ST(x, da) pat, [dst] dasi ; \
121 ST(x, da) pat, [dst + 8] dasi ; \
122 ST(x, da) pat, [dst + 16] dasi ; \
123 ST(x, da) pat, [dst + 24] dasi ; \
130 ST(x, da) pat, [dst] dasi ; \
137 ST(b, da) pat, [dst] dasi ; \
165 ST(b, da) %g1, [dst] dasi ; \
182 ST(
[all...]
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c210 struct ISO_SUSP_ATTRIBUTES *temp, *pre_ce, *last, *CE, *ST; local
215 /* Allow 4 bytes for "ST" record. */
262 /* An ST entry is needed */
264 ST = cd9660node_susp_create_node(SUSP_TYPE_SUSP,
265 SUSP_ENTRY_SUSP_ST, "ST", SUSP_LOC_ENTRY);
266 cd9660_susp_st(ST, node);
268 TAILQ_INSERT_AFTER(&node->head, last, ST, rr_ll);
270 TAILQ_INSERT_HEAD(&node->head, ST, rr_ll);
271 last = ST;
306 * ST
[all...]

Completed in 406 milliseconds

1234567891011>>