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

  /src/sys/arch/mips/mips/
cpu_exec.c 118 if (mips_options.mips_cpu_arch < CPU_ARCH_MIPS4)
188 } else if (mips_options.mips_cpu_arch & CPU_ARCH_MIPS4) {
233 if (mips_options.mips_cpu_arch < CPU_ARCH_MIPS4)
293 } else if (mips_options.mips_cpu_arch & CPU_ARCH_MIPS4) {
mips_machdep.c 348 { 0, MIPS_R8000, -1, -1, CPU_ARCH_MIPS4, 384,
351 { 0, MIPS_R10000, -1, -1, CPU_ARCH_MIPS4, 64,
354 { 0, MIPS_R12000, -1, -1, CPU_ARCH_MIPS4, 64,
357 { 0, MIPS_R14000, -1, -1, CPU_ARCH_MIPS4, 64,
376 { 0, MIPS_R5000, -1, -1, CPU_ARCH_MIPS4, 48,
379 { 0, MIPS_RM5200, -1, -1, CPU_ARCH_MIPS4, 48,
388 { 0, MIPS_RM7000, -1, -1, CPU_ARCH_MIPS4, 48,
1349 case CPU_ARCH_MIPS4:
1622 case CPU_ARCH_MIPS4:
  /src/sys/arch/mips/include/
locore.h 143 #define CPU_ARCH_MIPS4 (1 << 3)
313 (CPU_ARCH_MIPS3 | CPU_ARCH_MIPS4 | CPU_ARCH_MIPS32 | CPU_ARCH_MIPS64)) != 0)
316 #define CPUISMIPS4 ((mips_options.mips_cpu_arch & CPU_ARCH_MIPS4) != 0)
327 (CPU_ARCH_MIPS3 | CPU_ARCH_MIPS4 | CPU_ARCH_MIPS64 | CPU_ARCH_MIPS64R2)) != 0)

Completed in 14 milliseconds