Home
last modified time | relevance | path

Searched refs:ASE_LEXT (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/mips/
H A Dmips-defs.h54 #define ASE_LEXT 0x0080000000000000ULL macro
H A Dcpu-defs.c.inc890 ASE_LMMI | ASE_LEXT,
958 ASE_LMMI | ASE_LEXT,
/openbmc/qemu/target/mips/tcg/
H A Dloong_translate.c267 if ((ctx->insn_flags & ASE_LEXT) && decode_loong_ext(ctx, ctx->opcode)) { in decode_ext_loongson()
H A Dtranslate.c14830 } else if (ctx->insn_flags & ASE_LEXT) { in decode_opc_legacy()
14849 } else if (ctx->insn_flags & ASE_LEXT) { in decode_opc_legacy()
/openbmc/qemu/linux-user/
H A Delfload.c1500 GET_FEATURE_INSN(ASE_LEXT, HWCAP_LOONGSON_EXT); in get_elf_hwcap()