Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h52 bool ext_zcmp; member
H A Dcpu.c102 ISA_EXT_DATA_ENTRY(zcmp, PRIV_VERSION_1_12_0, ext_zcmp),
1355 MULTI_EXT_CFG_BOOL("zcmp", ext_zcmp, false),
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c460 cpu_cfg_ext_auto_update(cpu, CPU_CFG_OFFSET(ext_zcmp), true); in riscv_cpu_validate_set_extensions()
494 cpu->cfg.ext_zcmp || cpu->cfg.ext_zcmt) && !cpu->cfg.ext_zca) { in riscv_cpu_validate_set_extensions()
500 if (cpu->cfg.ext_zcd && (cpu->cfg.ext_zcmp || cpu->cfg.ext_zcmt)) { in riscv_cpu_validate_set_extensions()
984 isa_ext_update_enabled(cpu, CPU_CFG_OFFSET(ext_zcmp), false); in riscv_init_max_cpu_extensions()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvzce.c.inc25 if (!ctx->cfg_ptr->ext_zcmp) \
/openbmc/qemu/disas/
H A Driscv.c2474 if (dec->cfg->ext_zcmp && ((inst >> 12) & 0b01)) { in decode_inst_opcode()
2510 if (!dec->cfg->ext_zcmp) { in decode_inst_opcode()