/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
a.out.go | 31 package arm64 package 215 REGRT1 = REG_R16 // ARM64 IP0, for external linker, runtime, duffzero and duffcopy 216 REGRT2 = REG_R17 // ARM64 IP1, for external linker, runtime, duffcopy 217 REGPR = REG_R18 // ARM64 platform register, unused in the Go toolchain 226 // ARM64 uses R31 as both stack pointer and zero register, 346 //go:generate go run ../stringer.go -i $GOFILE -o anames.go -p arm64
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
a.out.go | 31 package arm64 package 215 REGRT1 = REG_R16 // ARM64 IP0, for external linker, runtime, duffzero and duffcopy 216 REGRT2 = REG_R17 // ARM64 IP1, for external linker, runtime, duffcopy 217 REGPR = REG_R18 // ARM64 platform register, unused in the Go toolchain 226 // ARM64 uses R31 as both stack pointer and zero register, 346 //go:generate go run ../stringer.go -i $GOFILE -o anames.go -p arm64
|
/prebuilts/qemu-kernel/ |
build-kernel.sh | 19 VALID_ARCHS="arm x86 x86_64 mips arm64 mips64" 167 if [ "$ARCH" = "arm64" ]; then 208 arm64) 262 arm64) 280 arm64) 311 arm64)
|
/art/compiler/utils/ |
managed_register.h | 30 namespace arm64 { namespace in namespace:art 58 constexpr arm64::Arm64ManagedRegister AsArm64() const;
|
/art/runtime/entrypoints/quick/ |
callee_save_frame.h | 29 #include "arch/arm64/quick_method_frame_info_arm64.h" 80 isa == kArm64 ? arm64::Arm64CalleeSaveFrameSize(type) :
|
/art/test/526-checker-caller-callee-regs/src/ |
Main.java | 37 // ARM64 callee-saved registers | [x20-x29] | x2[0-9] 55 /// CHECK-START-ARM64: int Main.$opt$LiveInCall(int) register (after)
|
/bionic/libc/tools/ |
check-symbols.py | 27 # What GCC calls aarch64, Android calls arm64. 29 arch = 'arm64'
|
/bionic/linker/ |
Android.bp | 44 arm64: { 45 srcs: ["arch/arm64/begin.S"],
|
/device/google/dragon/ |
BoardConfig.mk | 22 TARGET_ARCH := arm64 24 TARGET_CPU_ABI := arm64-v8a
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/AARCH64/ |
RelocatableVirtHelper.S | 65 // booting via the arm64 Linux boot protocol. Update the base-of-image PCD
91 // Copy the DTB to the slack space right after the 64 byte arm64/Linux style
|
/docs/source.android.com/src/devices/tech/config/ |
kernel.jd | 78 is limited to architectures that have seccomp support upstream: ARM, ARM64, x86, 133 arm64: Add __NR_* definitions for compat syscalls</a> by JP Abgrall</li> 135 arm64: Add audit support</a> by AKASHI Takahiro</li> 138 arm64: audit: Add audit hook in syscall_trace_enter/exit()</a> by JP Abgrall</li> 171 arm64: ptrace: add PTRACE_SET_SYSCALL</a> by AKASHI Takahiro</li> 173 arm64: ptrace: allow tracer to skip a system call</a> by AKASHI Takahiro</li> 180 arm64: add SIGSYS siginfo for compat task</a> by AKASHI Takahiro</li> 182 arm64: add seccomp support</a> by AKASHI Takahiro</li>
|
/external/clang/test/Driver/ |
darwin-sdkroot.c | 46 // RUN: env SDKROOT=%t/SDKs/iPhoneOS8.0.0.sdk %clang -target arm64-apple-darwin %s -### 2>&1 \ 51 // CHECK-IPHONE: "-triple" "arm64-apple-ios8.0.0"
|
/external/google-breakpad/src/google_breakpad/processor/ |
dump_context.h | 84 void SetContextARM64(MDRawContextARM64* arm64); 102 MDRawContextARM64* arm64; member in union:google_breakpad::DumpContext::__anon19471
|
/external/libyuv/files/docs/ |
deprecated_builds.md | 116 arm64 118 GYP_DEFINES="OS=ios target_arch=arm64 target_subarch=arm64" GYP_CROSSCOMPILE=1 GYP_GENERATOR_FLAGS="output_dir=out_ios" ./gyp_libyuv 122 both armv7 and arm64 (fat) 145 arm64 147 GYP_DEFINES="OS=android target_arch=arm64 target_subarch=arm64" GYP_CROSSCOMPILE=1 ./gyp_libyuv 170 arm64 disassembly:
|
getting_started.md | 107 arm64 109 gn gen out/Release "--args=is_debug=false target_os=\"ios\" ios_enable_code_signing=false target_cpu=\"arm64\"" 110 gn gen out/Debug "--args=is_debug=true target_os=\"ios\" ios_enable_code_signing=false target_cpu=\"arm64\"" 133 arm64 135 gn gen out/Release "--args=is_debug=false target_os=\"android\" target_cpu=\"arm64\"" 136 gn gen out/Debug "--args=is_debug=true target_os=\"android\" target_cpu=\"arm64\"" 190 gn gen out/Release "--args=is_debug=false target_cpu=\"arm64\"" 191 gn gen out/Debug "--args=is_debug=true target_cpu=\"arm64\""
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-vpopcnt.ll | 1 ; RUN: llc < %s -march=arm64 -mcpu=cyclone | FileCheck %s 2 target triple = "arm64-apple-ios"
|
stack_guard_remat.ll | 1 ; RUN: llc < %s -mtriple=arm64-apple-ios -relocation-model=pic -no-integrated-as | FileCheck %s -check-prefix=DARWIN 2 ; RUN: llc < %s -mtriple=arm64-apple-ios -relocation-model=static -no-integrated-as | FileCheck %s -check-prefix=DARWIN
|
tbi.ll | 1 ; RUN: llc -aarch64-use-tbi -mtriple=arm64-apple-ios8.0.0 < %s \ 3 ; RUN: llc -aarch64-use-tbi -mtriple=arm64-apple-ios7.1.0 < %s \
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/ |
MachO_ARM64_relocations.s | 1 # RUN: llvm-mc -triple=arm64-apple-ios7.0.0 -code-model=small -filetype=obj -o %T/foo.o %s 2 # RUN: llvm-rtdyld -triple=arm64-apple-ios7.0.0 -map-section foo.o,__text=0x10bc0 -verify -check=%s %/T/foo.o
|
/external/llvm/test/MC/Disassembler/AArch64/ |
arm64-crypto.txt | 1 # RUN: llvm-mc -triple arm64-apple-darwin -mattr=crypto --disassemble < %s | FileCheck %s 2 # RUN: llvm-mc -triple arm64-apple-darwin -mattr=crypto -output-asm-variant=1 --disassemble < %s | FileCheck %s --check-prefix=CHECK-APPLE
|
/external/strace/debian/ |
control | 12 Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32 45 Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el s390 sh4 sparc sparc64 x32
|
/external/v8/ |
Makefile.android | 41 DEFINES = target_arch=arm64 v8_target_arch=arm64
|
/external/v8/src/arm64/ |
cpu-arm64.cc | 9 #include "src/arm64/utils-arm64.h"
|
utils-arm64.h | 10 #include "src/arm64/constants-arm64.h"
|
/external/v8/src/ |
codegen.h | 51 #include "src/arm64/codegen-arm64.h" // NOLINT
|