Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dloong_translate.c259 bool decode_ext_loongson(DisasContext *ctx, uint32_t insn) in decode_ext_loongson() function
H A Dtranslate.h226 bool decode_ext_loongson(DisasContext *ctx, uint32_t insn);
H A Dtranslate.c15032 if (TARGET_LONG_BITS == 64 && decode_ext_loongson(ctx, ctx->opcode)) { in decode_opc()