HomeSort by relevance Sort by last modified time
    Searched refs:sti (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/llvm/lib/Target/ARM/
ARMRegisterInfo.cpp 19 ARMRegisterInfo::ARMRegisterInfo(const ARMSubtarget &sti)
20 : ARMBaseRegisterInfo(sti) {
Thumb2RegisterInfo.cpp 28 Thumb2RegisterInfo::Thumb2RegisterInfo(const ARMSubtarget &sti)
29 : ARMBaseRegisterInfo(sti) {
Thumb1FrameLowering.h 26 explicit Thumb1FrameLowering(const ARMSubtarget &sti);
  /bootable/recovery/minadbd/
services.c 41 stinfo *sti = x; local
42 sti->func(sti->fd, sti->cookie);
43 free(sti);
100 stinfo *sti; local
109 sti = malloc(sizeof(stinfo));
110 if(sti == 0) fatal("cannot allocate stinfo");
111 sti->func = func;
112 sti->cookie = cookie
    [all...]
  /development/ndk/platforms/android-9/arch-x86/include/asm/
irqflags_32.h 29 #define ENABLE_INTERRUPTS(clobbers) sti
30 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /external/llvm/lib/Target/Mips/
MipsFrameLowering.h 25 const MipsSubtarget &STI;
28 explicit MipsFrameLowering(const MipsSubtarget &sti, unsigned Alignment)
29 : TargetFrameLowering(StackGrowsDown, Alignment, 0, Alignment), STI(sti) {}
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
irqflags_32.h 21 #define ENABLE_INTERRUPTS(clobbers) sti
22 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
irqflags_32.h 21 #define ENABLE_INTERRUPTS(clobbers) sti
22 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
irqflags_32.h 21 #define ENABLE_INTERRUPTS(clobbers) sti
22 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
irqflags_32.h 21 #define ENABLE_INTERRUPTS(clobbers) sti
22 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
irqflags_32.h 21 #define ENABLE_INTERRUPTS(clobbers) sti
22 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
irqflags_32.h 29 #define ENABLE_INTERRUPTS(clobbers) sti
30 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
irqflags_32.h 29 #define ENABLE_INTERRUPTS(clobbers) sti
30 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
irqflags_32.h 29 #define ENABLE_INTERRUPTS(clobbers) sti
30 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
irqflags_32.h 29 #define ENABLE_INTERRUPTS(clobbers) sti
30 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
irqflags_32.h 29 #define ENABLE_INTERRUPTS(clobbers) sti
30 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
irqflags_32.h 29 #define ENABLE_INTERRUPTS(clobbers) sti
30 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
irqflags_32.h 29 #define ENABLE_INTERRUPTS(clobbers) sti
30 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
irqflags_32.h 29 #define ENABLE_INTERRUPTS(clobbers) sti
30 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
irqflags_32.h 29 #define ENABLE_INTERRUPTS(clobbers) sti
30 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
irqflags_32.h 29 #define ENABLE_INTERRUPTS(clobbers) sti
30 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
irqflags_32.h 29 #define ENABLE_INTERRUPTS(clobbers) sti
30 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
  /system/core/adb/
services.c 52 stinfo *sti = x; local
53 sti->func(sti->fd, sti->cookie);
54 free(sti);
159 stinfo *sti; local
168 sti = malloc(sizeof(stinfo));
169 if(sti == 0) fatal("cannot allocate stinfo");
170 sti->func = func;
171 sti->cookie = cookie
342 stinfo *sti; local
    [all...]
  /external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.h 25 const MCSubtargetInfo &STI;
30 const MCSubtargetInfo &sti)
31 : MCInstPrinter(MAI, MII, MRI), STI(sti) {}
  /external/llvm/include/llvm/CodeGen/
TargetSchedule.h 37 const TargetSubtargetInfo *STI;
44 TargetSchedModel(): STI(nullptr), TII(nullptr) {}
51 void init(const MCSchedModel &sm, const TargetSubtargetInfo *sti,
115 return STI->getWriteProcResBegin(SC);
118 return STI->getWriteProcResEnd(SC);

Completed in 1352 milliseconds

1 2 3