| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/ |
| Mips.h | 1 //===--- Mips.h - Mips-specific Tool Helpers ----------------------*- C++ -*-===// 23 namespace mips { namespace in namespace:clang::driver::tools 41 mips::FloatABI getMipsFloatABI(const Driver &D, const llvm::opt::ArgList &Args, 50 StringRef ABIName, mips::FloatABI FloatABI); 53 mips::FloatABI FloatABI); 56 } // end namespace mips
|
| /src/external/gpl3/gdb.old/dist/gdb/features/ |
| Makefile | 47 WHICH = mips-linux mips-dsp-linux \ 71 mips-expedite = r29,pc 72 mips-dsp-expedite = r29,pc 103 mips-dsp-linux.xml \ 104 mips-linux.xml \
|
| /src/external/gpl3/gdb/dist/gdb/features/ |
| Makefile | 47 WHICH = mips-linux mips-dsp-linux \ 73 mips-expedite = r29,pc 74 mips-dsp-expedite = r29,pc 106 mips-dsp-linux.xml \ 107 mips-linux.xml \
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| Triple.h | 17 #undef mips macro 62 mips, // MIPS: mips, mipsallegrex, mipsr6 enumerator in enum:llvm::Triple::ArchType 741 /// Tests whether the target is MIPS 32-bit (little and big endian). 743 return getArch() == Triple::mips || getArch() == Triple::mipsel; 746 /// Tests whether the target is MIPS 64-bit (little and big endian). 751 /// Tests whether the target is MIPS (little and big endian, 32- or 64-bit).
|
| /src/share/mk/ |
| bsd.own.mk | 17 MACHINE_CPU= ${MACHINE_ARCH:C/mips.*e[bl]/mips/:C/sh3e[bl]/sh3/:S/coldfire/m68k/:S/m68000/m68k/:S/m68ksf/m68k/:C/e?arm.*/arm/:S/powerpc64/powerpc/:S/aarch64eb/aarch64/:S/or1knd/or1k/:C/riscv../riscv/} 367 ${MACHINE_ARCH} == "mips" || \ 496 MIPS_ELF2ECOFF= ${TOOLDIR}/bin/${_TOOL_PREFIX}mips-elf2ecoff 566 TOOL_MIPSELF2ECOFF= ${TOOLDIR}/bin/${_TOOL_PREFIX}mips-elf2ecoff 686 TOOL_MIPSELF2ECOFF= mips-elf2ecoff 816 MACHINES.mips= algor arc cobalt emips evbmips ews4800mips \ 1263 ${MACHINE_CPU} == "mips" || \
|