Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h104 bool ext_zve64d; member
H A Dcpu.c164 ISA_EXT_DATA_ENTRY(zve64d, PRIV_VERSION_1_10_0, ext_zve64d),
1497 MULTI_EXT_CFG_BOOL("zve64d", ext_zve64d, false),
1626 MULTI_EXT_CFG_BOOL("Zve64d", ext_zve64d, false),
2307 CPU_CFG_OFFSET(ext_zve64d),
2512 .ext = CPU_CFG_OFFSET(ext_zve64d),
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c501 if (cpu->cfg.ext_zve64d) { in riscv_cpu_validate_set_extensions()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc47 return s->cfg_ptr->ext_zve64d;
81 return s->cfg_ptr->ext_zve64d;
97 return s->cfg_ptr->ext_zve64d;