Searched refs:MIPS_HFLAG_BDS16 (Results 1 – 3 of 3) sorted by relevance
1146 #define MIPS_HFLAG_BDS16 0x08000 /* branch requires 16-bit delay slot */ macro
1964 int branch_bytes = ctx->hflags & MIPS_HFLAG_BDS16 ? 2 : 4; in pc_relative_pc()4596 ctx->hflags |= MIPS_HFLAG_BDS16; in gen_compute_branch()8817 ctx->hflags |= MIPS_HFLAG_BDS16; in gen_compute_branch1_r6()15162 if (!(ctx->hflags & (MIPS_HFLAG_BDS16 | MIPS_HFLAG_BDS32 | in mips_tr_translate_insn()
2999 if (ctx->hflags & MIPS_HFLAG_BDS16) {