Home
last modified time | relevance | path

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

/qemu/target/mips/
H A Dmips-defs.h43 #define INSN_OCTEON 0x0000200000000000ULL macro
H A Dcpu-defs.c.inc1015 .insn_flags = CPU_MIPS64R2 | INSN_OCTEON,
/qemu/target/mips/tcg/
H A Dtranslate.c11332 if (!(ctx->insn_flags & INSN_OCTEON)) { in gen_mips_lx()
15040 if (cpu_supports_isa(env, INSN_OCTEON) && decode_ext_octeon(ctx, ctx->opcode)) { in decode_opc()