Home
last modified time | relevance | path

Searched defs:AARCH64 (Results 1 – 7 of 7) sorted by relevance

/external/strace/
Dconfigure.ac80 AC_DEFINE([AARCH64], 1, [Define for the AArch64 architecture.]) definition
/external/python/cpython2/Modules/_ctypes/libffi/
Dconfigure.ac325 AM_CONDITIONAL(AARCH64, test x$TARGET = xAARCH64) condition
/external/XNNPACK/scripts/
Dconvert-assembly-to-jit.py185 AARCH64 = 'aarch64' variable
/external/rust/crates/ring/
Dbuild.rs31 const AARCH64: &str = "aarch64"; constant
/external/python/cpython2/linux_arm64/libffi/
Dffi.h62 #define AARCH64 macro
/external/libffi/msvc_build/aarch64/aarch64_include/
Dffi.h53 #define AARCH64 macro
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMTargetParser.h149 enum class ISAKind { INVALID = 0, ARM, THUMB, AARCH64 }; enumerator