Searched defs:AARCH64 (Results 1 – 7 of 7) sorted by relevance
80 AC_DEFINE([AARCH64], 1, [Define for the AArch64 architecture.]) definition
325 AM_CONDITIONAL(AARCH64, test x$TARGET = xAARCH64) condition
185 AARCH64 = 'aarch64' variable
31 const AARCH64: &str = "aarch64"; constant
62 #define AARCH64 macro
53 #define AARCH64 macro
149 enum class ISAKind { INVALID = 0, ARM, THUMB, AARCH64 }; enumerator