HomeSort by: relevance | last modified time | path
    Searched defs:mips (Results 1 - 3 of 3) sorted by relevancy

  /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/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/}
361 .if ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "mips64" || \
485 MIPS_ELF2ECOFF= ${TOOLDIR}/bin/${_TOOL_PREFIX}mips-elf2ecoff
558 TOOL_MIPSELF2ECOFF= ${TOOLDIR}/bin/${_TOOL_PREFIX}mips-elf2ecoff
678 TOOL_MIPSELF2ECOFF= mips-elf2ecoff
808 MACHINES.mips= algor arc cobalt emips evbmips ews4800mips \
1249 ${MACHINE_CPU} == "mips" || \

Completed in 31 milliseconds