/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfoPOSIX_riscv64.cpp | 32 case llvm::Triple::riscv64: in GetRegisterInfoPtr() 43 case llvm::Triple::riscv64: in GetRegisterInfoCount()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/TargetInfo/ |
H A D | RISCVTargetInfo.cpp | 26 RegisterTarget<Triple::riscv64, /*HasJIT=*/true> Y( in LLVMInitializeRISCVTargetInfo()
|
/freebsd/sys/riscv/conf/ |
H A D | DEFAULTS | 5 machine riscv riscv64
|
/freebsd/share/mk/ |
H A D | local.sys.machine.mk | 13 MACHINE_ARCH_LIST_riscv?= riscv64
|
H A D | sys.mk | 14 __TO_CPUARCH=C/arm(v[67])?/arm/:C/powerpc(64|64le|spe)/powerpc/:C/riscv64/riscv/
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 67 case riscv64: return "riscv64"; in getArchTypeName() 225 case riscv64: return "riscv"; in getArchTypePrefix() 423 .Case("riscv64", riscv64) in getArchTypeForLLVMName() 571 .Case("riscv64", Triple::riscv64) in parseArch() 935 case Triple::riscv64: in getDefaultFormat() 1656 case llvm::Triple::riscv64: in getArchPointerBitWidth() 1750 case Triple::riscv64: T.setArch(Triple::riscv32); break; in get32BitArchVariant() 1801 case Triple::riscv64: in get64BitArchVariant() 1829 case Triple::riscv32: T.setArch(Triple::riscv64); break; in get64BitArchVariant() 1871 case Triple::riscv64: in getBigEndianArchVariant() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | NetBSD.cpp | 224 case llvm::Triple::riscv64: in ConstructJob() 299 case llvm::Triple::riscv64: in ConstructJob() 451 case llvm::Triple::riscv64: in GetDefaultCXXStdlibType() 575 getTriple().getArch() == llvm::Triple::riscv64; in addClangTargetOptions()
|
H A D | Linux.cpp | 164 case llvm::Triple::riscv64: in getMultiarchTriple() 576 case llvm::Triple::riscv64: { in getDynamicLinker() 797 const bool IsRISCV64 = getTriple().getArch() == llvm::Triple::riscv64; in getSupportedSanitizers()
|
H A D | RISCVToolchain.cpp | 167 bool IsRV64 = ToolChain.getArch() == llvm::Triple::riscv64; in ConstructJob()
|
/freebsd/tools/boot/ |
H A D | universe.sh | 82 riscv/riscv64 \
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ThreadElfCore.cpp | 179 arch.GetMachine() != llvm::Triple::riscv64) { in CreateRegisterContextForFrame() 195 case llvm::Triple::riscv64: in CreateRegisterContextForFrame()
|
/freebsd/stand/efi/loader/arch/riscv/ |
H A D | riscv.ldscript | 2 OUTPUT_ARCH(riscv64)
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF.cpp | 136 case Triple::riscv64: in link_ELF()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.cpp | 157 case Triple::riscv64: { in createLocalCompileCallbackManager() 222 case Triple::riscv64: in createLocalIndirectStubsManagerBuilder()
|
H A D | LazyReexports.cpp | 139 case Triple::riscv64: in createLocalLazyCallThroughManager()
|
/freebsd/crypto/openssh/.github/ |
H A D | configs | 257 debian-riscv64)
|
/freebsd/release/scripts/ |
H A D | make-oci-image.sh | 71 riscv64) ;;
|
/freebsd/usr.bin/gh-bc/ |
H A D | Makefile | 63 .if ${MACHINE_ARCH} != riscv64
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | NativeProcessProtocol.cpp | 546 case llvm::Triple::riscv64: { in GetSoftwareBreakpointTrapOpcode() 580 case llvm::Triple::riscv64: in GetSoftwareBreakpointPCOffset()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 76 riscv64, // RISC-V (64-bit): riscv64 enumerator 998 bool isRISCV64() const { return getArch() == Triple::riscv64; } in isRISCV64()
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | host-cpu-c-abi.m4 | 240 riscv32 | riscv64 ) 250 [cpu=riscv64], 591 riscv32 | riscv64 )
|
/freebsd/release/ |
H A D | release.sh | 144 arm:arm*|arm64:aarch64|riscv:riscv64*)
|
/freebsd/release/tools/ |
H A D | vmimage.subr | 306 arm:armv7 | arm64:aarch64 | riscv:riscv64*)
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 807 case Triple::riscv64: in getRelocationResolver() 892 Obj->getArch() != Triple::riscv64) in resolveRelocation()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
H A D | ABISysV_riscv.cpp | 136 if (llvm::Triple::riscv32 != machine && llvm::Triple::riscv64 != machine) in CreateInstance() 142 abi->SetIsRV64((llvm::Triple::riscv64 == machine) ? true : false); in CreateInstance()
|