Searched refs:arch (Results 1 - 25 of 427) 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/kernel-headers/original/asm-arm/
H A Dhardware.h16 #include <asm/arch/hardware.h>
H A Dtimex.h15 #include <asm/arch/timex.h>
H A Dmtd-xip.h21 #include <asm/arch/mtd-xip.h>
/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/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
35 static Bool go(char* arch) argument
38 if ( 0 == strcmp( arch, "x86" ) ) return True;
41 if ( 0 == strcmp( arch, "x86" ) ) return True;
42 if ( 0 == strcmp( arch, "amd64" ) ) return True;
45 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
48 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
49 if ( 0 == strcmp( arch, "ppc3
[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/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/base/
H A Dsys_info_posix.cc83 std::string arch(info.machine);
84 if (arch == "i386" || arch == "i486" || arch == "i586" || arch == "i686") {
85 arch = "x86";
86 } else if (arch == "amd64") {
87 arch = "x86_64";
89 return arch;
/external/linux-tools-perf/arch/arm/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/arch/powerpc/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/arch/s390/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/arch/sh/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/arch/sparc/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/arch/x86/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/llvm/test/MC/ARM/
H A D2013-03-18-Br-to-label-named-like-reg.s1 @ RUN: llvm-mc -arch arm %s
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-main.h36 void ML_(fixup_guest_state_to_restart_syscall) ( ThreadArchState* arch );
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-mips32-linux.c126 sc->sc_regs[1] = tst->arch.vex.guest_r1;
127 sc->sc_regs[2] = tst->arch.vex.guest_r2;
128 sc->sc_regs[3] = tst->arch.vex.guest_r3;
129 sc->sc_regs[4] = tst->arch.vex.guest_r4;
130 sc->sc_regs[5] = tst->arch.vex.guest_r5;
131 sc->sc_regs[6] = tst->arch.vex.guest_r6;
132 sc->sc_regs[7] = tst->arch.vex.guest_r7;
133 sc->sc_regs[8] = tst->arch.vex.guest_r8;
134 sc->sc_regs[9] = tst->arch.vex.guest_r9;
135 sc->sc_regs[10] = tst->arch
[all...]
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
H A Dpnacl_component_crx_gen.py27 # Target arch and build arch junk to convert between all the
30 # The version of the arch used by NaCl manifest files.
32 # We also used this to identify the arch-specific different versions of
35 def CanonicalArch(arch):
36 if arch in ('x86_64', 'x86-64', 'x64', 'amd64'):
39 if arch in ('arm', 'armv7'):
41 if re.match('^i.86$', arch) or arch in ('x86_32', 'x86-32', 'ia32', 'x86'):
46 arch
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
H A Dlc3barch.c41 yasm_arch_base *arch; local
55 arch = yasm_xmalloc(sizeof(yasm_arch_base));
56 arch->module = &yasm_lc3b_LTX_arch;
57 return (yasm_arch *)arch;
61 lc3b_destroy(/*@only@*/ yasm_arch *arch) argument
63 yasm_xfree(arch);
67 lc3b_get_machine(/*@unused@*/ const yasm_arch *arch) argument
73 lc3b_get_address_size(/*@unused@*/ const yasm_arch *arch) argument
79 lc3b_set_var(yasm_arch *arch, const char *var, unsigned long val) argument
85 lc3b_get_fill(const yasm_arch *arch) argument
121 lc3b_get_reg_size( yasm_arch *arch, uintptr_t reg) argument
127 lc3b_reggroup_get_reg( yasm_arch *arch, uintptr_t reggroup, unsigned long regindex) argument
135 lc3b_reg_print( yasm_arch *arch, uintptr_t reg, FILE *f) argument
141 lc3b_floatnum_tobytes(yasm_arch *arch, const yasm_floatnum *flt, unsigned char *buf, size_t destsize, size_t valsize, size_t shift, int warn) argument
151 lc3b_ea_create_expr(yasm_arch *arch, yasm_expr *e) argument
[all...]

Completed in 1717 milliseconds

1234567891011>>