Home
last modified time | relevance | path

Searched refs:ext_zimop (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvzimop.c.inc20 if (!ctx->cfg_ptr->ext_zimop) { \
/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h76 bool ext_zimop; member
H A Dcpu.c118 ISA_EXT_DATA_ENTRY(zimop, PRIV_VERSION_1_13_0, ext_zimop),
1482 MULTI_EXT_CFG_BOOL("zimop", ext_zimop, false),
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c635 if (!cpu->cfg.ext_zimop) { in riscv_cpu_validate_set_extensions()
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c284 KVM_EXT_CFG("zimop", ext_zimop, KVM_RISCV_ISA_EXT_ZIMOP),
/openbmc/qemu/disas/
H A Driscv.c4061 if (dec->cfg->ext_zimop) { in decode_inst_opcode()