Home
last modified time | relevance | path

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

/qemu/target/riscv/insn_trans/
H A Dtrans_rvzimop.c.inc20 if (!ctx->cfg_ptr->ext_zimop) { \
/qemu/target/riscv/
H A Dcpu_cfg.h74 bool ext_zimop; member
H A Dcpu.c116 ISA_EXT_DATA_ENTRY(zimop, PRIV_VERSION_1_13_0, ext_zimop),
1480 MULTI_EXT_CFG_BOOL("zimop", ext_zimop, false),
/qemu/disas/
H A Driscv.c4028 if (dec->cfg->ext_zimop) { in decode_inst_opcode()