Home
last modified time | relevance | path

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

/openbmc/qemu/target/sh4/
H A Dcpu.c125 env->fpscr = FPSCR_DN | FPSCR_RM_ZERO; /* CPU reset value according to SH4 manual */ in superh_cpu_reset_hold()
H A Dcpu.h54 #define FPSCR_DN (1 << 18) macro
H A Dop_helper.c213 set_flush_to_zero((val & FPSCR_DN) != 0, &env->fp_status); in helper_ld_fpscr()
/openbmc/linux/arch/sh/math-emu/
H A Dmath.c29 #define FPSCR_DN ((FPSCR>>18)&1) macro