HomeSort by: relevance | last modified time | path
    Searched defs:aarch64 (Results 1 - 5 of 5) sorted by relevancy

  /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/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.old/dist/gdb/features/
Makefile 177 aarch64-feature = 1
201 FEATURE_XMLFILES = aarch64-core.xml \
202 aarch64-fpu.xml \
203 aarch64-pauth.xml \
204 aarch64-mte.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/}
241 _LIBC_COMPILER_RT.aarch64= yes
796 MACHINES.aarch64= evbarm
1166 (${MACHINE_ARCH} == "aarch64" && ${HAVE_GCC:U0} == 0) || \
1219 # We want to build zfs only for amd64, aarch64 and sparc64 by default for now.
1228 # DTrace works on amd64, i386, aarch64, and earm*
1232 ${MACHINE_ARCH} == "aarch64" || \
1258 # RELRO is enabled on i386, amd64, and aarch64 by default
1495 MKNOUVEAUFIRMWARE.aarch64= yes
1498 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...]

Completed in 55 milliseconds