Searched refs:rounding (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dfplib.hh97 T2 fplibConvert(T1 op, FPRounding rounding, FPSCR &fpscr);
145 T fplibRoundInt(T op, FPRounding rounding, bool exact, FPSCR &fpscr);
166 T2 fplibFPToFixed(T1 op, int fbits, bool u, FPRounding rounding, FPSCR &fpscr);
169 T fplibFixedToFP(uint64_t op, int fbits, bool u, FPRounding rounding,
222 uint16_t fplibConvert(uint32_t op, FPRounding rounding, FPSCR &fpscr);
224 uint16_t fplibConvert(uint64_t op, FPRounding rounding, FPSCR &fpscr);
226 uint32_t fplibConvert(uint16_t op, FPRounding rounding, FPSCR &fpscr);
228 uint32_t fplibConvert(uint64_t op, FPRounding rounding, FPSCR &fpscr);
230 uint64_t fplibConvert(uint16_t op, FPRounding rounding, FPSCR &fpscr);
232 uint64_t fplibConvert(uint32_t op, FPRounding rounding, FPSC
[all...]
H A Dfplib.cc755 // Handle rounding to odd aka Von Neumann rounding:
839 // Handle rounding to odd aka Von Neumann rounding:
916 // Handle rounding to odd aka Von Neumann rounding:
1258 // Sign of exact zero result depends on rounding mode
1318 // Sign of exact zero result depends on rounding mode
1378 // Sign of exact zero result depends on rounding mode
1573 // Sign of exact zero result depends on rounding mod
2613 fplibConvert(uint32_t op, FPRounding rounding, FPSCR &fpscr) argument
2662 fplibConvert(uint64_t op, FPRounding rounding, FPSCR &fpscr) argument
2711 fplibConvert(uint16_t op, FPRounding rounding, FPSCR &fpscr) argument
2749 fplibConvert(uint64_t op, FPRounding rounding, FPSCR &fpscr) argument
2788 fplibConvert(uint16_t op, FPRounding rounding, FPSCR &fpscr) argument
2826 fplibConvert(uint32_t op, FPRounding rounding, FPSCR &fpscr) argument
4069 fplibRoundInt(uint16_t op, FPRounding rounding, bool exact, FPSCR &fpscr) argument
4199 fplibRoundInt(uint64_t op, FPRounding rounding, bool exact, FPSCR &fpscr) argument
4546 FPToFixed_64(int sgn, int exp, uint64_t mnt, bool u, FPRounding rounding, int *flags) argument
4595 FPToFixed_32(int sgn, int exp, uint64_t mnt, bool u, FPRounding rounding, int *flags) argument
4609 FPToFixed_16(int sgn, int exp, uint64_t mnt, bool u, FPRounding rounding, int *flags) argument
4624 fplibFPToFixed(uint16_t op, int fbits, bool u, FPRounding rounding, FPSCR &fpscr) argument
4654 fplibFPToFixed(uint16_t op, int fbits, bool u, FPRounding rounding, FPSCR &fpscr) argument
4686 fplibFPToFixed(uint32_t op, int fbits, bool u, FPRounding rounding, FPSCR &fpscr) argument
4715 fplibFPToFixed(uint64_t op, int fbits, bool u, FPRounding rounding, FPSCR &fpscr) argument
4742 fplibFPToFixed(uint16_t op, int fbits, bool u, FPRounding rounding, FPSCR &fpscr) argument
4774 fplibFPToFixed(uint32_t op, int fbits, bool u, FPRounding rounding, FPSCR &fpscr) argument
4804 fplibFPToFixed(uint64_t op, int fbits, bool u, FPRounding rounding, FPSCR &fpscr) argument
4887 fplibFixedToFP(uint64_t op, int fbits, bool u, FPRounding rounding, FPSCR &fpscr) argument
4900 fplibFixedToFP(uint64_t op, int fbits, bool u, FPRounding rounding, FPSCR &fpscr) argument
4912 fplibFixedToFP(uint64_t op, int fbits, bool u, FPRounding rounding, FPSCR &fpscr) argument
[all...]

Completed in 17 milliseconds