Home
last modified time | relevance | path

Searched refs:TB_FLAG_GUSA_EXCLUSIVE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/sh4/
H A Dcpu.h86 #define TB_FLAG_GUSA_EXCLUSIVE (1 << 12) macro
99 TB_FLAG_GUSA_EXCLUSIVE)
H A Dtranslate.c224 return (ctx->tbflags & TB_FLAG_GUSA_EXCLUSIVE) != 0; in use_exit_tb()
277 if (ctx->tbflags & TB_FLAG_GUSA_EXCLUSIVE) { in gen_conditional_jump()
308 if (ctx->tbflags & TB_FLAG_GUSA_EXCLUSIVE) { in gen_delayed_conditional_jump()
1800 if (ctx->tbflags & TB_FLAG_GUSA_EXCLUSIVE in decode_opc()
1825 ctx->envflags |= TB_FLAG_GUSA_EXCLUSIVE; in gen_restart_exclusive()
2217 } else if (tbflags & TB_FLAG_GUSA_EXCLUSIVE) { in sh4_tr_init_disas_context()
2251 && !(ctx->envflags & TB_FLAG_GUSA_EXCLUSIVE)) { in sh4_tr_translate_insn()
2281 if (ctx->tbflags & TB_FLAG_GUSA_EXCLUSIVE) { in sh4_tr_tb_stop()