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

/gem5/src/arch/mips/
H A Dutility.cc58 fpConvert(ConvertType cvt_type, double fp_val) argument
61 switch (cvt_type)
96 panic("Invalid Floating Point Conversion Type (%d). See \"types.hh\" for List of Conversions\n",cvt_type);
H A Dutility.hh62 uint64_t fpConvert(ConvertType cvt_type, double fp_val);

Completed in 5 milliseconds