| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/ |
| AArch64.h | 1 //===--- AArch64.h - AArch64-specific (not ARM) Tool Helpers ----*- C++ -*-===// 21 namespace aarch64 { namespace in namespace:clang::driver::tools 30 } // end namespace aarch64
|
| /src/external/gpl3/gdb.old/dist/gdb/features/ |
| Makefile | 174 aarch64-feature = 1 200 FEATURE_XMLFILES = aarch64-core.xml \ 201 aarch64-fpu.xml \ 202 aarch64-pauth.xml \ 203 aarch64-mte.xml \
|
| /src/external/gpl3/gdb/dist/gdb/features/ |
| Makefile | 177 aarch64-feature = 1 203 FEATURE_XMLFILES = aarch64-core.xml \ 204 aarch64-fpu.xml \ 205 aarch64-pauth.xml \ 206 aarch64-mte.xml \ 207 aarch64-gcs.xml \ 208 aarch64-gcs-linux.xml \
|
| /src/share/mk/ |
| bsd.own.mk | 17 MACHINE_CPU= ${MACHINE_ARCH:C/mips.*e[bl]/mips/:C/sh3e[bl]/sh3/:S/coldfire/m68k/:S/m68000/m68k/:S/m68ksf/m68k/:C/e?arm.*/arm/:S/powerpc64/powerpc/:S/aarch64eb/aarch64/:S/or1knd/or1k/:C/riscv../riscv/} 243 _LIBC_COMPILER_RT.aarch64= yes 803 MACHINES.aarch64= evbarm 1168 (${MACHINE_ARCH} == "aarch64" && ${HAVE_GCC:U0} == 0) || \ 1229 # We want to build zfs only for aarch64{,be}, amd64, riscv64, and sparc64 1241 # DTrace works on aarch64, earm*, i386, and x86_64 1244 ${MACHINE_ARCH} == "aarch64" || \ 1273 # RELRO is enabled on aarch64, amd64, i386, and mip64 by default 1512 MKNOUVEAUFIRMWARE.aarch64= yes 1515 MKRADEONFIRMWARE.aarch64= ye [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| Triple.h | 52 aarch64, // AArch64 (little endian): aarch64 enumerator in enum:llvm::Triple::ArchType 53 aarch64_be, // AArch64 (big endian): aarch64_be 54 aarch64_32, // AArch64 (little endian) ILP32: aarch64_32 723 /// Tests whether the target is AArch64 (little and big endian). 725 return getArch() == Triple::aarch64 || getArch() == Triple::aarch64_be || 729 /// Tests whether the target is AArch64 and pointers are the size specified by 802 /// Tests whether the target is the Apple "arm64e" AArch64 subarch. 804 return getArch() == Triple::aarch64 & [all...] |