Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h122 bool ext_zmmul; member
H A Dcpu.c119 ISA_EXT_DATA_ENTRY(zmmul, PRIV_VERSION_1_12_0, ext_zmmul),
1547 MULTI_EXT_CFG_BOOL("zmmul", ext_zmmul, false),
2297 CPU_CFG_OFFSET(ext_zmmul),
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc22 if (!ctx->cfg_ptr->ext_zmmul && !has_ext(ctx, RVM)) { \