/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/ |
H A D | riscv64.s | 1 # Assembly code for making riscv64 syscalls. 3 # riscv64 syscall argument register ordering is the same as the riscv64 10 .file "riscv64.s"
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
H A D | mod.rs | 160 } else if #[cfg(any(target_arch = "riscv64"))] { 161 mod riscv64; modules 162 pub use self::riscv64::*;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
H A D | mod.rs | 76 target_arch = "riscv64", 85 target_arch = "riscv64", 117 } else if #[cfg(any(target_arch = "riscv64"))] { 118 mod riscv64; modules 119 pub use self::riscv64::*;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/TargetInfo/ |
H A D | RISCVTargetInfo.cpp | 26 RegisterTarget<Triple::riscv64> Y(getTheRISCV64Target(), "riscv64", in LLVMInitializeRISCVTargetInfo()
|
/third_party/node/deps/v8/src/base/ |
H A D | build_config.h | 177 #error Target architecture riscv64 is only supported on riscv64 and x64 host
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Triple.cpp | 56 case riscv64: return "riscv64"; in getArchTypeName() 147 case riscv64: return "riscv"; in getArchTypePrefix() 289 .Case("riscv64", riscv64) in getArchTypeForLLVMName() 422 .Case("riscv64", Triple::riscv64) in parseArch() 696 case Triple::riscv64: in getDefaultFormat() 1286 case llvm::Triple::riscv64: 1366 case Triple::riscv64 [all...] |
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
H A D | mod.rs | 349 } else if #[cfg(target_arch = "riscv64")] { 350 mod riscv64; modules 351 pub use self::riscv64::*;
|
/third_party/node/deps/openssl/config/ |
H A D | Makefile | 18 NO_ASM_ARCHS = VC-WIN64-ARM linux64-riscv64 linux64-loongarch64
|
/third_party/musl/scripts/build_lite/ |
H A D | Makefile | 207 mv -f src/ldso/riscv64/linux/* src/ldso/riscv64/ && \
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8config.h | 885 #error Target architecture riscv64 is only supported on riscv64 and x64 host
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Triple.h | 69 riscv64, // RISC-V (64-bit): riscv64 enumerator 731 return getArch() == Triple::riscv32 || getArch() == Triple::riscv64; in isRISCV()
|
/third_party/node/ |
H A D | Makefile | 934 ifeq ($(findstring riscv64,$(UNAME_M)),riscv64) 935 DESTCPU ?= riscv64 971 ifeq ($(DESTCPU),riscv64) 972 ARCH=riscv64
|
/third_party/musl/ |
H A D | configure | 339 riscv64*) ARCH=riscv64 ;; 731 if test "$ARCH" = "riscv64" -o "$ARCH" = "riscv32" ; then
|
/third_party/rust/crates/libc/libc-test/ |
H A D | build.rs | 3053 let riscv64 = target.contains("riscv64"); in test_linux() 3490 // FIXME: Not defined on ARM, gnueabihf, MIPS, musl, PowerPC, riscv64, s390x, and sparc64. in test_linux() 3491 "SYS_memfd_secret" if arm | gnueabihf | mips | musl | ppc | riscv64 | s390x | sparc64 => true, in test_linux() 3509 if mips || ppc64 || riscv64 || sparc64 => true, in test_linux() 3794 && ((x86_64 || i686 || arm || riscv64) && gnu || x86_64_gnux32) in test_linux()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 566 case Triple::riscv64: in getRelocationResolver()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1937 } else if #[cfg(target_arch = "riscv64")] { 1938 mod riscv64; modules 1939 pub use self::riscv64::*;
|
/third_party/eudev/ |
H A D | config.guess | 1020 riscv32:Linux:*:* | riscv64:Linux:*:*)
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 131 - "riscv64"
|
/third_party/lame/ |
H A D | config.guess | 1030 riscv32:Linux:*:* | riscv64:Linux:*:*)
|
/third_party/node/deps/cares/ |
H A D | config.guess | 1131 riscv32:Linux:*:* | riscv32be:Linux:*:* | riscv64:Linux:*:* | riscv64be:Linux:*:*)
|
/third_party/node/deps/cares/config/ |
H A D | config.guess | 1131 riscv32:Linux:*:* | riscv32be:Linux:*:* | riscv64:Linux:*:* | riscv64be:Linux:*:*)
|
/third_party/libevdev/build-aux/ |
H A D | config.guess | 1131 riscv32:Linux:*:* | riscv32be:Linux:*:* | riscv64:Linux:*:* | riscv64be:Linux:*:*)
|
/third_party/python/ |
H A D | config.guess | 1128 riscv32:Linux:*:* | riscv32be:Linux:*:* | riscv64:Linux:*:* | riscv64be:Linux:*:*)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 226 case Triple::riscv64: in Initialize()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | config.guess | 1027 riscv32:Linux:*:* | riscv64:Linux:*:*)
|