Home
last modified time | relevance | path

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

/qemu/target/openrisc/
H A Dcpu.h339 #define TB_FLAGS_DFLAG 2 /* reuse SR_TEE */ macro
H A Dcpu.c50 .flags = ((env->dflag ? TB_FLAGS_DFLAG : 0) in openrisc_get_tb_cpu_state()
H A Dtranslate.c1532 dc->delayed_branch = (dc->tb_flags & TB_FLAGS_DFLAG) != 0; in openrisc_tr_init_disas_context()
1597 if ((dc->tb_flags & TB_FLAGS_DFLAG ? 1 : 0) != (dc->delayed_branch != 0)) { in openrisc_tr_tb_stop()