Home
last modified time | relevance | path

Searched refs:MIPS_HFLAG_BDS32 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Docteon_translate.c40 ctx->hflags |= MIPS_HFLAG_BDS32; in trans_BBIT()
H A Dmsa_translate.c239 ctx->hflags |= MIPS_HFLAG_BDS32; in gen_msa_BxZ_V()
269 ctx->hflags |= MIPS_HFLAG_BDS32; in gen_msa_BxZ()
H A Dtranslate.c4816 ctx->hflags |= MIPS_HFLAG_BDS32; in gen_compute_branch()
8988 ctx->hflags |= MIPS_HFLAG_BDS32; in gen_compute_branch1()
9037 ctx->hflags |= MIPS_HFLAG_BDS32; in gen_compute_branch1_r6()
15413 if (!(ctx->hflags & (MIPS_HFLAG_BDS16 | MIPS_HFLAG_BDS32 | in mips_tr_translate_insn()
H A Dmicromips_translate.c.inc3011 if (ctx->hflags & MIPS_HFLAG_BDS32) {
/openbmc/qemu/target/mips/
H A Dcpu.h1148 #define MIPS_HFLAG_BDS32 0x10000 /* branch requires 32-bit delay slot */ macro