| /src/sys/external/isc/libsodium/dist/dist-build/ |
| android-mips32.sh | 4 ARCH=mips HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh"
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/TargetInfo/ |
| MipsTargetInfo.cpp | 35 RegisterTarget<Triple::mipsel, 37 Y(getTheMipselTarget(), "mipsel", "MIPS (32-bit little endian)", "Mips");
|
| /src/external/gpl3/gcc/usr.bin/cc1/ |
| Makefile | 50 .if ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel"
|
| /src/external/gpl3/gcc.old/usr.bin/cc1/ |
| Makefile | 50 .if ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel"
|
| /src/sys/arch/playstation2/conf/ |
| build.playstation2.sh | 6 target=mipsel--netbsd
|
| /src/external/gpl3/binutils/usr.bin/ld/arch/mipsel/ |
| defs.mk | 11 G_target_alias=mipsel--netbsd
|
| /src/external/gpl3/binutils.old/usr.bin/ld/arch/mipsel/ |
| defs.mk | 11 G_target_alias=mipsel--netbsd
|
| /src/distrib/sets/ |
| makeflist | 22 -a arch set arch (e.g, m68k, mipseb, mipsel, powerpc) [${MACHINE_ARCH}]
|
| maketars | 51 -a arch Set arch (e.g, m68k, mipseb, mipsel, powerpc) [${MACHINE_ARCH}]
|
| /src/external/gpl3/gcc/usr.bin/cc1obj/ |
| Makefile | 60 .if ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel"
|
| /src/external/gpl3/gcc/usr.bin/cc1plus/ |
| Makefile | 37 .if ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel"
|
| /src/external/gpl3/gcc.old/usr.bin/cc1obj/ |
| Makefile | 60 .if ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel"
|
| /src/external/gpl3/gcc.old/usr.bin/cc1plus/ |
| Makefile | 37 .if ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel"
|
| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| NaCl.cpp | 95 else if (Arch == llvm::Triple::mipsel) 160 if (getToolChain().getArch() == llvm::Triple::mipsel) 177 if (getToolChain().getArch() == llvm::Triple::mipsel) 243 case llvm::Triple::mipsel: 244 file_paths.push_back(FilePath + "mipsel-nacl/lib"); 245 file_paths.push_back(FilePath + "mipsel-nacl/usr/lib"); 247 file_paths.push_back(ToolPath + "mipsel-nacl"); 291 case llvm::Triple::mipsel: 292 llvm::sys::path::append(P, "mipsel-nacl/usr/include"); 334 case llvm::Triple::mipsel [all...] |
| NaCl.h | 65 return getTriple().getArch() == llvm::Triple::mipsel;
|
| /src/external/gpl3/gcc/usr.bin/cc1objplus/ |
| Makefile | 89 .if ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel"
|
| /src/external/gpl3/gcc.old/usr.bin/cc1objplus/ |
| Makefile | 89 .if ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel"
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| Triple.cpp | 51 case mipsel: return "mipsel"; 112 case mipsel: 290 .Case("mipsel", mipsel) 431 .Cases("mipsel", "mipsallegrexel", "mipsisa32r6el", "mipsr6el", 432 Triple::mipsel) 718 case Triple::mipsel: 790 .Cases("mips", "mipsel", "mipsr6", "mipsr6el", Triple::GNU) 1290 case llvm::Triple::mipsel [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/Mips/ |
| Target.cpp | 65 return Arch == Triple::mips || Arch == Triple::mipsel ||
|
| /src/sys/conf/ |
| copts.mk | 16 (${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel")
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| Triple.h | 63 mipsel, // MIPSEL: mipsel, mipsallegrexe, mipsr6el enumerator in enum:llvm::Triple::ArchType 743 return getArch() == Triple::mips || getArch() == Triple::mipsel;
|
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| IndirectionUtils.cpp | 139 case Triple::mipsel: { 191 case Triple::mipsel:
|
| LazyReexports.cpp | 126 case Triple::mipsel:
|
| /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
| OSTargets.h | 244 case llvm::Triple::mipsel: 406 case llvm::Triple::mipsel: 602 case llvm::Triple::mipsel: 859 } else if (Triple.getArch() == llvm::Triple::mipsel) {
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| XRayInstrumentation.cpp | 230 case Triple::ArchType::mipsel:
|