Searched refs:ISA_MIPS1 (Results 1 – 2 of 2) sorted by relevance
/external/qemu/target-mips/ |
D | mips-defs.h | 19 #define ISA_MIPS1 0x00000001 macro 42 #define CPU_MIPS1 (ISA_MIPS1)
|
/external/qemu/ |
D | mips-dis.c | 571 #define ISA_MIPS1 (INSN_ISA1) macro 572 #define ISA_MIPS2 (ISA_MIPS1 | INSN_ISA2) 3094 { "r3000", 1, bfd_mach_mips3000, CPU_R3000, ISA_MIPS1, 3096 { "r3900", 1, bfd_mach_mips3900, CPU_R3900, ISA_MIPS1,
|