Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dinternal.h305 MIPS_HFLAG_DSP_R3 | MIPS_HFLAG_SBRI | MIPS_HFLAG_MSA | in compute_hflags()
352 env->hflags |= MIPS_HFLAG_SBRI; in compute_hflags()
H A Dcpu.h1157 #define MIPS_HFLAG_SBRI 0x400000 /* R6 SDBBP causes RI excpt. in user mode */ macro
/openbmc/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc944 if (ctx->hflags & MIPS_HFLAG_SBRI) {
1313 if (ctx->hflags & MIPS_HFLAG_SBRI) {
H A Dnanomips_translate.c.inc3585 if (ctx->hflags & MIPS_HFLAG_SBRI) {
4510 if (ctx->hflags & MIPS_HFLAG_SBRI) {
H A Dtranslate.c13025 if (ctx->hflags & MIPS_HFLAG_SBRI) { in decode_opc_special_r6()