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

/gem5/src/arch/arm/insts/
H A Dfplib.hh166 T2 fplibFPToFixed(T1 op, int fbits, bool u, FPRounding rounding, FPSCR &fpscr);
375 uint16_t fplibFPToFixed(uint16_t op, int fbits, bool u, FPRounding rounding,
378 uint32_t fplibFPToFixed(uint16_t op, int fbits, bool u, FPRounding rounding,
381 uint32_t fplibFPToFixed(uint32_t op, int fbits, bool u, FPRounding rounding,
384 uint32_t fplibFPToFixed(uint64_t op, int fbits, bool u, FPRounding rounding,
387 uint64_t fplibFPToFixed(uint16_t op, int fbits, bool u, FPRounding rounding,
390 uint64_t fplibFPToFixed(uint32_t op, int fbits, bool u, FPRounding rounding,
393 uint64_t fplibFPToFixed(uint64_t op, int fbits, bool u, FPRounding rounding,
H A Dfplib.cc4624 fplibFPToFixed(uint16_t op, int fbits, bool u, FPRounding rounding, function
4654 fplibFPToFixed(uint16_t op, int fbits, bool u, FPRounding rounding, function
4686 fplibFPToFixed(uint32_t op, int fbits, bool u, FPRounding rounding, FPSCR &fpscr) function
4715 fplibFPToFixed(uint64_t op, int fbits, bool u, FPRounding rounding, FPSCR &fpscr) function
4742 fplibFPToFixed(uint16_t op, int fbits, bool u, FPRounding rounding, function
4774 fplibFPToFixed(uint32_t op, int fbits, bool u, FPRounding rounding, FPSCR &fpscr) function
4804 fplibFPToFixed(uint64_t op, int fbits, bool u, FPRounding rounding, FPSCR &fpscr) function

Completed in 22 milliseconds