Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dmips-defs.h82 #define CPU_MIPS32R6 (CPU_MIPS32R5 | ISA_MIPS_R6) macro
83 #define CPU_MIPS64R6 (CPU_MIPS64R5 | CPU_MIPS32R6)
H A Dcpu-defs.c.inc506 .insn_flags = CPU_MIPS32R6 | ASE_MICROMIPS,
545 .insn_flags = CPU_MIPS32R6 | ISA_NANOMIPS32 |
/openbmc/qemu/linux-user/
H A Delfload.c1390 MATCH_PLATFORM_INSN(CPU_MIPS32R6, "mips32r6"); in get_elf_base_platform()