| /freebsd/sys/contrib/libsodium/dist-build/ |
| H A D | android-mips64.sh | 4 CC="mips64el-linux-android-gcc" NDK_PLATFORM=android-21 ARCH=mips64 HOST_COMPILER=mips64el-linux-an…
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/TargetInfo/ |
| H A D | MipsTargetInfo.cpp | 45 RegisterTarget<Triple::mips64el, in LLVMInitializeMipsTargetInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 52 case mips64el: return "mips64el"; in getArchTypeName() 107 case Triple::mips64el: in getArchName() 196 case mips64el: return "mips"; in getArchTypePrefix() 444 .Case("mips64el", mips64el) in getArchTypeForLLVMName() 597 "mipsn32r6el", Triple::mips64el) in parseArch() 959 case Triple::mips64el: in getDefaultFormat() 1717 case llvm::Triple::mips64el: in getArchPointerBitWidth() 1825 case Triple::mips64el: in get32BitArchVariant() 1877 case Triple::mips64el: in get64BitArchVariant() 1903 T.setArch(Triple::mips64el, getSubArch()); in get64BitArchVariant() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | RegisterContextPOSIXCore_mips64.cpp | 58 if (reg_info->byte_size == 4 && !(arch.GetMachine() == llvm::Triple::mips64el)) in ReadRegister()
|
| H A D | ThreadElfCore.cpp | 220 case llvm::Triple::mips64el: in CreateRegisterContextForFrame()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | NetBSD.cpp | 60 case llvm::Triple::mips64el: { in ConstructJob() 193 case llvm::Triple::mips64el: in ConstructJob() 414 case llvm::Triple::mips64el: in NetBSD()
|
| H A D | OpenBSD.cpp | 69 case llvm::Triple::mips64el: { in ConstructJob() 137 else if (Arch == llvm::Triple::mips64el) in ConstructJob()
|
| H A D | FreeBSD.cpp | 54 case llvm::Triple::mips64el: { in ConstructJob() 204 case llvm::Triple::mips64el: in ConstructJob()
|
| H A D | Linux.cpp | 147 case llvm::Triple::mips64el: { in getMultiarchTriple() 545 case llvm::Triple::mips64el: { in getDynamicLinker()
|
| H A D | CommonArgs.cpp | 118 case llvm::Triple::mips64el: in useFramePointerForTargetByDefault() 601 case llvm::Triple::mips64el: in getLDMOption() 730 case llvm::Triple::mips64el: { in getCPUName() 825 case llvm::Triple::mips64el: in getTargetFeatures() 1965 case llvm::Triple::mips64el: in ParsePICArgs()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.cpp | 181 case Triple::mips64el: { in createLocalCompileCallbackManager() 245 case Triple::mips64el: in createLocalIndirectStubsManagerBuilder()
|
| H A D | EPCIndirectionUtils.cpp | 259 case Triple::mips64el: in Create()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 151 {eByteOrderLittle, 8, 2, 4, llvm::Triple::mips64el, 153 {eByteOrderLittle, 8, 2, 4, llvm::Triple::mips64el, 155 {eByteOrderLittle, 8, 2, 4, llvm::Triple::mips64el, 157 {eByteOrderLittle, 8, 2, 4, llvm::Triple::mips64el, 159 {eByteOrderLittle, 8, 2, 4, llvm::Triple::mips64el, 718 core_def->machine == llvm::Triple::mips64el) { in GetAddressByteSize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 42 case Triple::mips64el: in OMPContext() 88 case Triple::mips64el: in OMPContext()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 532 case llvm::Triple::mips64el: in GetSoftwareBreakpointTrapOpcode() 576 case llvm::Triple::mips64el: in GetSoftwareBreakpointPCOffset()
|
| H A D | HostInfoBase.cpp | 348 case llvm::Triple::mips64el: in ComputeHostArchitectureSupport()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | XRayInstrumentation.cpp | 294 case Triple::ArchType::mips64el: in run()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | XRayArgs.cpp | 52 case llvm::Triple::mips64el: in XRayArgs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 70 mips64el, // MIPS64EL: mips64el, mips64r6el, mipsn32el, mipsn32r6el enumerator 1031 return getArch() == Triple::mips64 || getArch() == Triple::mips64el; in isMIPS64()
|
| /freebsd/crypto/openssl/ |
| H A D | NOTES-ANDROID.md | 90 env EXE_SHELL="qemu-mips64el -cpu MIPS64R6-generic" make test
|
| /freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | ELF.cpp | 237 case Triple::mips64el: in convertTripleArchTypeToEMachine()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | OSTargets.h | 382 case llvm::Triple::mips64el: in LinuxTargetInfo() 495 case llvm::Triple::mips64el: in OpenBSDTargetInfo()
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | config.sub | 275 | mips64 | mips64el \
|
| /freebsd/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | config.sub | 275 | mips64 | mips64el \
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | Mips.cpp | 76 case llvm::Triple::mips64el: in getMipsCPUAndABI()
|