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

  /src/sys/arch/mips/include/
locore.h 65 #define MIPS64 1
69 #if (MIPS1 + MIPS3 + MIPS4 + MIPS32 + MIPS32R2 + MIPS64 + MIPS64R2) == 0
70 #error at least one of MIPS1, MIPS3, MIPS4, MIPS32, MIPS32R2, MIPS64, or MIPS64R2 must be specified
76 || defined(MIPS64) || defined(MIPS64R2)
170 #if ((MIPS1 + MIPS3 + MIPS4 + MIPS32 + MIPS32R2 + MIPS64 + MIPS64R2) == 1) || defined(_LOCORE)
256 #elif defined(MIPS64)
853 int cpu_isa; /* -1 == probed (mips32/mips64) */
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 90 MIPS64 = 0x13,

Completed in 15 milliseconds