Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu.h94 #define UPDATE_FP_FLAGS(reg, v) do { (reg) |= ((v & 0x1f) << 2); } while (0) macro
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c84 UPDATE_FP_FLAGS(env->fcsr0, flags); in update_fcsr0_mask()
H A Dvec_helper.c2390 UPDATE_FP_FLAGS(env->fcsr0, flags); in vec_update_fcsr0_mask()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c220 UPDATE_FP_FLAGS(env->active_fpu.fcr31, mips_exception_flags); in update_fcr31()
H A Dmsa_helper.c6179 UPDATE_FP_FLAGS(env->active_tc.msacsr, in check_msacsr_cause()