Searched refs:TB_FLAG_ENVFLAGS_MASK (Results 1 – 3 of 3) sorted by relevance
108 #define TB_FLAG_ENVFLAGS_MASK (TB_FLAG_DELAY_SLOT_MASK | \ macro
76 cpu->env.flags = tb->flags & TB_FLAG_ENVFLAGS_MASK; in superh_cpu_synchronize_from_tb()
216 if ((ctx->tbflags & TB_FLAG_ENVFLAGS_MASK) != ctx->envflags) { in gen_save_cpu_state()2197 ctx->envflags = tbflags & TB_FLAG_ENVFLAGS_MASK; in sh4_tr_init_disas_context()