Searched defs:AARCH64 (Results 1 – 9 of 9) sorted by relevance
138 set(AARCH64 FALSE) variable159 set(AARCH64 TRUE) variable
2910 AARCH64 subsection
80 AC_DEFINE([AARCH64], 1, [Define for the AArch64 architecture.]) definition
325 AM_CONDITIONAL(AARCH64, test x$TARGET = xAARCH64) condition
52 const AARCH64: &str = "aarch64"; constant
46 AARCH64 = "aarch64" variable in Requirements
53 #define AARCH64 macro
149 enum class ISAKind { INVALID = 0, ARM, THUMB, AARCH64 }; enumerator
163 enum class ISAKind { INVALID = 0, ARM, THUMB, AARCH64 }; enumerator