Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dmips-defs.h58 #define CPU_MIPS2 (CPU_MIPS1 | ISA_MIPS2) macro
59 #define CPU_MIPS3 (CPU_MIPS2 | ISA_MIPS3)
66 #define CPU_MIPS32R1 (CPU_MIPS2 | ISA_MIPS_R1)
/openbmc/qemu/linux-user/
H A Delfload.c1394 MATCH_PLATFORM_INSN(CPU_MIPS2, "mips2"); in get_elf_base_platform()