Searched refs:arch (Results 1 - 25 of 747) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/tools/
H A Dfxc5 arch="$(uname -m)"
6 if test "$arch" == i386 || test "$arch" == i486 || test "$arch" == i586 || test "$arch" == i686 || test "$arch" == x86_64; then
/external/mesa3d/src/gallium/state_trackers/d3d1x/tools/
H A Dfxc5 arch="$(uname -m)"
6 if test "$arch" == i386 || test "$arch" == i486 || test "$arch" == i586 || test "$arch" == i686 || test "$arch" == x86_64; then
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Darch.h2 * \file libyasm/arch.h
112 void (*destroy) (/*@only@*/ yasm_arch *arch);
117 const char * (*get_machine) (const yasm_arch *arch);
122 unsigned int (*get_address_size) (const yasm_arch *arch);
127 int (*set_var) (yasm_arch *arch, const char *var, unsigned long val);
133 (yasm_arch *arch, const char *id, size_t id_len, unsigned long line,
140 (yasm_arch *arch, const char *id, size_t id_len,
146 const unsigned char ** (*get_fill) (const yasm_arch *arch);
151 int (*floatnum_tobytes) (yasm_arch *arch, const yasm_floatnum *flt,
158 int (*intnum_tobytes) (yasm_arch *arch, cons
[all...]
/external/valgrind/main/coregrind/
H A Dlink_tool_exe_linux.in76 my $arch = substr($x, 0, index($x, "'"));
79 if (($arch eq 'mips') || ($arch eq 'mipsel')
80 || ($arch eq 'mipsisa32r2el')) {
82 } elsif (($arch eq 'mips64') || ($arch eq 'mips64el') ||
83 ($arch eq 'mipsisa64el')) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/
H A Dcommon.c107 static const char *normalize_arch(char *arch) argument
109 if (!strcmp(arch, "x86_64"))
111 if (arch[0] == 'i' && arch[2] == '8' && arch[3] == '6')
113 if (!strcmp(arch, "sun4u") || !strncmp(arch, "sparc", 5))
116 if (!strcmp(arch, "aarch64") || !strcmp(arch, "arm64"))
119 if (!strncmp(arch, "ar
140 const char *arch, *cross_env; local
[all...]
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-mips32-linux.c127 sc->sc_regs[1] = tst->arch.vex.guest_r1;
128 sc->sc_regs[2] = tst->arch.vex.guest_r2;
129 sc->sc_regs[3] = tst->arch.vex.guest_r3;
130 sc->sc_regs[4] = tst->arch.vex.guest_r4;
131 sc->sc_regs[5] = tst->arch.vex.guest_r5;
132 sc->sc_regs[6] = tst->arch.vex.guest_r6;
133 sc->sc_regs[7] = tst->arch.vex.guest_r7;
134 sc->sc_regs[8] = tst->arch.vex.guest_r8;
135 sc->sc_regs[9] = tst->arch.vex.guest_r9;
136 sc->sc_regs[10] = tst->arch
[all...]
H A Dsigframe-mips64-linux.c120 sc->sc_regs[1] = tst->arch.vex.guest_r1;
121 sc->sc_regs[2] = tst->arch.vex.guest_r2;
122 sc->sc_regs[3] = tst->arch.vex.guest_r3;
123 sc->sc_regs[4] = tst->arch.vex.guest_r4;
124 sc->sc_regs[5] = tst->arch.vex.guest_r5;
125 sc->sc_regs[6] = tst->arch.vex.guest_r6;
126 sc->sc_regs[7] = tst->arch.vex.guest_r7;
127 sc->sc_regs[8] = tst->arch.vex.guest_r8;
128 sc->sc_regs[9] = tst->arch.vex.guest_r9;
129 sc->sc_regs[10] = tst->arch
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/
H A DMakefile.inc1 EXTRA_DIST += modules/arch/x86/Makefile.inc
2 EXTRA_DIST += modules/arch/lc3b/Makefile.inc
4 include modules/arch/x86/Makefile.inc
5 include modules/arch/lc3b/Makefile.inc
10 yasm_arch.7: modules/arch/yasm_arch.xml
11 $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/arch/yasm_arch.xml
14 EXTRA_DIST += modules/arch/yasm_arch.xml
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/tests/
H A Dlc3b_test.sh2 ${srcdir}/out_test.sh lc3b_test modules/arch/lc3b/tests "lc3b arch" "-a lc3b -f bin" ""
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
H A Dx86_gas32_test.sh2 ${srcdir}/out_test.sh x86_gas32_test modules/arch/x86/tests/gas32 "x86 gas format" "-f elf32 -p gas" ".o"
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
H A Dx86_gas64_test.sh2 ${srcdir}/out_test.sh x86_gas64_test modules/arch/x86/tests/gas64 "amd64 gas format" "-f elf -m amd64 -p gas" ".o"
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dx86_test.sh2 ${srcdir}/out_test.sh x86_test modules/arch/x86/tests "x86 arch" "-f bin" ""
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/powerpc/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
5 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/header.o
/external/lldb/source/Target/
H A DUnwindAssembly.cpp19 UnwindAssembly::FindPlugin (const ArchSpec &arch) argument
27 std::unique_ptr<UnwindAssembly> assembly_profiler_ap (create_callback (arch));
34 UnwindAssembly::UnwindAssembly (const ArchSpec &arch) : argument
35 m_arch (arch)
/external/chromium_org/tools/relocation_packer/test_data/
H A Dgenerate_elf_file_unittest_relocs.sh20 local arch
21 for arch in 'arm32' 'arm64'; do
22 cr 'init' '--platform=android' '--type=Debug' '--architecture='"${arch}"
/external/valgrind/main/tests/
H A Darch_test.c13 // - 0 if the machine matches the asked-for arch
14 // - 1 if it doesn't match but does match the name of another arch
15 // - 2 if it doesn't match the name of any arch
37 static Bool go(char* arch) argument
40 if ( 0 == strcmp( arch, "x86" ) ) return True;
44 if ( 0 == strcmp( arch, "x86" ) ) return True;
46 if ( 0 == strcmp( arch, "amd64" ) ) return True;
49 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
52 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
54 if ( 0 == strcmp( arch, "ppc3
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
6 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/unwind.o
8 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/header.o
9 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/tsc.o
10 LIB_H += arch/$(ARCH)/util/tsc.h
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp701 PlatformDarwin::x86GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) argument
705 arch = Host::GetArchitecture (Host::eSystemDefaultArchitecture);
706 return arch.IsValid();
715 // returned the 64 bit arch for idx == 0, return the 32 bit arch
717 arch = Host::GetArchitecture (Host::eSystemDefaultArchitecture32);
718 return arch.IsValid();
728 PlatformDarwin::ARMGetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) argument
737 case 0: arch.SetTriple ("armv7-apple-ios"); return true;
738 case 1: arch
[all...]
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dnacl_interp_loader_mono.sh10 arch=x86_32
14 arch=x86_64
18 arch=arm
31 SEL_LDR="$NACL_SDK_ROOT/toolchain/linux_x86/bin/sel_ldr_${arch}"
32 IRT="$NACL_SDK_ROOT/toolchain/linux_x86/runtime/irt_core_${arch}.nexe"
37 SEL_LDR="$NACL_SDK_ROOT/tools/sel_ldr_${arch}"
38 IRT="$NACL_SDK_ROOT/tools/irt_core_${arch}.nexe"
/external/chromium_org/native_client_sdk/src/tools/
H A Dnacl_config.py92 def ExpectArch(arch, expected_arches):
93 Expect(arch in expected_arches,
94 'Expected arch to be one of [%s], not %s.' % (
95 ', '.join(map(str, expected_arches)), arch))
98 def CheckValidToolchainArch(toolchain, arch, arch_required=False):
99 if toolchain or arch or arch_required:
103 Expect(arch is None,
104 'Expected no arch for host toolchain %r. Got %r.' % (
105 toolchain, arch))
107 Expect(arch i
[all...]
/external/chromium_org/third_party/opus/src/silk/
H A Dinit_encoder.c44 int arch /* I Run-time architecture */
52 psEnc->sCmn.arch = arch;
/external/libopus/silk/
H A Dinit_encoder.c44 int arch /* I Run-time architecture */
52 psEnc->sCmn.arch = arch;
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/arm/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/s390/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/sh/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o

Completed in 233 milliseconds

1234567891011>>