HomeSort by relevance Sort by last modified time
    Searched refs:arch (Results 276 - 300 of 1264) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/
smp.h 19 #include <asm/arch/smp.h>
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/
mc146818rtc.h 15 #include <asm/arch/irqs.h>
smp.h 19 #include <asm/arch/smp.h>
  /external/ltrace/sysdeps/linux-gnu/arm/
breakpoint.c 52 current.l, orig.l, sbp->arch.thumb_mode);
56 if (!sbp->arch.thumb_mode) {
85 current.l, orig.l, sbp->arch.thumb_mode);
98 sbp->arch.thumb_mode = ((uintptr_t)sbp->addr) & 1;
99 if (sbp->arch.thumb_mode)
113 retp->arch.thumb_mode = sbp->arch.thumb_mode;
  /external/valgrind/coregrind/m_sigframe/
sigframe-x86-linux.c 159 //:: linux/arch/i386/kernel/i387.c
365 // FIXME: save_i387(&tst->arch, fpstate);
367 # define SC2(reg,REG) sc->reg = tst->arch.vex.guest_##REG
384 sc->eflags = LibVEX_GuestX86_get_eflags(&tst->arch.vex);
404 frame->vex_shadow1 = tst->arch.vex_shadow1;
405 frame->vex_shadow2 = tst->arch.vex_shadow2;
407 frame->vex = tst->arch.vex;
522 = (void*)tst->arch.vex.guest_EIP;
562 tst->arch.vex.guest_EIP = (Addr) handler;
569 esp, tst->arch.vex.guest_EIP, tst->status)
    [all...]
sigframe-amd64-darwin.c 127 frame->gst = tst->arch.vex;
128 frame->gshadow1 = tst->arch.vex_shadow1;
129 frame->gshadow2 = tst->arch.vex_shadow2;
154 tst->arch.vex.guest_RDI = (ULong) sigNo;
155 tst->arch.vex.guest_RSI = (Addr) &frame->fake_siginfo;/* oh well */
156 tst->arch.vex.guest_RDX = (Addr) &frame->fake_ucontext; /* oh well */
201 tst->arch.vex = frame->gst;
202 tst->arch.vex_shadow1 = frame->gshadow1;
203 tst->arch.vex_shadow2 = frame->gshadow2;
212 tid, tst->arch.vex.guest_RIP)
    [all...]
sigframe-ppc32-linux.c 122 do { tst->arch.vex.guest_LR = (zzval); \
129 do { tst->arch.vex.guest_GPR##zzn = (zzval); \
145 # define DO(gpr) mc->mc_gregs[VKI_PT_R0+gpr] = tst->arch.vex.guest_GPR##gpr
152 mc->mc_gregs[VKI_PT_NIP] = tst->arch.vex.guest_CIA;
154 mc->mc_gregs[VKI_PT_ORIG_R3] = tst->arch.vex.guest_GPR3;
155 mc->mc_gregs[VKI_PT_CTR] = tst->arch.vex.guest_CTR;
156 mc->mc_gregs[VKI_PT_LNK] = tst->arch.vex.guest_LR;
157 mc->mc_gregs[VKI_PT_XER] = LibVEX_GuestPPC32_get_XER(&tst->arch.vex);
158 mc->mc_gregs[VKI_PT_CCR] = LibVEX_GuestPPC32_get_CR(&tst->arch.vex);
263 //:: linux/arch/i386/kernel/i387.
    [all...]
  /frameworks/rs/driver/runtime/
Android.mk 42 arch/generic.c
55 arch/neon.ll \
56 arch/clamp.c
60 arch/asimd.ll \
61 arch/clamp.c
65 arch/generic.c \
66 arch/x86_sse2.ll \
67 arch/x86_sse3.ll
79 LOCAL_SRC_FILES_32 += arch/generic.c
98 LOCAL_SRC_FILES_32 += arch/generic.
    [all...]
  /external/compiler-rt/make/
lib_platforms.mk 7 PerConfigVariables := UniversalArchs Arch $(AvailableOptions)
33 $$(foreach arch,$(AvailableArchs),\
34 $$(call Set,$$(var).$$(arch),UNDEFINED)))
45 # Check that exactly one of UniversalArchs or Arch was defined.
47 $$(call strneq,UNDEFINED,$$(Arch))),\
48 $$(error '$(1)': cannot define both 'UniversalArchs' and 'Arch'))
50 $$(call strneq,UNDEFINED,$$(Arch))),,\
51 $$(error '$(1)': must define one of 'UniversalArchs' and 'Arch'))
61 $$(foreach arch,$(AvailableArchs),\
62 $$(if $$(call strneq,UNDEFINED,$$($$(var).$$(arch))),\
    [all...]
  /external/compiler-rt/test/BlocksRuntime/
makefile 17 gcc -fobjc-gc-only -g -arch x86_64 -arch i386 -std=gnu99 testfilerunner.m -o testfilerunner -framework Foundation
52 Buildit ?= ~rc/bin/buildit -rootsDirectory $(RootsDirectory) -arch i386 -arch ppc -arch x86_64
  /external/lldb/source/Interpreter/
OptionGroupPlatform.cpp 27 const ArchSpec &arch,
39 if (platform_arch.IsValid() && !platform_sp->IsCompatibleArchitecture(arch, false, &platform_arch))
43 arch.GetTriple().getTriple().c_str());
49 else if (arch.IsValid())
51 platform_sp = Platform::Create (arch, &platform_arch, error);
  /external/v8/tools/testrunner/local/
utils.py 80 def UseSimulator(arch):
83 (arch == "mipsel" or arch == "arm" or arch == "arm64") and
84 not arch.startswith(machine))
perfdata.py 51 def __init__(self, datadir, arch, mode):
52 filename = os.path.join(datadir, "%s.%s.perfdata" % (arch, mode))
97 self.stores = {} # Keyed by arch, then mode.
106 for arch in self.stores:
107 modes = self.stores[arch]
113 def GetStore(self, arch, mode):
115 if not arch in self.stores:
116 self.stores[arch] = {}
117 modes = self.stores[arch]
119 modes[mode] = PerfDataStore(self.datadir, arch, mode
    [all...]
  /external/libunwind/
Android.mk 75 # The complete list of arches used by Android.build.mk to set arch
79 $(foreach arch,$(libunwind_generate_arches), \
80 $(eval libunwind_common_c_includes_$(arch) := $(LOCAL_PATH)/include/tdep-$(arch)))
154 # Arch specific source files.
155 $(foreach arch,$(libunwind_generate_arches), \
156 $(eval libunwind_src_files_$(arch) += \
157 src/$(arch)/is_fpreg.c \
158 src/$(arch)/regname.c \
159 src/$(arch)/Gcreate_addr_space.c
    [all...]
Android.build.mk 70 $(foreach arch,$(libunwind_arches), \
71 $(eval LOCAL_C_INCLUDES_$(arch) := $(libunwind_common_c_includes_$(arch))))
77 $(foreach arch,$(libunwind_arches), \
78 $(eval LOCAL_SRC_FILES_$(arch) := $($(libunwind_module)_src_files_$(arch))))
  /external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
ObjectContainerUniversalMachO.cpp 150 fat_arch arch; local
151 if (data.GetU32(&offset, &arch, sizeof(fat_arch)/sizeof(uint32_t)))
152 fat_archs.push_back(arch);
173 ArchSpec arch; local
178 GetArchitectureAtIndex(i, arch);
179 s->Printf("arch[%u] = %s\n", i, arch.GetArchitectureName());
197 ObjectContainerUniversalMachO::GetArchitectureAtIndex (uint32_t idx, ArchSpec& arch) const
201 arch.SetArchitecture (eArchTypeMachO, m_fat_archs[idx].cputype, m_fat_archs[idx].cpusubtype);
211 ArchSpec arch; local
    [all...]
  /external/lldb/include/lldb/Core/
Disassembler.h 105 DumpEmulation (const ArchSpec &arch);
111 Emulate (const ArchSpec &arch,
262 FindPlugin (const ArchSpec &arch, const char *flavor, const char *plugin_name);
266 FindPluginForTarget(const lldb::TargetSP target_sp, const ArchSpec &arch, const char *flavor, const char *plugin_name);
269 DisassembleRange (const ArchSpec &arch,
276 DisassembleBytes (const ArchSpec &arch,
287 const ArchSpec &arch,
299 const ArchSpec &arch,
311 const ArchSpec &arch,
323 const ArchSpec &arch,
    [all...]
  /external/llvm/test/MC/Mips/
cpload.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 | FileCheck %s -check-prefix=ASM
3 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+o32 -filetype=obj -o -| \
4 # RUN: llvm-objdump -d -r -arch=mips - | \
7 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -target-abi n32 -filetype=obj -o -| \
8 # RUN: llvm-objdump -d -r -arch=mips - | \
11 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+n64 -filetype=obj -o -| \
12 # RUN: llvm-objdump -d -r -arch=mips - | \
  /external/llvm/test/MC/ARM/
directive-arch-armv2.s 1 @ Test the .arch directive for armv2
12 .arch armv2
14 @ CHECK-ASM: .arch armv2
directive-arch-armv2a.s 1 @ Test the .arch directive for armv2a
12 .arch armv2a
14 @ CHECK-ASM: .arch armv2a
directive-arch-armv3.s 1 @ Test the .arch directive for armv3
12 .arch armv3
14 @ CHECK-ASM: .arch armv3
directive-arch-armv3m.s 1 @ Test the .arch directive for armv3m
12 .arch armv3m
14 @ CHECK-ASM: .arch armv3m
directive-arch-armv5.s 1 @ Test the .arch directive for armv5
12 .arch armv5
14 @ CHECK-ASM: .arch armv5
directive-arch-armv6-m.s 1 @ Test the .arch directive for armv6-m
12 .arch armv6-m
14 @ CHECK-ASM: .arch armv6-m
directive-arch-armv7.s 1 @ Test the .arch directive for armv7
12 .arch armv7
14 @ CHECK-ASM: .arch armv7

Completed in 389 milliseconds

<<11121314151617181920>>