Searched refs:FP_STATUS (Results 1 – 4 of 4) sorted by relevance
/qemu/target/alpha/ |
H A D | fpu_helper.c | 25 #define FP_STATUS (env->fp_status) macro 30 set_float_rounding_mode(val, &FP_STATUS); in helper_setroundmode() 35 set_flush_to_zero(val, &FP_STATUS); in helper_setflushzero() 43 uint8_t exc = get_float_exception_flags(&FP_STATUS); in soft_to_fpcr_exc() 47 set_float_exception_flags(0, &FP_STATUS); in soft_to_fpcr_exc() 221 fr = float32_add(fa, fb, &FP_STATUS); in helper_adds() 233 fr = float32_sub(fa, fb, &FP_STATUS); in helper_subs() 245 fr = float32_mul(fa, fb, &FP_STATUS); in helper_muls() 257 fr = float32_div(fa, fb, &FP_STATUS); in helper_divs() 268 fr = float32_sqrt(fa, &FP_STATUS); in helper_sqrts() [all …]
|
H A D | vax_helper.c | 25 #define FP_STATUS (env->fp_status) macro 115 fr = float32_add(fa, fb, &FP_STATUS); in helper_addf() 125 fr = float32_sub(fa, fb, &FP_STATUS); in helper_subf() 135 fr = float32_mul(fa, fb, &FP_STATUS); in helper_mulf() 145 fr = float32_div(fa, fb, &FP_STATUS); in helper_divf() 154 fr = float32_sqrt(ft, &FP_STATUS); in helper_sqrtf() 242 fr = float64_add(fa, fb, &FP_STATUS); in helper_addg() 252 fr = float64_sub(fa, fb, &FP_STATUS); in helper_subg() 262 fr = float64_mul(fa, fb, &FP_STATUS); in helper_mulg() 272 fr = float64_div(fa, fb, &FP_STATUS); in helper_divg() [all …]
|
/qemu/target/ppc/translate/ |
H A D | fp-impl.c.inc | 618 place_from_fpscr(a->rt, FP_DRN | FP_STATUS | FP_ENABLES | FP_NI | FP_RN);
|
/qemu/target/ppc/ |
H A D | cpu.h | 910 #define FP_STATUS (FP_FR | FP_FI | FP_FPRF) macro
|