Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dmips-defs.h59 #define CPU_MIPS3 (CPU_MIPS2 | ISA_MIPS3) macro
60 #define CPU_MIPS4 (CPU_MIPS3 | ISA_MIPS4)
H A Dcpu-defs.c.inc569 .insn_flags = CPU_MIPS3,
840 .insn_flags = CPU_MIPS3 | INSN_LOONGSON2E,
860 .insn_flags = CPU_MIPS3 | INSN_LOONGSON2F | ASE_LMMI,
/openbmc/qemu/linux-user/
H A Delfload.c1387 MATCH_PLATFORM_INSN(CPU_MIPS3, "mips3"); in get_elf_base_platform()