Home
last modified time | relevance | path

Searched refs:MIPS_HFLAG_B16 (Results 1 – 6 of 6) sorted by relevance

/qemu/target/mips/tcg/
H A Dexception.c40 bad_pc -= (env->hflags & MIPS_HFLAG_B16 ? 2 : 4); in exception_resume_pc()
H A Dnanomips_translate.c.inc1224 ctx->hflags |= MIPS_HFLAG_B16;
H A Dtranslate.c4830 ctx->hflags |= MIPS_HFLAG_B16; in gen_compute_branch()
/qemu/target/mips/tcg/sysemu/
H A Dspecial_helper.c97 env->active_tc.PC -= (env->hflags & MIPS_HFLAG_B16 ? 2 : 4); in mips_io_recompile_replay_branch()
/qemu/target/mips/
H A Dcpu.c291 - (env->hflags & MIPS_HFLAG_B16 ? 2 : 4)); in mips_cpu_reset_hold()
H A Dcpu.h1146 #define MIPS_HFLAG_B16 0x04000 /* branch instruction was 16 bits */ macro