Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Daarch64.h32 #define AARCH64 1 /* Customize coffcode.h. */ macro
/netbsd-src/external/gpl3/binutils/dist/include/coff/
H A Daarch64.h35 #define AARCH64 1 /* Customize coffcode.h. */ macro
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangCommandLineReference.rst2929 AARCH64 subsection
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DARMTargetParser.h163 enum class ISAKind { INVALID = 0, ARM, THUMB, AARCH64 }; enumerator