Home
last modified time | relevance | path

Searched refs:CPU_MIPS5 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/
H A Dmips-defs.h61 #define CPU_MIPS5 (CPU_MIPS4 | ISA_MIPS5) macro
67 #define CPU_MIPS64R1 (CPU_MIPS5 | CPU_MIPS32R1)
/openbmc/qemu/disas/
H A Dmips.c658 #define CPU_MIPS5 5 macro
3934 { "mips5", 1, bfd_mach_mips5, CPU_MIPS5, ISA_MIPS5,
/openbmc/qemu/linux-user/
H A Delfload.c1385 MATCH_PLATFORM_INSN(CPU_MIPS5, "mips5"); in get_elf_base_platform()