HomeSort by relevance Sort by last modified time
    Searched refs:arm64 (Results 251 - 275 of 423) sorted by null

<<11121314151617

  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 20 #include "utils/arm64/managed_register_arm64.h"
23 namespace arm64 { namespace in namespace:art
25 static_assert(kArm64PointerSize == PointerSize::k64, "Unexpected ARM64 pointer size");
187 // We spill the argument registers on ARM64 to free them up for scratch use, we then assume
360 } // namespace arm64
  /art/compiler/utils/arm64/
assembler_arm64.cc 26 namespace arm64 { namespace in namespace:art
29 #error "ARM64 Assembler macro already defined."
163 } // namespace arm64
jni_macro_assembler_arm64.h 39 namespace arm64 { namespace in namespace:art
244 } // namespace arm64
  /build/soong/android/
variable.go 190 DeviceArch: stringPtr("arm64"),
193 DeviceAbi: &[]string{"arm64-v8a"},
  /external/libvpx/libvpx/build/make/
iosbuild.sh 33 ARM_TARGETS="arm64-darwin-gcc
74 arm64-*)
  /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
  /frameworks/rs/
update_rs_prebuilts.sh 24 TARGETS=(arm mips x86 arm64 x86_64)
  /prebuilts/go/darwin-x86/src/runtime/
os_darwin.go 179 // The alternate signal stack is buggy on arm and arm64.
182 if GOARCH != "arm" && GOARCH != "arm64" {
487 // darwin/arm64 uses registers instead of stack-based arguments.
gcinfo_test.go 150 case "arm64", "amd64", "mips64", "mips64le", "ppc64", "ppc64le", "s390x":
  /prebuilts/go/linux-x86/src/runtime/
os_darwin.go 179 // The alternate signal stack is buggy on arm and arm64.
182 if GOARCH != "arm" && GOARCH != "arm64" {
487 // darwin/arm64 uses registers instead of stack-based arguments.
gcinfo_test.go 150 case "arm64", "amd64", "mips64", "mips64le", "ppc64", "ppc64le", "s390x":
  /bionic/tools/versioner/src/
Preprocessor.cpp 144 { "defined(__LP64__)", { Arch::arm64, Arch::mips64, Arch::x86_64 } },
149 { Arch::arm64, "defined(__aarch64__)" },
DeclarationDatabase.cpp 169 { &arch_availability[Arch::arm64].introduced,
  /external/compiler-rt/make/platform/
darwin_bni.mk 122 FUNCTIONS.arm64 := divti3 modti3 \
  /prebuilts/go/darwin-x86/src/cmd/link/internal/arm64/
l.go 31 package arm64 package
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_arm_gen.go 183 // +build arm arm64
  /prebuilts/go/darwin-x86/src/net/
platform_test.go 40 if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
  /prebuilts/go/linux-x86/src/cmd/link/internal/arm64/
l.go 31 package arm64 package
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_arm_gen.go 183 // +build arm arm64
  /prebuilts/go/linux-x86/src/net/
platform_test.go 40 if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
  /art/compiler/optimizing/
codegen_test_utils.h 22 #include "arch/arm64/instruction_set_features_arm64.h"
282 return new (graph->GetArena()) arm64::CodeGeneratorARM64(graph,
optimizing_compiler.cc 529 } else if (opt_name == arm64::InstructionSimplifierArm64::kInstructionSimplifierArm64PassName) {
530 return new (arena) arm64::InstructionSimplifierArm64(graph, stats);
658 arm64::InstructionSimplifierArm64* simplifier =
659 new (arena) arm64::InstructionSimplifierArm64(graph, stats);
    [all...]
scheduler_arm64.cc 22 namespace arm64 { namespace in namespace:art
346 } // namespace arm64
  /build/soong/cc/
ndk_library.go 121 android.Arm64: 21,
333 // arm64 isn't actually a multilib toolchain, so unlike the other LP64
336 if ctx.toolchain().Is64Bit() && arch != "arm64" {

Completed in 642 milliseconds

<<11121314151617