Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dmips-defs.h67 #define CPU_MIPS64R1 (CPU_MIPS5 | CPU_MIPS32R1) macro
71 #define CPU_MIPS64R2 (CPU_MIPS64R1 | CPU_MIPS32R2)
H A Dcpu-defs.c.inc611 .insn_flags = CPU_MIPS64R1,
637 .insn_flags = CPU_MIPS64R1,
666 .insn_flags = CPU_MIPS64R1,
/openbmc/qemu/linux-user/
H A Delfload.c1384 MATCH_PLATFORM_INSN(CPU_MIPS64R1, "mips64"); in get_elf_base_platform()