Searched refs:riscv_cpu_get_fflags (Results 1 – 3 of 3) sorted by relevance
608 target_ulong riscv_cpu_get_fflags(CPURISCVState *env);
27 target_ulong riscv_cpu_get_fflags(CPURISCVState *env) in riscv_cpu_get_fflags() function
666 *val = riscv_cpu_get_fflags(env); in read_fflags()704 *val = (riscv_cpu_get_fflags(env) << FSR_AEXC_SHIFT) in read_fcsr()