Home
last modified time | relevance | path

Searched refs:riscv64 (Results 1 – 25 of 96) sorted by relevance

1234

/openbsd/distrib/sets/lists/base/
H A Dmd.riscv6412 ./usr/libdata/perl5/riscv64-openbsd
13 ./usr/libdata/perl5/riscv64-openbsd/.packlist
14 ./usr/libdata/perl5/riscv64-openbsd/B
15 ./usr/libdata/perl5/riscv64-openbsd/B.pm
18 ./usr/libdata/perl5/riscv64-openbsd/B/Terse.pm
19 ./usr/libdata/perl5/riscv64-openbsd/B/Xref.pm
20 ./usr/libdata/perl5/riscv64-openbsd/CORE
24 ./usr/libdata/perl5/riscv64-openbsd/CORE/av.h
121 ./usr/libdata/perl5/riscv64-openbsd/Data
187 ./usr/libdata/perl5/riscv64-openbsd/IO
[all …]
/openbsd/distrib/sets/lists/comp/
H A Dmd.riscv644 ./usr/include/riscv64
5 ./usr/include/riscv64/_float.h
6 ./usr/include/riscv64/_types.h
7 ./usr/include/riscv64/apmvar.h
8 ./usr/include/riscv64/asm.h
9 ./usr/include/riscv64/atomic.h
11 ./usr/include/riscv64/bus.h
12 ./usr/include/riscv64/cdefs.h
13 ./usr/include/riscv64/conf.h
14 ./usr/include/riscv64/cpu.h
[all …]
/openbsd/sys/arch/riscv64/conf/
H A Dfiles.riscv6413 file arch/riscv64/riscv64/autoconf.c
14 file arch/riscv64/riscv64/ast.c
16 file arch/riscv64/riscv64/bus_dma.c
17 file arch/riscv64/riscv64/clock.c
18 file arch/riscv64/riscv64/conf.c
20 file arch/riscv64/riscv64/locore.S
21 file arch/riscv64/riscv64/copy.S
26 file arch/riscv64/riscv64/intr.c
27 file arch/riscv64/riscv64/pmap.c
28 file arch/riscv64/riscv64/mem.c
[all …]
H A DGENERIC.MP3 include "arch/riscv64/conf/GENERIC"
H A Dkern.ldscript3 OUTPUT_ARCH(riscv64)
/openbsd/share/mk/
H A Dbsd.own.mk18 CLANG_ARCH=aarch64 amd64 arm i386 mips64 mips64el powerpc powerpc64 riscv64 sparc64
21 LLD_ARCH=aarch64 amd64 arm i386 powerpc powerpc64 riscv64
25 PIE_ARCH=aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc powerpc64 riscv64 sh sparc64
26 STATICPIE_ARCH=aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc powerpc64 riscv64 sh sparc…
/openbsd/sys/arch/riscv64/include/
H A Dparam.h44 #define _MACHINE riscv64
46 #define _MACHINE_ARC riscv64
/openbsd/sys/arch/riscv64/stand/efiboot/
H A DMakefile21 LDFLAGS+=-nostdlib -T ${.CURDIR}/ldscript.riscv64 -Bsymbolic -shared
40 .PATH: ${S}/lib/libkern/arch/riscv64 ${S}/lib/libkern
48 CPPFLAGS+= -I${EFIDIR}/include -I${EFIDIR}/include/riscv64
52 CPPFLAGS+= -march=rv64gc --target=riscv64 -mno-relax
/openbsd/distrib/notes/riscv64/
H A Dfeatures7 dnl src/distrib/riscv64/ramdisk/install.md
9 dnl src/distrib/riscv64/ramdisk/list
14 define({:-MACHINE_ARCH-:},riscv64)dnl
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_riscv64.cpp32 case llvm::Triple::riscv64: in GetRegisterInfoPtr()
43 case llvm::Triple::riscv64: in GetRegisterInfoCount()
/openbsd/share/man/man8/man8.riscv64/
H A DMakefile4 MANSUBDIR=riscv64
/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DRISCV.cpp129 bool Is64Bit = getTriple().getArch() == llvm::Triple::riscv64; in getTargetDefines()
229 if (getTriple().getArch() == llvm::Triple::riscv64) { in initFeatureMap()
281 bool Is64Bit = getTriple().getArch() == llvm::Triple::riscv64; in hasFeature()
/openbsd/share/man/man4/man4.riscv64/
H A DMakefile7 MANSUBDIR=riscv64
/openbsd/libexec/ld.so/riscv64/
H A DMakefile.inc7 CPPFLAGS += -I${.CURDIR}/../../lib/libc/arch/riscv64
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/TargetInfo/
H A DRISCVTargetInfo.cpp26 RegisterTarget<Triple::riscv64, /*HasJIT=*/true> Y( in LLVMInitializeRISCVTargetInfo()
/openbsd/distrib/
H A DMakefile8 octeon powerpc64 riscv64 sparc64
/openbsd/usr.sbin/eeprom/
H A DMakefile17 MANSUBDIR=arm64 armv7 macppc octeon powerpc64 riscv64 sparc64
/openbsd/regress/lib/libc/ieeefp/except/
H A DMakefile7 .if ${MACHINE} == arm64 || ${MACHINE} == armv7 || ${MACHINE} == riscv64
/openbsd/sys/
H A DMakefile9 arch/riscv64 arch/sparc64
/openbsd/usr.sbin/gpioctl/
H A DMakefile22 MANSUBDIR=amd64 arm64 armv7 i386 macppc riscv64
/openbsd/share/man/man8/
H A DMakefile14 man8.octeon man8.powerpc64 man8.riscv64 man8.sparc64
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp66 case riscv64: return "riscv64"; in getArchTypeName()
167 case riscv64: return "riscv"; in getArchTypePrefix()
341 .Case("riscv64", riscv64) in getArchTypeForLLVMName()
487 .Case("riscv64", Triple::riscv64) in parseArch()
845 case Triple::riscv64: in getDefaultFormat()
1456 case llvm::Triple::riscv64: in getArchPointerBitWidth()
1549 case Triple::riscv64: T.setArch(Triple::riscv32); break; in get32BitArchVariant()
1599 case Triple::riscv64: in get64BitArchVariant()
1627 case Triple::riscv32: T.setArch(Triple::riscv64); break; in get64BitArchVariant()
1668 case Triple::riscv64: in getBigEndianArchVariant()
[all …]
/openbsd/regress/etc/MAKEDEV/
H A DMakefile11 ARCHS += riscv64
/openbsd/distrib/notes/
H A DMakefile22 loongson luna88k macppc octeon powerpc64 riscv64 sparc64; \
/openbsd/gnu/llvm/compiler-rt/cmake/
H A Dcrt-config-ix.cmake30 set(RISCV64 riscv64)

1234