HomeSort by relevance Sort by last modified time
    Searched refs:arm64 (Results 101 - 125 of 173) sorted by null

1 2 3 45 6 7

  /external/ltrace/
Android.mk 191 LOCAL_MODULE_TARGET_ARCH := arm arm64 x86 x86_64
  /ndk/tests/standalone/builtin-macros/
run.sh 198 arm64-v8a)
  /system/core/libcutils/
Android.mk 125 arch-arm64/android_memset.S \
  /build/core/
dex_preopt_libart_boot.mk 10 # architecture specific directory name such as arm, arm64, mips,
  /ndk/toolchains/aarch64-linux-android-4.9/
setup.mk 16 # this file is used to prepare the NDK to build with the arm64 gcc-4.9
  /ndk/toolchains/aarch64-linux-android-clang3.4/
setup.mk 16 # this file is used to prepare the NDK to build with the arm64 clang-3.4
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 27 if (T.getArch() == Triple::arm64 || T.getArch() == Triple::aarch64)
47 (T.getArch() == Triple::arm64 || T.getArch() == Triple::aarch64))
181 else if (T.getArch() == Triple::arm64 || T.getArch() == Triple::aarch64)
324 case Triple::arm64:
    [all...]
  /external/chromium_org/v8/
Makefile 220 ARCHES = ia32 x64 arm arm64 mips mipsel x87
366 FASTTESTMODES = $(SUPERFASTTESTMODES),x64.release,ia32.optdebug,x64.optdebug,arm.optdebug,arm64.release
367 FASTCOMPILEMODES = $(FASTTESTMODES),arm64.optdebug
  /external/chromium_org/v8/test/mjsunit/
smi-mul-const.js 77 // 2^31 is a smi boundary on arm64 and x64.
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 19 #include "utils/arm64/managed_register_arm64.h"
22 namespace arm64 { namespace in namespace:art
104 // We spill the argument registers on ARM64 to free them up for scratch use, we then assume
263 } // namespace arm64
  /bionic/linker/
dlfcn.cpp 194 # error Unsupported architecture. Only arm, arm64, mips, mips64, x86 and x86_64 are presently supported.
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Android.mk 65 else ifeq ($(TARGET_ARCH_ABI),arm64-v8a)
162 else # If there are neon sources then we are building for arm64 and do not need to specify .neon
  /external/llvm/include/llvm/ADT/
Triple.h 51 arm64, // ARM64 (little endian): arm64 enumerator in enum:llvm::Triple::ArchType
52 arm64_be, // ARM64 (big endian): arm64_be
  /external/llvm/test/MC/AArch64/
arm64-crypto.s 1 ; RUN: llvm-mc -triple arm64-apple-darwin -mattr=crypto -show-encoding -output-asm-variant=1 < %s | FileCheck %s
arm64-directive_loh.s 1 # RUN: not llvm-mc -triple arm64-apple-darwin < %s 2> %t | FileCheck %s
arm64-branch-encoding.s 1 ; RUN: llvm-mc -triple arm64-apple-darwin -show-encoding < %s | FileCheck %s
  /external/openssl/
check-all-builds.sh 146 ANDROID_ARCHS="arm arm64 x86 x86_64 mips"
314 arm64)
347 arm64)
import_openssl.sh 412 declare -r all_archs="arm arm64 x86 x86_64 mips"
490 check_asm_flags arm64 linux-aarch64
  /frameworks/rs/
Android.mk 26 LOCAL_MODULE_TARGET_ARCH_WARN := arm mips mips64 x86 x86_64 arm64
94 LOCAL_MODULE_TARGET_ARCH_WARN := arm mips mips64 x86 x86_64 arm64
  /external/llvm/utils/buildit/
build_llvm 154 --enable-targets=arm,arm64 \
191 configure_opts="--enable-targets=arm,arm64,x86"
  /art/compiler/utils/arm64/
assembler_arm64.h 26 #include "utils/arm64/managed_register_arm64.h"
34 namespace arm64 { namespace in namespace:art
271 } // namespace arm64
  /build/
envsetup.sh 5 - tapas: tapas [<App1> <App2> ...] [arm|x86|mips|armv5|arm64|x86_64|mips64] [eng|userdebug|user]
138 arm64) toolchaindir=aarch64/aarch64-linux-android-$targetgccversion/bin;
571 local arch="$(echo $* | xargs -n 1 echo | \grep -E '^(arm|x86|mips|armv5|arm64|x86_64|mips64)$' | xargs)"
573 local apps="$(echo $* | xargs -n 1 echo | \grep -E -v '^(user|userdebug|eng|arm|x86|mips|armv5|arm64|x86_64|mips64)$' | xargs)"
589 arm64) product=aosp_arm64;;
985 arm64) GDB=arm-linux-androideabi-gdb; GDB64=aarch64-linux-android-gdb;;
    [all...]
  /development/scripts/
stack_core.py 53 "arm64": "x0|x1|x2|x3|x4|x5|x6|x7|x8|x9|x10|x11|x12|x13|x14|x15|x16|x17|x18|x19|x20|x21|x22|x23|x24|x25|x26|x27|x28|x29|x30|sp|pc|pstate",
60 if symbol.ARCH == "arm64" or symbol.ARCH == "mips64" or symbol.ARCH == "x86_64":
108 if symbol.ARCH == "arm64" or symbol.ARCH == "mips64" or symbol.ARCH == "x86_64":
217 if symbol.ARCH == "arm64" or symbol.ARCH == "mips64" or symbol.ARCH == "x86_64":
270 self.assert_register_matches("arm64", example_crashes.arm64, '\\b(x0|x4|x8|x12|x16|x20|x24|x28|sp)\\b')
  /external/chromium_org/v8/tools/gcmole/
gcmole.lua 69 local ARCHS = ARGS[1] and { ARGS[1] } or { 'ia32', 'arm', 'x64', 'arm64' }
207 arm64 = config { triple = "x86_64-unknown-linux",
  /ndk/build/tools/
build-gnu-libstdc++.sh 166 arm64)
313 #Can't call $(get_default_libdir_for_arch $ARCH) which contain hack for arm64 and mips64

Completed in 1079 milliseconds

1 2 3 45 6 7