Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TargetParser/
DARMTargetParserCommon.h21 enum class ISAKind { INVALID = 0, ARM, THUMB, AARCH64 }; enumerator
/external/strace/
Dconfigure.ac80 AC_DEFINE([AARCH64], 1, [Define for the AArch64 architecture.]) definition
/external/XNNPACK/scripts/
Dconvert-assembly-to-jit.py185 AARCH64 = 'aarch64' variable
/external/rust/android-crates-io/crates/ring/
Dbuild.rs32 const AARCH64: &str = "aarch64"; constant
/external/libffi/msvc_build/aarch64/aarch64_include/
Dffi.h53 #define AARCH64 macro
/external/mbedtls/scripts/
Dcode_size_compare.py30 AARCH64 = 'aarch64' variable in SupportedArch
/external/openthread/third_party/mbedtls/repo/scripts/
Dcode_size_compare.py30 AARCH64 = 'aarch64' variable in SupportedArch
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMTargetParser.h149 enum class ISAKind { INVALID = 0, ARM, THUMB, AARCH64 }; enumerator