Home
last modified time | relevance | path

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

/openbmc/qemu/target/openrisc/
H A Dcpu.h54 #define UPDATE_FP_FLAGS(reg, v) do {\ macro
/openbmc/qemu/target/loongarch/
H A Dcpu.h75 #define UPDATE_FP_FLAGS(REG, V) \ macro
/openbmc/qemu/target/mips/
H A Dcpu.h92 #define UPDATE_FP_FLAGS(reg, v) do { (reg) |= ((v & 0x1f) << 2); } while (0) macro
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c77 UPDATE_FP_FLAGS(env->fcsr0, flags); in update_fcsr0_mask()
H A Dvec_helper.c2391 UPDATE_FP_FLAGS(env->fcsr0, flags); in vec_update_fcsr0_mask()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c221 UPDATE_FP_FLAGS(env->active_fpu.fcr31, mips_exception_flags); in update_fcr31()
H A Dmsa_helper.c6178 UPDATE_FP_FLAGS(env->active_tc.msacsr, in check_msacsr_cause()