Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h108 bool ext_zvfbfmin; member
H A Dcpu.c126 ISA_EXT_DATA_ENTRY(zvfbfmin, PRIV_VERSION_1_12_0, ext_zvfbfmin),
1406 MULTI_EXT_CFG_BOOL("x-zvfbfmin", ext_zvfbfmin, false),
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c420 if (cpu->cfg.ext_zvfbfmin && !cpu->cfg.ext_zfbfmin) { in riscv_cpu_validate_set_extensions()
425 if (cpu->cfg.ext_zvfbfmin && !cpu->cfg.ext_zve32f) { in riscv_cpu_validate_set_extensions()
430 if (cpu->cfg.ext_zvfbfwma && !cpu->cfg.ext_zvfbfmin) { in riscv_cpu_validate_set_extensions()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvbf16.c.inc26 if (!ctx->cfg_ptr->ext_zvfbfmin) { \