Home
last modified time | relevance | path

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

/qemu/target/alpha/
H A Dfpu_helper.c26 #define FP_STATUS (env->fp_status) macro
31 set_float_rounding_mode(val, &FP_STATUS); in helper_setroundmode()
36 set_flush_to_zero(val, &FP_STATUS); in helper_setflushzero()
222 fr = float32_add(fa, fb, &FP_STATUS); in helper_adds()
234 fr = float32_sub(fa, fb, &FP_STATUS); in helper_subs()
246 fr = float32_mul(fa, fb, &FP_STATUS); in helper_muls()
258 fr = float32_div(fa, fb, &FP_STATUS); in helper_divs()
269 fr = float32_sqrt(fa, &FP_STATUS); in helper_sqrts()
299 fr = float64_add(fa, fb, &FP_STATUS); in helper_addt()
311 fr = float64_sub(fa, fb, &FP_STATUS); in helper_subt()
[all …]
H A Dvax_helper.c26 #define FP_STATUS (env->fp_status) macro
116 fr = float32_add(fa, fb, &FP_STATUS); in helper_addf()
126 fr = float32_sub(fa, fb, &FP_STATUS); in helper_subf()
136 fr = float32_mul(fa, fb, &FP_STATUS); in helper_mulf()
146 fr = float32_div(fa, fb, &FP_STATUS); in helper_divf()
155 fr = float32_sqrt(ft, &FP_STATUS); in helper_sqrtf()
243 fr = float64_add(fa, fb, &FP_STATUS); in helper_addg()
253 fr = float64_sub(fa, fb, &FP_STATUS); in helper_subg()
263 fr = float64_mul(fa, fb, &FP_STATUS); in helper_mulg()
273 fr = float64_div(fa, fb, &FP_STATUS); in helper_divg()
[all …]
/qemu/target/ppc/translate/
H A Dfp-impl.c.inc618 place_from_fpscr(a->rt, FP_DRN | FP_STATUS | FP_ENABLES | FP_NI | FP_RN);
/qemu/target/ppc/
H A Dcpu.h905 #define FP_STATUS (FP_FR | FP_FI | FP_FPRF) macro