Home
last modified time | relevance | path

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

/arch/unicore32/include/asm/
Dfpu-ucf64.h27 #define FPSCR_ROUND_TOZERO (1<<0) macro
/arch/arm/include/asm/
Dvfp.h59 #define FPSCR_ROUND_TOZERO (3<<22) macro
/arch/arm/vfp/
Dvfpsingle.c140 } else if (rmode == FPSCR_ROUND_TOZERO) { in __vfp_single_normaliseround()
584 } else if (rmode == FPSCR_ROUND_TOZERO) { in vfp_single_ftoui()
624 return vfp_single_ftoui(sd, unused, m, FPSCR_ROUND_TOZERO); in vfp_single_ftouiz()
667 } else if (rmode == FPSCR_ROUND_TOZERO) { in vfp_single_ftosi()
703 return vfp_single_ftosi(sd, unused, m, FPSCR_ROUND_TOZERO); in vfp_single_ftosiz()
Dvfpdouble.c135 } else if (rmode == FPSCR_ROUND_TOZERO) { in vfp_double_normaliseround()
542 } else if (rmode == FPSCR_ROUND_TOZERO) { in vfp_double_ftoui()
582 return vfp_double_ftoui(sd, unused, dm, FPSCR_ROUND_TOZERO); in vfp_double_ftouiz()
621 } else if (rmode == FPSCR_ROUND_TOZERO) { in vfp_double_ftosi()
657 return vfp_double_ftosi(dd, unused, dm, FPSCR_ROUND_TOZERO); in vfp_double_ftosiz()