Home
last modified time | relevance | path

Searched refs:MIPS_HFLAG_AWRAP (Results 1 – 4 of 4) sorted by relevance

/qemu/target/mips/
H A Dinternal.h294 MIPS_HFLAG_AWRAP | MIPS_HFLAG_DSP | MIPS_HFLAG_DSP_R2 | in compute_hflags()
315 env->hflags |= MIPS_HFLAG_AWRAP; in compute_hflags()
318 env->hflags |= MIPS_HFLAG_AWRAP; in compute_hflags()
325 env->hflags |= MIPS_HFLAG_AWRAP; in compute_hflags()
H A Dcpu.h1130 #define MIPS_HFLAG_AWRAP 0x00200 /* 32-bit compatibility address wrapping */ macro
/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c1089 env->hflags &= ~MIPS_HFLAG_AWRAP; in mips_cpu_do_interrupt()
1118 env->hflags &= ~MIPS_HFLAG_AWRAP; in mips_cpu_do_interrupt()
1304 env->hflags &= ~MIPS_HFLAG_AWRAP; in mips_cpu_do_interrupt()
/qemu/target/mips/tcg/
H A Dtranslate.c1453 if (ctx->hflags & MIPS_HFLAG_AWRAP) { in gen_op_addr_add()
1465 if (ctx->hflags & MIPS_HFLAG_AWRAP) { in gen_op_addr_addi()
1478 if (ctx->hflags & MIPS_HFLAG_AWRAP) { in addr_add()