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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c1087 #define MIPS_CPU_IS_ISA 0x0001 /* Is this an ISA? (If 0, a CPU.) */
15073 { "mips1", MIPS_CPU_IS_ISA, ISA_MIPS1, CPU_R3000 },
15074 { "mips2", MIPS_CPU_IS_ISA, ISA_MIPS2, CPU_R6000 },
15075 { "mips3", MIPS_CPU_IS_ISA, ISA_MIPS3, CPU_R4000 },
15076 { "mips4", MIPS_CPU_IS_ISA, ISA_MIPS4, CPU_R8000 },
15077 { "mips5", MIPS_CPU_IS_ISA, ISA_MIPS5, CPU_MIPS5 },
15078 { "mips32", MIPS_CPU_IS_ISA, ISA_MIPS32, CPU_MIPS32 },
15079 { "mips32r2", MIPS_CPU_IS_ISA, ISA_MIPS32R2, CPU_MIPS32R2 },
15080 { "mips64", MIPS_CPU_IS_ISA, ISA_MIPS64, CPU_MIPS64 },
15081 { "mips64r2", MIPS_CPU_IS_ISA, ISA_MIPS64R
1083 #define MIPS_CPU_IS_ISA macro
[all...]

Completed in 220 milliseconds