Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dgdbstub.c92 env->active_fpu.fcr31 = (tmp & env->active_fpu.fcr31_rw_bitmask) | in mips_cpu_gdb_write_register()
93 (env->active_fpu.fcr31 & ~(env->active_fpu.fcr31_rw_bitmask)); in mips_cpu_gdb_write_register()
H A Dcpu.h65 uint32_t fcr31_rw_bitmask; member
H A Dcpu.c249 env->active_fpu.fcr31_rw_bitmask = env->cpu_model->CP1_fcr31_rw_bitmask; in mips_cpu_reset_hold()
/openbmc/qemu/linux-user/mips/
H A Dcpu_loop.c309 if ((env->active_fpu.fcr31_rw_bitmask & in target_cpu_copy_regs()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c163 env->active_fpu.fcr31 = (arg1 & env->active_fpu.fcr31_rw_bitmask) | in helper_ctc1()
164 (env->active_fpu.fcr31 & ~(env->active_fpu.fcr31_rw_bitmask)); in helper_ctc1()