Home
last modified time | relevance | path

Searched refs:architecture (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/external/llvm/test/Object/
Dnm-universal-binary.test16 CHECK-OBJ: macho-universal.x86_64.i386 (for architecture x86_64):
18 CHECK-OBJ: macho-universal.x86_64.i386 (for architecture i386):
25 CHECK-OBJ-armv7m-NOT: Unknown architecture named
26 CHECK-OBJ-armv7m: does not contain architecture
28 CHECK-OBJ-foobar: Unknown architecture named
29 CHECK-OBJ-foobar: does not contain architecture
31 CHECK-AR: macho-universal-archive.x86_64.i386(hello.o) (for architecture x86_64):
37 CHECK-AR: macho-universal-archive.x86_64.i386(foo.o) (for architecture i386):
45 CHECK-AR-o: (for architecture x86_64):{{.*}}/macho-universal-archive.x86_64.i386:hello.o: 000000000…
46 CHECK-AR-o: (for architecture x86_64):{{.*}}/macho-universal-archive.x86_64.i386:hello.o: 000000000…
[all …]
Dobjdump-file-header.test8 COFF-i386: architecture: i386
14 ELF-i386: architecture: i386
Dsize-trivial-macho.test78 u: 4096 0 0 4294971392 4294975488 100002000 {{.*}}/macho-universal.x86_64.i386 (for architecture x8…
79 u: 4096 0 0 8192 12288 3000 {{.*}}/macho-universal.x86_64.i386 (for architecture i386)
85 uAR: 136 0 0 32 168 a8 {{.*}}/macho-universal-archive.x86_64.i386(hello.o) (for architecture x86_64)
86 uAR: 5 4 0 0 9 9 {{.*}}/macho-universal-archive.x86_64.i386(foo.o) (for architecture i386)
/external/lldb/test/plugins/
Dbuilder_base.py48 def getArchSpec(architecture): argument
53 arch = architecture if architecture else None
88 def buildDefault(sender=None, architecture=None, compiler=None, dictionary=None, clean=True): argument
94 + getArchSpec(architecture) + getCCSpec(compiler)
99 getMake() + getArchSpec(architecture) + getCCSpec(compiler)
106 def buildDwarf(sender=None, architecture=None, compiler=None, dictionary=None, clean=True): argument
112 + getArchSpec(architecture) + getCCSpec(compiler)
118 + getArchSpec(architecture) + getCCSpec(compiler)
Dbuilder_darwin.py8 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True): argument
14 + getArchSpec(architecture) + getCCSpec(compiler)
20 + getArchSpec(architecture) + getCCSpec(compiler)
/external/v8/src/base/
Dbuild_config.h80 #error Target architecture was not detected as supported by v8
106 #error Unknown target architecture pointer size
111 #error Target architecture ia32 is only supported on ia32 host
115 #error Target architecture x64 is only supported on x64 host
119 #error Target architecture x32 is only supported on x64 host with x32 support
122 #error Target architecture arm is only supported on arm and ia32 host
125 #error Target architecture arm64 is only supported on arm64 and x64 host
128 #error Target architecture mips is only supported on mips and ia32 host
131 #error Target architecture mips64 is only supported on mips64 and x64 host
154 #error Unknown target architecture endianness
Dcpu.cc397 char* architecture = cpu_info.ExtractField("CPU architecture"); in CPU() local
398 if (architecture != NULL) { in CPU()
400 architecture_ = strtol(architecture, &end, 10); in CPU()
401 if (end == architecture) { in CPU()
404 delete[] architecture; in CPU()
/external/strace/
Dconfigure.ac17 AC_MSG_CHECKING([for supported architecture])
21 AC_DEFINE([BFIN], 1, [Define for the Blackfin architecture.])
25 AC_DEFINE([I386], 1, [Define for the i386 architecture.])
29 AC_DEFINE([IA64], 1, [Define for the IA64 architecture.])
33 AC_DEFINE([M68K], 1, [Define for the m68k architecture.])
37 AC_DEFINE([SPARC64], 1, [Define for the SPARC64 architecture.])
41 AC_DEFINE([SPARC], 1, [Define for the SPARC architecture.])
45 AC_DEFINE([METAG], 1, [Define for the Meta architecture.])
49 AC_DEFINE([MIPS], 1, [Define for the MIPS architecture.])
53 AC_DEFINE([ALPHA], 1, [Define for the Alpha architecture.])
[all …]
/external/clang/test/SemaObjC/
Dsizeof-interface.m26 …or {{application of 'sizeof' to interface 'I0' is not supported on this architecture and platform}}
35 …or {{application of 'sizeof' to interface 'I0' is not supported on this architecture and platform}}
46 …); } I1_defs; // expected-error {{use of @defs is not supported on this architecture and platform}}
54 …tic on pointer to interface 'I0', which is not a constant size for this architecture and platform}}
55 …tic on pointer to interface 'I0', which is not a constant size for this architecture and platform}}
56 …tic on pointer to interface 'I0', which is not a constant size for this architecture and platform}}
67 …ror {{application of 'sizeof' to interface 'I' is not supported on this architecture and platform}}
88 …ic on pointer to interface 'Foo', which is not a constant size for this architecture and platform}}
89 …ic on pointer to interface 'Foo', which is not a constant size for this architecture and platform}}
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-universal-x86_64.i386.test10 UEXE-all: macho-universal.x86_64.i386 (architecture x86_64):
15 UEXE-all: macho-universal.x86_64.i386 (architecture i386):
33 FAT: architecture x86_64
40 FAT: architecture i386
51 NON-VERBOSE: architecture 0
58 NON-VERBOSE: architecture 1
Dmacho-archive-headers.test5 CHECK: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture x86_64)
8 CHECK: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture i386)
/external/webrtc/test/testsupport/
Dfileutils.cc128 std::string architecture = "64"; in ResourcePath() local
130 std::string architecture = "32"; in ResourcePath() local
136 architecture + "." + extension; in ResourcePath()
146 resource_file = resources_path + name + "_" + architecture + "." + extension; in ResourcePath()
/external/llvm/test/MC/Mips/
Dmips-expansions-bad.s6 # CHECK: :[[@LINE-1]]:3: error: instruction requires a 64-bit architecture
8 # CHECK: :[[@LINE-1]]:3: error: instruction requires a 64-bit architecture
/external/llvm/docs/CommandGuide/
Dlli.rst18 available for the current architecture, or an interpreter. **lli** takes all of
43 for this architecture. Defaults to false.
90 architecture which is not compatible with the current system.
96 Specify the architecture for which to generate assembly, overriding the target
99 autodetected to the current architecture.
105 Specify a specific chip in the current architecture to generate code for.
107 the current architecture. For a list of available CPUs, use:
Dllc.rst13 for a specified architecture. The assembly language output can then be passed
16 The choice of architecture for the output assembly code is automatically
57 Specify the architecture for which to generate assembly, overriding the target
60 autodetected to the current architecture.
64 Specify a specific chip in the current architecture to generate code for.
66 the current architecture. For a list of available CPUs, use:
Dllvm-symbolizer.rst90 Mach-O universal binary), symbolize the object file for a given architecture.
91 You can also specify architecture by writing ``binary_name:arch_name`` in the
92 input (see example above). If architecture is not specified in either way,
/external/strace/debian/
Drules22 DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
23 DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
24 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
/external/llvm/test/MC/ARM/
Ddirective-arch_extension-idiv.s17 @ CHECK-V6: error: architectural extension 'idiv' is not allowed for the current base architecture
20 @ CHECK-V7M: error: architectural extension 'idiv' is not allowed for the current base architecture
34 @ CHECK-V6: error: architectural extension 'idiv' is not allowed for the current base architecture
37 @ CHECK-V7M: error: architectural extension 'idiv' is not allowed for the current base architecture
Ddirective-arch_extension-sec.s13 @ CHECK-V6: error: architectural extension 'sec' is not allowed for the current base architecture
23 @ CHECK-V6: error: architectural extension 'sec' is not allowed for the current base architecture
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt11 architecture interface first (i.e., consider the code generation and
12 processor issues), since the architecture interface question is also
20 Also, while the architecture interface question is important for
58 -- Multiscalar architecture from Wisconsin
59 -- Simultaneous multithreading architecture from Washington
/external/libunwind/doc/
DNOTES10 - handler: a pointer to an architecture & language-specific
12 - lsda: a pointer to an architecture & language-specific
15 The API defines no well-known preserved registers. Each architecture
18 preserved registers are defined in the architecture-specific header
69 architecture, as it doesn't rely on any arch-specific registers.
75 the target architecture name (e.g., ia32, ia64, or alpha). Similarly,
/external/valgrind/docs/internals/
Dporting-HOWTO.txt1 This is a rough guide to porting Valgrind to a new architecture, or a new
8 Porting Valgrind to a new architecture
10 Note that this implies both a new architecture, and a new platform (ie. arch/OS
18 architecture name.
38 guards, so they refer to the new architecture, rather than x86.
Dmultiple-architectures.txt2 Guide to multiple architecture support
8 architecture can be run. The current arrangements build:
127 for the primary architecture. These places are (at least):
130 * all the architecture-independent regression tests
140 architecture. For example, look in coregrind/Makefile.am, and you
149 Most of them are architecture-neutral and so should be built for the
/external/google-breakpad/src/common/mac/
Ddump_syms.mm189 // Find the best match for the architecture the user requested.
324 // architecture.
345 fprintf(stderr, "architecture '%s'", arch->name);
347 fprintf(stderr, "architecture %d,%d",
468 // If there's only one architecture, that's the one.
472 // Look for an object file whose architecture matches our own.
476 " architecture, none of which match the current"
477 " architecture; specify an architecture explicitly"
487 // Find the name of the selected file's architecture, to appear in
498 // filename, and the architecture, if there is more than one.
[all …]
/external/cmockery/cmockery_0_1_2/packages/deb/
Drules15 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
16 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)

12345678910>>...17