Home
last modified time | relevance | path

Searched refs:SET_FP_CAUSE (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/openrisc/
H A Dcpu.h49 #define SET_FP_CAUSE(reg, v) do {\ macro
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c67 SET_FP_CAUSE(env->fcsr0, flags); in update_fcsr0_mask()
71 SET_FP_CAUSE(env->fcsr0, flags); in update_fcsr0_mask()
H A Dvec_helper.c2402 SET_FP_CAUSE(env->fcsr0, 0); in vec_clear_cause()
/openbmc/qemu/target/loongarch/
H A Dcpu.h54 #define SET_FP_CAUSE(REG, V) \ macro
/openbmc/qemu/target/mips/
H A Dcpu.h83 #define SET_FP_CAUSE(reg, v) do { (reg) = ((reg) & ~(0x3f << 12)) | \ macro
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c213 SET_FP_CAUSE(env->active_fpu.fcr31, mips_exception_flags); in update_fcr31()
H A Dmsa_helper.c6171 SET_FP_CAUSE(env->active_tc.msacsr, 0); in clear_msacsr_cause()
6283 SET_FP_CAUSE(env->active_tc.msacsr, in update_msacsr()
6292 SET_FP_CAUSE(env->active_tc.msacsr, in update_msacsr()