Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h157 bool ext_xtheadcondmov; member
197 cfg->ext_xtheadcondmov || in has_xthead_p()
H A Dcpu.c207 ISA_EXT_DATA_ENTRY(xtheadcondmov, PRIV_VERSION_1_11_0, ext_xtheadcondmov),
525 cpu->cfg.ext_xtheadcondmov = true; in rv64_thead_c906_cpu_init()
1584 MULTI_EXT_CFG_BOOL("xtheadcondmov", ext_xtheadcondmov, false),
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_xthead.c.inc44 if (!ctx->cfg_ptr->ext_xtheadcondmov) { \