Home
last modified time | relevance | path

Searched refs:AARCH64 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h50 namespace AARCH64 {
112 {llvm::Triple::NetBSD, llvm::Triple::aarch64, NETBSD::AARCH64::NT_FPREGS},
H A DProcessElfCore.cpp715 if (note.info.n_type == NETBSD::AARCH64::NT_REGS) { in parseNetBSDNotes()
730 } else if (note.info.n_type == NETBSD::AARCH64::NT_FPREGS) { in parseNetBSDNotes()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParserCommon.cpp111 .StartsWith("aarch64", ISAKind::AARCH64) in parseArchISA()
112 .StartsWith("arm64", ISAKind::AARCH64) in parseArchISA()
H A DTriple.cpp481 case ARM::ISAKind::AARCH64: in parseARMArch()
497 case ARM::ISAKind::AARCH64: in parseARMArch()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParserCommon.h21 enum class ISAKind { INVALID = 0, ARM, THUMB, AARCH64 }; enumerator
/freebsd/contrib/libpcap/cmake/Modules/
H A DFinddpdk.cmake97 elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64|AARCH64")
/freebsd/contrib/file/magic/Magdir/
H A Dlinux253 # Linux AARCH64 kernel image
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td1 //===- IntrinsicsAARCH64.td - Defines AARCH64 intrinsics ---*- tablegen -*-===//
9 // This file defines all of the AARCH64-specific intrinsics.
/freebsd/sys/contrib/edk2/
H A DMdePkg.dec39 [Includes.AARCH64]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td207 Group<m_Group>, DocName<"AARCH64">;