Home
last modified time | relevance | path

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

/external/strace/
Dconfigure.ac80 AC_DEFINE([AARCH64], 1, [Define for the AArch64 architecture.]) definition
/external/libffi/
Dconfigure.ac324 AM_CONDITIONAL(AARCH64, test x$TARGET = xAARCH64) condition
/external/python/cpython2/Modules/_ctypes/libffi/
Dconfigure.ac325 AM_CONDITIONAL(AARCH64, test x$TARGET = xAARCH64) condition
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DTargetParser.h100 enum class ISAKind { INVALID = 0, ARM, THUMB, AARCH64 }; enumerator