Searched refs:isNan (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/power/insts/
H A Dfloating.hh59 isNan(uint32_t val_bits) const function in class:PowerISA::FloatOp
65 isNan(uint64_t val_bits) const function in class:PowerISA::FloatOp
71 isNan(float val) const function in class:PowerISA::FloatOp
75 return isNan(val_bits);
79 isNan(double val) const function in class:PowerISA::FloatOp
83 return isNan(val_bits);
141 if (isNan(a) || isNan(b)) { c = 0x1; }
/gem5/src/arch/mips/
H A Dutility.hh70 bool isNan(void *val_ptr, int size);
H A Dutility.cc154 isNan(void *val_ptr, int size) function in namespace:MipsISA

Completed in 9 milliseconds