Home
last modified time | relevance | path

Searched refs:MIPS_HFLAG_BDS16 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/
H A Dcpu.h1146 #define MIPS_HFLAG_BDS16 0x08000 /* branch requires 16-bit delay slot */ macro
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c1964 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()
H A Dmicromips_translate.c.inc2999 if (ctx->hflags & MIPS_HFLAG_BDS16) {