Searched refs:tbflags (Results 1 – 2 of 2) sorted by relevance
38 uint32_t tbflags; /* should stay unmodified during the TB translation */ member53 #define UNALIGN(C) (ctx->tbflags & TB_FLAG_UNALIGN ? MO_UNALN : MO_ALIGN)55 #define IS_USER(ctx) (!(ctx->tbflags & (1u << SR_MD)))215 if ((ctx->tbflags & TB_FLAG_ENVFLAGS_MASK) != ctx->envflags) { in gen_save_cpu_state()222 return (ctx->tbflags & TB_FLAG_GUSA_EXCLUSIVE) != 0; in use_exit_tb()275 if (ctx->tbflags & TB_FLAG_GUSA_EXCLUSIVE) { in gen_conditional_jump()306 if (ctx->tbflags & TB_FLAG_GUSA_EXCLUSIVE) { in gen_delayed_conditional_jump()370 if (ctx->tbflags & (1u << SR_FD)) { \375 if (ctx->tbflags & FPSCR_PR) { \380 if (!(ctx->tbflags & FPSCR_PR)) { \[all …]
53 uint32_t tbflags; member1070 if (palcode < 0x40 && (ctx->tbflags & ENV_FLAG_PS_USER) == 0) { in gen_call_pal()1160 if (ctx->tbflags & ENV_FLAG_PAL_MODE) { in gen_call_pal()1347 if ((ctx->tbflags & (FLAG)) == 0) { \1361 if (!(ctx->tbflags & ENV_FLAG_FEN)) { \2866 ctx->tbflags = ctx->base.tb->flags; in alpha_tr_init_disas_context()2874 ctx->unalign = (ctx->tbflags & TB_FLAG_UNALIGN ? MO_UNALN : MO_ALIGN); in alpha_tr_init_disas_context()2877 ctx->ir = (ctx->tbflags & ENV_FLAG_PAL_MODE ? cpu_pal_ir : cpu_std_ir); in alpha_tr_init_disas_context()