60,65d59
< namespace MIPS34K {
< int DTB_ASN_ASN(uint64_t reg);
< int ITB_ASN_ASN(uint64_t reg);
< };
<
< #if !FULL_SYSTEM
98d91
< #endif
143,148d135
< uint64_t fpConvert(double fp_val, ConvertType cvt_type);
< double roundFP(double val, int digits);
< double truncFP(double val);
< bool getFPConditionCode(uint32_t fcsr_reg, int cc);
< uint32_t makeCCVector(uint32_t fcsr, int num, bool val);
<
194,199d180
< #if FULL_SYSTEM
<
< #include "arch/mips/mips34k.hh"
<
< #endif
<