Home
last modified time | relevance | path

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

/openbmc/qemu/target/openrisc/
H A Dcpu.h339 #define TB_FLAGS_DFLAG 2 /* reuse SR_TEE */ macro
357 *flags = (env->dflag ? TB_FLAGS_DFLAG : 0) in cpu_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()