Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dcpu_cfg.h142 bool ext_xtheadbb; member
183 return cfg->ext_xtheadba || cfg->ext_xtheadbb || in has_xthead_p()
H A Dcpu.c194 ISA_EXT_DATA_ENTRY(xtheadbb, PRIV_VERSION_1_11_0, ext_xtheadbb),
535 cpu->cfg.ext_xtheadbb = true; in rv64_thead_c906_cpu_init()
1558 MULTI_EXT_CFG_BOOL("xtheadbb", ext_xtheadbb, false),
/qemu/target/riscv/insn_trans/
H A Dtrans_xthead.c.inc26 if (!ctx->cfg_ptr->ext_xtheadbb) { \