Searched defs:AARCH64 (Results 1 – 4 of 4) sorted by relevance
80 AC_DEFINE([AARCH64], 1, [Define for the AArch64 architecture.]) definition
324 AM_CONDITIONAL(AARCH64, test x$TARGET = xAARCH64) condition
325 AM_CONDITIONAL(AARCH64, test x$TARGET = xAARCH64) condition
100 enum class ISAKind { INVALID = 0, ARM, THUMB, AARCH64 }; enumerator