Searched refs:MIPS_HFLAG_B16 (Results 1 – 6 of 6) sorted by relevance
40 bad_pc -= (env->hflags & MIPS_HFLAG_B16 ? 2 : 4); in exception_resume_pc()
1224 ctx->hflags |= MIPS_HFLAG_B16;
4613 ctx->hflags |= MIPS_HFLAG_B16; in gen_compute_branch()
97 env->active_tc.PC -= (env->hflags & MIPS_HFLAG_B16 ? 2 : 4); in mips_io_recompile_replay_branch()
1145 #define MIPS_HFLAG_B16 0x04000 /* branch instruction was 16 bits */ macro
289 - (env->hflags & MIPS_HFLAG_B16 ? 2 : 4)); in mips_cpu_reset_hold()