Home
last modified time | relevance | path

Searched refs:ext_zcmop (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvzcmop.c.inc20 if (!ctx->cfg_ptr->ext_zcmop) { \
/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h75 bool ext_zcmop; member
H A Dcpu.c136 ISA_EXT_DATA_ENTRY(zcmop, PRIV_VERSION_1_13_0, ext_zcmop),
1481 MULTI_EXT_CFG_BOOL("zcmop", ext_zcmop, false),
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c552 if (cpu->cfg.ext_zcmop && !cpu->cfg.ext_zca) { in riscv_cpu_validate_set_extensions()
/openbmc/qemu/disas/
H A Driscv.c2595 if (dec->cfg->ext_zcmop) { in decode_inst_opcode()