HomeSort by: relevance | last modified time | path
    Searched refs:sti (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/usr.sbin/sti/
Makefile 3 PROG= sti
4 MAN= sti.8
sti.c 1 /* $NetBSD: sti.c,v 1.8 2009/08/27 19:40:06 christos Exp $ */
33 __RCSID("$NetBSD: sti.c,v 1.8 2009/08/27 19:40:06 christos Exp $");
124 sti(int fd, int c) function
139 sti(fd, c);
200 sti(fd, ' ');
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
cli-sti.s 1 # Blackfin testcase for cli/sti instructions
11 sti R0;
19 sti R0;
cec-non-operating-env.s 14 sti r0;
cec-raise-reti.S 37 sti R7;
77 sti R7;
cec-multi-pending.S 47 sti R7;
84 sti R7;
112 sti R7;
132 sti R7;
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
cli-sti.s 1 # Blackfin testcase for cli/sti instructions
11 sti R0;
19 sti R0;
cec-non-operating-env.s 14 sti r0;
cec-raise-reti.S 37 sti R7;
77 sti R7;
cec-multi-pending.S 47 sti R7;
84 sti R7;
112 sti R7;
132 sti R7;
  /src/sys/arch/hp300/stand/common/
ite_sti.c 44 * sti-specific data not available in the ite_data structure.
45 * Since we will only configure one sti display, it is ok to use a global.
54 } sti; variable in typeref:struct:__anon1360
103 * Initialize the sti device for ite's needs.
106 * - since romputchar() does not work with sti devices, there is no way we
119 memset(&sti, 0, sizeof sti);
127 sti.codeptr[i] =
130 for (i = STI_END; sti.codeptr[i] == 0; i--)
132 codesize = sti.codeptr[i] - sti.codeptr[STI_BEGIN]
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsFrameLowering.h 24 const MipsSubtarget &STI;
27 explicit MipsFrameLowering(const MipsSubtarget &sti, Align Alignment)
28 : TargetFrameLowering(StackGrowsDown, Alignment, 0, Alignment), STI(sti) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
RegisterFileStatistics.h 46 const llvm::MCSubtargetInfo &STI;
71 RegisterFileStatistics(const llvm::MCSubtargetInfo &sti);
ResourcePressureView.h 88 ResourcePressureView(const llvm::MCSubtargetInfo &sti,
TimelineView.h 165 TimelineView(const llvm::MCSubtargetInfo &sti, llvm::MCInstPrinter &Printer,
RegisterFileStatistics.cpp 20 RegisterFileStatistics::RegisterFileStatistics(const MCSubtargetInfo &sti)
21 : STI(sti) {
22 const MCSchedModel &SM = STI.getSchedModel();
121 assert(STI.getSchedModel().hasExtraProcessorInfo() &&
124 STI.getSchedModel().getExtraProcessorInfo();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
frv.inc 4 sti fp, @(sp,0)
7 sti gr5, @(fp,8)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/
frv.inc 4 sti fp, @(sp,0)
7 sti gr5, @(fp,8)
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFFrameLowering.h 23 explicit BPFFrameLowering(const BPFSubtarget &sti)
  /src/sys/arch/i386/stand/dosboot/
dos_file.S 43 sti
95 sti
136 sti
180 sti
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
Thumb1FrameLowering.h 21 explicit Thumb1FrameLowering(const ARMSubtarget &sti);
  /src/sys/arch/i386/stand/lib/
realprot.S 260 sti
269 2: sti
  /src/sys/arch/i386/stand/bootxx/
bootxx.S 123 1: sti /* if not loopstop */
  /src/external/gpl3/gdb/dist/sim/testsuite/ft32/
basic.s 134 # sti
137 sti.l $r2,0,$r0
142 sti.b $r2,0,$r3
147 sti.l $r2,0,$r0
148 sti.b $r2,0,$r3
153 sti.l $r2,0,$r0
154 sti.b $r2,0,$r3
159 sti.l $r2,0,$r0
160 sti.b $r2,0,$r3
165 sti.l $r2,0,$r
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/testsuite/ft32/
basic.s 134 # sti
137 sti.l $r2,0,$r0
142 sti.b $r2,0,$r3
147 sti.l $r2,0,$r0
148 sti.b $r2,0,$r3
153 sti.l $r2,0,$r0
154 sti.b $r2,0,$r3
159 sti.l $r2,0,$r0
160 sti.b $r2,0,$r3
165 sti.l $r2,0,$r
    [all...]

Completed in 29 milliseconds

1 2 3 4