Home
last modified time | relevance | path

Searched refs:MIPS_CPU_IS_ISA (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-mips.c1083 #define MIPS_CPU_IS_ISA 0x0001 /* Is this an ISA? (If 0, a CPU.) */ macro
15060 { "mips1", MIPS_CPU_IS_ISA, ISA_MIPS1, CPU_R3000 },
15061 { "mips2", MIPS_CPU_IS_ISA, ISA_MIPS2, CPU_R6000 },
15062 { "mips3", MIPS_CPU_IS_ISA, ISA_MIPS3, CPU_R4000 },
15063 { "mips4", MIPS_CPU_IS_ISA, ISA_MIPS4, CPU_R8000 },
15064 { "mips5", MIPS_CPU_IS_ISA, ISA_MIPS5, CPU_MIPS5 },
15065 { "mips32", MIPS_CPU_IS_ISA, ISA_MIPS32, CPU_MIPS32 },
15066 { "mips32r2", MIPS_CPU_IS_ISA, ISA_MIPS32R2, CPU_MIPS32R2 },
15067 { "mips64", MIPS_CPU_IS_ISA, ISA_MIPS64, CPU_MIPS64 },
15068 { "mips64r2", MIPS_CPU_IS_ISA, ISA_MIPS64R2, CPU_MIPS64R2 },
[all …]
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-20061413 (MIPS_CPU_IS_ISA, MIPS_CPU_ASE_SMARTMIPS, MIPS_CPU_ASE_DSP,
1427 (mips_cpu_info_from_isa): Use MIPS_CPU_IS_ISA.