/third_party/rust/crates/libc/ci/docker/mipsel-unknown-linux-uclibc/ |
D | Dockerfile | 4 gcc libc6-dev qemu-user ca-certificates qemu-system-mipsel curl \ 19 STAGING_DIR=/toolchain/mipsel-buildroot-linux-uclibc/sysroot \ 20 CC_mipsel_unknown_linux_uclibc=mipsel-buildroot-linux-uclibc-gcc \ 21 CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_UCLIBC_LINKER=mipsel-buildroot-linux-uclibc-gcc \ 22 …CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_UCLIBC_RUNNER="qemu-mipsel -L /toolchain/mipsel-buildroot-linux-…
|
/third_party/rust/crates/libc/ci/docker/mipsel-unknown-linux-musl/ |
D | Dockerfile | 4 gcc libc6-dev qemu-user ca-certificates qemu-system-mipsel curl \ 22 CC_mipsel_unknown_linux_musl=mipsel-openwrt-linux-musl-gcc \ 23 CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_MUSL_LINKER=mipsel-openwrt-linux-musl-gcc \ 24 …CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_MUSL_RUNNER="qemu-mipsel -L /toolchain/staging_dir/toolchain-mip…
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
D | generate.sh | 38 mipsel-linux-gnu-gcc -Iinclude -c list.c $cflags 39 mipsel-linux-gnu-gcc main.c list.o -o main.exe $cflags 40 qemu-mipsel -L /usr/mipsel-linux-gnu ./main.exe >> "$out"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Triple.cpp | 45 case mipsel: return "mipsel"; in getArchTypeName() 102 case mipsel: in getArchTypePrefix() 278 .Case("mipsel", mipsel) in getArchTypeForLLVMName() 414 Triple::mipsel) in parseArch() 687 case Triple::mipsel: in getDefaultFormat() 1253 case llvm::Triple::mipsel: in getArchPointerBitWidth() 1336 case Triple::mipsel: in get32BitArchVariant() 1362 case Triple::mips64el: T.setArch(Triple::mipsel); break; in get32BitArchVariant() 1425 case Triple::mipsel: T.setArch(Triple::mips64el); break; in get64BitArchVariant() 1485 case Triple::mipsel: T.setArch(Triple::mips); break; in getBigEndianArchVariant() [all …]
|
/third_party/node/deps/v8/tools/toolchain/ |
D | BUILD.gn | 51 gcc_toolchain("mipsel-bundled") { 67 current_cpu = "mipsel"
|
/third_party/musl/ |
D | musl_config.gni | 13 } else if (current_cpu == "mipsel") { 29 musl_target_triple = "mipsel-linux-ohos"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/TargetInfo/ |
D | MipsTargetInfo.cpp | 35 RegisterTarget<Triple::mipsel, in LLVMInitializeMipsTargetInfo()
|
/third_party/toybox/scripts/ |
D | mkroot.sh | 283 elif [ "$TARGET" == mips ] || [ "$TARGET" == mipsel ] 308 [ "$TARGET" == mipsel ] &&
|
D | mcm-buildall.sh | 154 i486:: m68k:: microblaze:: mips:: mips64:: mipsel:: powerpc:: \
|
/third_party/jerryscript/cmake/ |
D | toolchain_openwrt_mipsel.cmake | 18 set(CMAKE_C_COMPILER mipsel-openwrt-linux-gcc)
|
/third_party/rust/crates/nix/ |
D | bors.toml | 21 "Linux mipsel",
|
D | README.md | 60 * mipsel-unknown-linux-gnu
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 141 case Triple::mipsel: { in createLocalCompileCallbackManager() 193 case Triple::mipsel: in createLocalIndirectStubsManagerBuilder()
|
D | LazyReexports.cpp | 106 case Triple::mipsel: in createLocalLazyCallThroughManager()
|
/third_party/node/deps/v8/infra/mb/ |
D | mb_config.pyl | 25 'mipsel.debug': 'default_debug_mipsel', 26 'mipsel.optdebug': 'default_optdebug_mipsel', 27 'mipsel.release': 'default_release_mipsel', 194 'V8 Linux - mipsel - sim - builder': 'release_simulate_mipsel', 860 'target_cpu="x86" v8_target_cpu="mipsel" mips_arch_variant="r2"',
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Triple.h | 59 mipsel, // MIPSEL: mipsel, mipsallegrexe, mipsr6el enumerator 711 return getArch() == Triple::mips || getArch() == Triple::mipsel; in isMIPS32()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | BUILD.gn | 79 } else if (current_cpu == "mipsel") { 268 } else if (current_cpu == "mipsel") {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | XRayInstrumentation.cpp | 214 case Triple::ArchType::mipsel: in runOnMachineFunction()
|
/third_party/node/tools/v8_gypfiles/ |
D | toolchain.gypi | 355 ['v8_target_arch=="mips" or v8_target_arch=="mipsel" \ 608 ['v8_target_arch=="mipsel"', { 842 }], # v8_target_arch=="mipsel" 1037 v8_target_arch=="mips" or v8_target_arch=="mipsel" or \
|
D | v8.gyp | 285 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { 635 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { 880 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { 980 …#['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm", "riscv64", "loong64"]'… 1669 …="mips" or _toolset == "host" and host_arch == "mipsel" or _toolset == "target" and target_arch=="… 1806 ['v8_target_arch=="mips" or v8_target_arch=="mipsel" \
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/ |
D | CMakeLists.txt | 70 elseif(ARCH STREQUAL "mipsel")
|
/third_party/rust/crates/minimal-lexical/ |
D | README.md | 78 - mipsel (MIPS LE) Linux.
|
/third_party/node/deps/v8/gni/ |
D | snapshot_toolchain.gni | 99 } else if (v8_current_cpu == "arm" || v8_current_cpu == "mipsel") {
|
D | v8.gni | 186 if (target_cpu == "mipsel" || target_cpu == "mips64el" ||
|
/third_party/skia/third_party/externals/microhttpd/ |
D | config.sub | 273 | mips | mipsbe | mipseb | mipsel | mipsle \
|