Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvi.c.inc42 * fcfi_lp_expected can set only if fcfi was eanbled.
43 * translate further only if fcfi_lp_expected set.
45 * fcfi_lp_expected is false.
47 if (!ctx->fcfi_lp_expected) {
51 ctx->fcfi_lp_expected = false;
/openbmc/qemu/target/riscv/
H A Dtranslate.c121 bool fcfi_lp_expected; member
1253 ctx->fcfi_lp_expected = FIELD_EX32(tb_flags, TB_FLAGS, FCFI_LP_EXPECTED); in riscv_tr_init_disas_context()
1294 if (ctx->fcfi_lp_expected) { in riscv_tr_translate_insn()