Searched refs:isFloatType (Results 1 – 9 of 9) sorted by relevance
755 if (!isFloatType(i->dType)) in emitMINMAX()798 const bool f2f = isFloatType(i->dType) && isFloatType(i->sType); in emitCVT()836 if (isFloatType(i->dType)) { in emitCVT()837 if (!isFloatType(i->sType)) in emitCVT()840 if (isFloatType(i->sType)) in emitCVT()849 if (isFloatType(i->dType)) { in emitCVT()850 if (isFloatType(i->sType)) in emitCVT()855 assert(isFloatType(i->sType)); in emitCVT()877 if (!isFloatType(i->sType)) in emitSET()880 if (isFloatType(i->dType) || isSignedIntType(i->sType)) in emitSET()[all …]
472 if (!isFloatType(insn->dType)) { in isModSupported()
936 if (!isFloatType(i->dType)) in handleDIV()
233 if (ty != TYPE_NONE && !isFloatType(ty)) in emitCondCode()1103 const bool f2f = isFloatType(i->dType) && isFloatType(i->sType); in emitCVT()1563 if (isFloatType(insn->dType)) in emitInstruction()1571 if (isFloatType(insn->dType)) in emitInstruction()1578 if (isFloatType(insn->dType)) in emitInstruction()
315 if ((i->op == OP_MUL || i->op == OP_MAD) && !isFloatType(i->dType)) { in insnCanLoad()407 if (!isFloatType(insn->dType)) { in isModSupported()
92 static inline bool isFloatType(DataType ty) in isFloatType() function
355 if (isFloatType(mul->sType) || typeSizeof(mul->sType) <= 2) in handleMUL()951 if (!isFloatType(i->dType)) in handleDIV()
651 if (!isFloatType(i->sType) && !imm0.isNegative() && imm0.isPow2()) { in opnd()
301 static inline bool isFloatType (ValueType type) in isFloatType() function1961 … DataType prevInDataType = isFloatType(prevV.valueType) ? s_floatTypes[prevInScalarSize - 1] in init()1968 DataType curInDataType = isFloatType(v.valueType) ? s_floatTypes[curInScalarSize - 1] in init()