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

/gem5/src/arch/arm/insts/
H A Dfplib.hh59 enum FPRounding { enum in namespace:ArmISA
68 static inline FPRounding
71 return (FPRounding)((uint32_t)fpscr >> 22 & 3);
97 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 roundin
[all...]
H A Dfplib.cc2613 fplibConvert(uint32_t op, FPRounding rounding, FPSCR &fpscr)
2662 fplibConvert(uint64_t op, FPRounding rounding, FPSCR &fpscr)
2711 fplibConvert(uint16_t op, FPRounding rounding, FPSCR &fpscr)
2749 fplibConvert(uint64_t op, FPRounding rounding, FPSCR &fpscr)
2788 fplibConvert(uint16_t op, FPRounding rounding, FPSCR &fpscr)
2826 fplibConvert(uint32_t op, FPRounding rounding, FPSCR &fpscr)
4069 fplibRoundInt(uint16_t op, FPRounding rounding, bool exact, FPSCR &fpscr)
4134 fplibRoundInt(uint32_t op, FPRounding rounding, bool exact, FPSCR &fpscr)
4199 fplibRoundInt(uint64_t op, FPRounding rounding, bool exact, FPSCR &fpscr)
4546 FPToFixed_64(int sgn, int exp, uint64_t mnt, bool u, FPRounding roundin
[all...]

Completed in 22 milliseconds