Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/
DCMakeLists.txt138 set(AARCH64 FALSE) variable
159 set(AARCH64 TRUE) variable
/external/llvm-project/clang/docs/
DClangCommandLineReference.rst2910 AARCH64 subsection
/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/rust/crates/ring/
Dbuild.rs52 const AARCH64: &str = "aarch64"; constant
/external/crosvm/ci/
Dtest_runner.py46 AARCH64 = "aarch64" variable in Requirements
/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
/external/llvm-project/llvm/include/llvm/Support/
DARMTargetParser.h163 enum class ISAKind { INVALID = 0, ARM, THUMB, AARCH64 }; enumerator