Home
last modified time | relevance | path

Searched refs:CPU_UNKNOWN (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/binutils/include/opcode/
H A Dmips.h558 #define CPU_UNKNOWN 0 /* Gas internal use. */ macro
H A DChangeLog-9103754 (CPU_UNKNOWN): New constant to indicate unknown CPU.
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-mips.c267 ISA_UNKNOWN, -1, -1, 0, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, CPU_UNKNOWN, FALSE
327 static int file_mips_arch = CPU_UNKNOWN;
332 static int mips_tune = CPU_UNKNOWN;
/freebsd-12.1/contrib/binutils/opcodes/
H A DChangeLog-00011349 CPU_UNKNOWN and ISA_* constants. Add bfd_mach_mips32 case.
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-00013954 (mips_cpu): Use CPU_UNKNOWN rather than -1, and update comment.