Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c6214 static inline int update_msacsr(CPUMIPSState *env, int action, int denormal) in update_msacsr() function
6482 c = update_msacsr(env, CLEAR_IS_INEXACT, 0); \
7081 c = update_msacsr(env, 0, IS_DENORMAL(DEST, BITS)); \
7217 c = update_msacsr(env, 0, IS_DENORMAL(DEST, BITS)); \
7336 c = update_msacsr(env, 0, IS_DENORMAL(DEST, BITS)); \
7389 c = update_msacsr(env, CLEAR_FS_UNDERFLOW, 0); \
7440 c = update_msacsr(env, 0, 0); \
7696 c = update_msacsr(env, CLEAR_FS_UNDERFLOW, 0); \
7802 c = update_msacsr(env, float ## BITS ## _is_infinity(ARG) || \
7921 c = update_msacsr(env, 0, IS_DENORMAL(DEST, BITS)); \