Searched defs:AARCH64 (Results 1 – 8 of 8) sorted by relevance
21 enum class ISAKind { INVALID = 0, ARM, THUMB, AARCH64 }; enumerator
80 AC_DEFINE([AARCH64], 1, [Define for the AArch64 architecture.]) definition
185 AARCH64 = 'aarch64' variable
32 const AARCH64: &str = "aarch64"; constant
53 #define AARCH64 macro
30 AARCH64 = 'aarch64' variable in SupportedArch
149 enum class ISAKind { INVALID = 0, ARM, THUMB, AARCH64 }; enumerator