HomeSort by relevance Sort by last modified time
    Searched full:arch (Results 51 - 75 of 9462) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/eigen/Eigen/src/Core/arch/SSE/
CMakeLists.txt 5 DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Core/arch/SSE COMPONENT Devel
  /external/eigen/Eigen/src/Geometry/
CMakeLists.txt 8 ADD_SUBDIRECTORY(arch)
  /external/eigen/Eigen/src/Geometry/arch/
CMakeLists.txt 5 DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Geometry/arch COMPONENT Devel
  /external/eigen/Eigen/src/LU/
CMakeLists.txt 8 ADD_SUBDIRECTORY(arch)
  /external/eigen/Eigen/src/LU/arch/
CMakeLists.txt 5 DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/LU/arch COMPONENT Devel
  /external/llvm/test/Object/Inputs/
archive-test.a-gnu-no-symtab 0 !<arch>
  /build/core/
module_arch_supported.mk 2 ## Determine if a module can be built for an arch
7 ## LOCAL_MODULE_$(my_prefix)ARCH
9 ## LOCAL_MODULE_UNSUPPORTED_$(my_prefix)ARCH
40 ifneq (,$(LOCAL_MODULE_$(my_prefix)ARCH))
41 ifeq (,$(filter $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH),$(LOCAL_MODULE_$(my_prefix)ARCH)))
47 ifeq (,$(filter $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH),$(LOCAL_MODULE_$(my_prefix)ARCH_WARN)))
49 $(warning $(LOCAL_MODULE): architecture $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH) not supported)
53 ifneq (,$(filter $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH),$(LOCAL_MODULE_UNSUPPORTED_$(my_prefix)ARCH)))
    [all...]
  /external/compiler-rt/lib/lsan/
CMakeLists.txt 19 # The common files need to build on every arch supported by ASan.
29 ARCH ${LSAN_COMMON_SUPPORTED_ARCH}
34 foreach(arch ${LSAN_COMMON_SUPPORTED_ARCH})
35 add_compiler_rt_object_library(RTLSanCommon ${arch}
40 foreach(arch ${LSAN_SUPPORTED_ARCH})
41 add_compiler_rt_runtime(clang_rt.lsan-${arch} ${arch} STATIC
43 $<TARGET_OBJECTS:RTInterception.${arch}>
44 $<TARGET_OBJECTS:RTSanitizerCommon.${arch}>
45 $<TARGET_OBJECTS:RTSanitizerCommonLibc.${arch}>
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
MANIFEST 13 arch/*/include/asm/unistd*.h
14 arch/*/include/asm/perf_regs.h
15 arch/*/include/uapi/asm/unistd*.h
16 arch/*/include/uapi/asm/perf_regs.h
17 arch/*/lib/memcpy*.S
18 arch/*/lib/memset*.S
27 arch/x86/include/asm/svm.h
28 arch/x86/include/asm/vmx.h
29 arch/x86/include/asm/kvm_host.h
30 arch/x86/include/uapi/asm/svm.
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
mem-memcpy-x86-64-asm-def.h 4 "unrolled memcpy() in arch/x86/lib/memcpy_64.S")
8 "movsq-based memcpy() in arch/x86/lib/memcpy_64.S")
12 "movsb-based memcpy() in arch/x86/lib/memcpy_64.S")
mem-memset-x86-64-asm-def.h 4 "unrolled memset() in arch/x86/lib/memset_64.S")
8 "movsq-based memset() in arch/x86/lib/memset_64.S")
12 "movsb-based memset() in arch/x86/lib/memset_64.S")
  /bionic/libc/arch-x86/
x86.mk 26 arch-x86/bionic/__bionic_clone.S \
27 arch-x86/bionic/_exit_with_stack_teardown.S \
28 arch-x86/bionic/libgcc_compat.c \
29 arch-x86/bionic/_setjmp.S \
30 arch-x86/bionic/setjmp.S \
31 arch-x86/bionic/__set_tls.c \
32 arch-x86/bionic/sigsetjmp.S \
33 arch-x86/bionic/syscall.S \
34 arch-x86/bionic/vfork.S \
36 ## ARCH variant specific source file
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
arch.h 2 * \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, const yasm_intnum *intn
    [all...]
  /external/compiler-rt/lib/msan/
CMakeLists.txt 25 set(arch "x86_64")
26 if(CAN_TARGET_${arch})
27 add_compiler_rt_runtime(clang_rt.msan-${arch} ${arch} STATIC
29 $<TARGET_OBJECTS:RTInterception.${arch}>
30 $<TARGET_OBJECTS:RTSanitizerCommon.${arch}>
31 $<TARGET_OBJECTS:RTSanitizerCommonLibc.${arch}>
33 add_dependencies(msan clang_rt.msan-${arch})
34 list(APPEND MSAN_RUNTIME_LIBRARIES clang_rt.msan-${arch})
36 add_sanitizer_rt_symbols(clang_rt.msan-${arch} msan.syms.extra
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/m4/
multiarch.m4 11 # "universal" binaries--by specifying multiple '-arch' options to the
12 # compiler but only a single '-arch' option to the preprocessor. Like
15 # ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
16 # CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64"
    [all...]
  /external/compiler-rt/lib/asan/
CMakeLists.txt 68 ARCH ${ASAN_SUPPORTED_ARCH}
79 foreach(arch ${ASAN_SUPPORTED_ARCH})
80 add_compiler_rt_object_library(RTAsan ${arch}
83 add_compiler_rt_object_library(RTAsan_cxx ${arch}
86 add_compiler_rt_object_library(RTAsan_preinit ${arch}
90 add_compiler_rt_object_library(RTAsan_dynamic ${arch}
103 ARCH ${ASAN_SUPPORTED_ARCH}
129 foreach(arch ${ASAN_SUPPORTED_ARCH})
131 $<TARGET_OBJECTS:RTInterception.${arch}>
132 $<TARGET_OBJECTS:RTSanitizerCommon.${arch}>
    [all...]
  /external/libcxx/cmake/Modules/
GetTriple.cmake 5 set(arch ${CMAKE_HOST_SYSTEM_PROCESSOR})
6 if (arch STREQUAL "x86")
7 set(arch "i686")
21 set(triple "${arch}-${vendor}-${os}")
23 set(${out_arch} ${arch} PARENT_SCOPE)
31 set(arch ${CMAKE_SYSTEM_PROCESSOR})
32 if (arch STREQUAL "x86")
33 set(arch "i686")
47 set(triple "${arch}-${vendor}-${os}")
49 set(${out_arch} ${arch} PARENT_SCOPE
    [all...]
  /external/libunwind/scripts/
kernel-files.txt 1 $udir/include/tdep-ia64/rse.h $kdir/arch/ia64/unwind/rse.h
2 $udir/src/ia64/Ginit_local.c $kdir/arch/ia64/unwind/init_local.c
3 $udir/src/ia64/Gis_signal_frame.c $kdir/arch/ia64/unwind/is_signal_frame.c
4 $udir/src/ia64/Gparser.c $kdir/arch/ia64/unwind/parser.c
5 $udir/src/ia64/Grbs.c $kdir/arch/ia64/unwind/rbs.c
6 $udir/src/ia64/Gregs.c $kdir/arch/ia64/unwind/regs.c
7 $udir/src/ia64/Gscript.c $kdir/arch/ia64/unwind/script.c
8 $udir/src/ia64/Gstep.c $kdir/arch/ia64/unwind/step.c
9 $udir/src/ia64/init.h $kdir/arch/ia64/unwind/init.h
10 $udir/src/ia64/offsets.h $kdir/arch/ia64/unwind/offsets.
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
Makefile.inc 1 libyasm_a_SOURCES += modules/arch/x86/x86arch.c
2 libyasm_a_SOURCES += modules/arch/x86/x86arch.h
3 libyasm_a_SOURCES += modules/arch/x86/x86bc.c
4 libyasm_a_SOURCES += modules/arch/x86/x86expr.c
5 libyasm_a_SOURCES += modules/arch/x86/x86id.c
11 modules/arch/x86/x86id.c: x86insn_nasm.c x86insn_gas.c x86insns.c
13 EXTRA_DIST += modules/arch/x86/gen_x86_insn.py
16 x86insn_nasm.gperf x86insn_gas.gperf x86insns.c: $(srcdir)/modules/arch/x86/gen_x86_insn.py
17 $(PYTHON) $(srcdir)/modules/arch/x86/gen_x86_insn.py
37 EXTRA_DIST += modules/arch/x86/x86cpu.gper
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 123 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ',
124 'LDFLAGS': '-arch ppc -arch i386 -g',
126 'BLDSHARED': 'gcc-test -bundle -arch ppc -arch i386 -g',
127 'LDSHARED': 'gcc-test -bundle -arch ppc -arch i386 '
133 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 '
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 123 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ',
124 'LDFLAGS': '-arch ppc -arch i386 -g',
126 'BLDSHARED': 'gcc-test -bundle -arch ppc -arch i386 -g',
127 'LDSHARED': 'gcc-test -bundle -arch ppc -arch i386 '
133 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 '
    [all...]
  /build/core/combo/arch/x86/
silvermont.mk 2 # silvermont arch variant.
4 # See build/core/combo/arch/x86/x86-atom.mk for differences.
15 # CFLAGS for this arch
x86-atom.mk 2 # 'x86-atom' arch variant. This is an extension of the 'x86' base variant
5 # See build/core/combo/arch/x86/x86.mk for differences.
11 # CFLAGS for this arch
  /build/core/combo/arch/x86_64/
silvermont.mk 2 # silvermont arch variant.
4 # See build/core/combo/arch/x86/x86-atom.mk for differences.
15 # CFLAGS for this arch
x86_64-atom.mk 2 # 'x86_64-atom' arch variant. This is an extension of the 'x86_64' base variant
5 # See build/core/combo/arch/x86_64/x86_64.mk for differences.
11 # CFLAGS for this arch

Completed in 1133 milliseconds

1 23 4 5 6 7 8 91011>>