Home
last modified time | relevance | path

Searched refs:riscv_cpu_fp_enabled (Results 1 – 3 of 3) sorted by relevance

/qemu/target/riscv/
H A Dcpu.h500 bool riscv_cpu_fp_enabled(CPURISCVState *env);
H A Dcpu_helper.c513 bool riscv_cpu_fp_enabled(CPURISCVState *env) in riscv_cpu_fp_enabled() function
H A Dcsr.c82 if (!env->debugger && !riscv_cpu_fp_enabled(env) && in fs()
87 if (!env->debugger && !riscv_cpu_fp_enabled(env)) { in fs()