Home
last modified time | relevance | path

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

/openbmc/qemu/target/sh4/
H A Dtranslate.c39 uint32_t envflags; /* should stay in sync with env->flags using TCG ops */ member
215 if ((ctx->tbflags & TB_FLAG_ENVFLAGS_MASK) != ctx->envflags) { in gen_save_cpu_state()
216 tcg_gen_movi_i32(cpu_flags, ctx->envflags); in gen_save_cpu_state()
280 tcg_gen_movi_i32(cpu_flags, ctx->envflags & ~TB_FLAG_GUSA_MASK); in gen_conditional_jump()
313 tcg_gen_movi_i32(cpu_flags, ctx->envflags & ~TB_FLAG_GUSA_MASK); in gen_delayed_conditional_jump()
360 if (ctx->envflags & TB_FLAG_DELAY_SLOT_MASK) { \
435 ctx->envflags |= TB_FLAG_DELAY_SLOT; in _decode_opc()
457 ctx->envflags |= TB_FLAG_DELAY_SLOT_RTE; in _decode_opc()
517 ctx->envflags = in _decode_opc()
518 deposit32(ctx->envflags, TB_FLAG_GUSA_SHIFT, 8, B7_0s); in _decode_opc()
[all …]