Home
last modified time | relevance | path

Searched refs:riscv32 (Results 1 - 25 of 27) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dmod.rs58 } else if #[cfg(any(target_arch = "riscv32"))] {
59 mod riscv32; modules
60 pub use self::riscv32::*;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/TargetInfo/
H A DRISCVTargetInfo.cpp24 RegisterTarget<Triple::riscv32> X(getTheRISCV32Target(), "riscv32", in LLVMInitializeRISCVTargetInfo()
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/
H A Dusr.mk7 TOOLS_PREFIX := riscv32-unknown-elf-
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTriple.cpp55 case riscv32: return "riscv32"; in getArchTypeName()
146 case riscv32: in getArchTypePrefix()
288 .Case("riscv32", riscv32) in getArchTypeForLLVMName()
421 .Case("riscv32", Triple::riscv32) in parseArch()
695 case Triple::riscv32: in getDefaultFormat()
1258 case llvm::Triple::riscv32:
1341 case Triple::riscv32
[all...]
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs21 if #[cfg(target_arch = "riscv32")] {
350 } else if #[cfg(target_arch = "riscv32")] {
351 mod riscv32; modules
352 pub use self::riscv32::*;
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/qemu/
H A DMakefile228 else ifeq ($(ARCH),riscv32)
229 CHOST := riscv32-linux-musl
230 QEMU_ARCH := riscv32
257 $(error I only build: x86_64, i686, arm, armeb, aarch64, aarch64_be, mips, mipsel, mips64, mips64el, powerpc64, powerpc64le, powerpc, m68k, riscv64, riscv32, s390x, um)
/kernel/linux/linux-5.10/arch/riscv/
H A DMakefile32 UTS_MACHINE := riscv32
/third_party/node/deps/v8/include/v8-include/
H A Dv8config.h888 #error Target architecture riscv32 is only supported on riscv32 and ia32 host
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DTriple.h68 riscv32, // RISC-V (32-bit): riscv32 enumerator
731 return getArch() == Triple::riscv32 || getArch() == Triple::riscv64; in isRISCV()
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dgenimage.sh114 20530) echo riscv32 ;;
/device/soc/hisilicon/hi3861v100/sdk_liteos/
H A Dfactory.mk27 GCC_LIBPATH := -L$(GCC_PATH)../lib/gcc/riscv32-unknown-elf/$(GCC_VER_NUM)
H A Dnon_factory.mk26 GCC_LIBPATH := -L$(GCC_PATH)../lib/gcc/riscv32-unknown-elf/$(GCC_VER_NUM)
/kernel/linux/linux-6.6/arch/riscv/
H A DMakefile39 UTS_MACHINE := riscv32
/third_party/musl/
H A Dconfigure340 riscv32*) ARCH=riscv32 ;;
731 if test "$ARCH" = "riscv64" -o "$ARCH" = "riscv32" ; then
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DRelocationResolver.cpp596 case Triple::riscv32: in getRelocationResolver()
/third_party/eudev/
H A Dconfig.guess1020 riscv32:Linux:*:* | riscv64:Linux:*:*)
/third_party/gn/src/gn/
H A Dvariables.cc130 - "riscv32"
/third_party/lame/
H A Dconfig.guess1030 riscv32:Linux:*:* | riscv64:Linux:*:*)
/third_party/node/deps/cares/
H A Dconfig.guess1131 riscv32:Linux:*:* | riscv32be:Linux:*:* | riscv64:Linux:*:* | riscv64be:Linux:*:*)
/third_party/node/deps/cares/config/
H A Dconfig.guess1131 riscv32:Linux:*:* | riscv32be:Linux:*:* | riscv64:Linux:*:* | riscv64be:Linux:*:*)
/third_party/libevdev/build-aux/
H A Dconfig.guess1131 riscv32:Linux:*:* | riscv32be:Linux:*:* | riscv64:Linux:*:* | riscv64be:Linux:*:*)
/third_party/python/
H A Dconfig.guess1128 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 DTargetLoweringObjectFileImpl.cpp225 case Triple::riscv32: in Initialize()
/third_party/skia/third_party/externals/libpng/
H A Dconfig.guess1027 riscv32:Linux:*:* | riscv64:Linux:*:*)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFObjectFile.h1158 return Triple::riscv32; in getArch()

Completed in 27 milliseconds

12