Searched refs:FPSCR_ROUND_TOZERO (Results 1 – 4 of 4) sorted by relevance
/arch/unicore32/include/asm/ |
D | fpu-ucf64.h | 27 #define FPSCR_ROUND_TOZERO (1<<0) macro
|
/arch/arm/include/asm/ |
D | vfp.h | 59 #define FPSCR_ROUND_TOZERO (3<<22) macro
|
/arch/arm/vfp/ |
D | vfpsingle.c | 140 } 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()
|
D | vfpdouble.c | 135 } 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()
|