Home
last modified time | relevance | path

Searched refs:kFloat32 (Results 1 – 25 of 46) sorted by relevance

12

/external/v8/src/
Dmachine-type.h27 kFloat32, enumerator
30 kFirstFPRepresentation = kFloat32,
135 return MachineType(MachineRepresentation::kFloat32, in Float32()
183 return MachineType(MachineRepresentation::kFloat32, MachineSemantic::kNone); in RepFloat32()
213 case MachineRepresentation::kFloat32:
280 case MachineRepresentation::kFloat32: in ElementSizeLog2Of()
Dmachine-type.cc41 case MachineRepresentation::kFloat32: in MachineReprToString()
Dregister-configuration.cc384 static_cast<int>(MachineRepresentation::kFloat32) + 1);
/external/v8/src/compiler/
Drepresentation-change.cc177 case MachineRepresentation::kFloat32: in GetRepresentationFor()
278 } else if (output_rep == MachineRepresentation::kFloat32) { in GetTaggedSignedRepresentationFor()
363 } else if (output_rep == MachineRepresentation::kFloat32) { in GetTaggedPointerRepresentationFor()
444 MachineRepresentation::kFloat32) { // float32 -> float64 -> tagged in GetTaggedRepresentationFor()
499 jsgraph()->common()->DeadValue(MachineRepresentation::kFloat32), node); in GetFloat32RepresentationFor()
532 MachineRepresentation::kFloat32); in GetFloat32RepresentationFor()
596 } else if (output_rep == MachineRepresentation::kFloat32) { in GetFloat64RepresentationFor()
680 } else if (output_rep == MachineRepresentation::kFloat32) { in GetWord32RepresentationFor()
825 } else if (output_rep == MachineRepresentation::kFloat32) { in GetBitRepresentationFor()
Dgap-resolver.cc18 const int kFloat32Bit = REP_BIT(MachineRepresentation::kFloat32);
104 split_rep_ = MachineRepresentation::kFloat32; in Resolve()
Dc-linkage.cc157 CHECK_NE(MachineRepresentation::kFloat32, rep); in GetSimplifiedCDescriptor()
162 CHECK_NE(MachineRepresentation::kFloat32, rep); in GetSimplifiedCDescriptor()
Dmove-optimizer.cc63 case MachineRepresentation::kFloat32: in ContainsOpOrAlias()
68 other_rep1 = MachineRepresentation::kFloat32; in ContainsOpOrAlias()
72 other_rep1 = MachineRepresentation::kFloat32; in ContainsOpOrAlias()
Dinstruction.h484 case MachineRepresentation::kFloat32: in IsSupportedRepresentation()
588 MachineRepresentation::kFloat32; in IsFloatRegister()
623 MachineRepresentation::kFloat32; in IsFloatStackSlot()
1038 kFloat32, enumerator
1047 explicit Constant(float v) : type_(kFloat32), value_(bit_cast<int32_t>(v)) {} in Constant()
1077 DCHECK_EQ(kFloat32, type()); in ToFloat32()
1082 DCHECK_EQ(kFloat32, type()); in ToFloat32AsInt()
Dinstruction.cc226 case MachineRepresentation::kFloat32: in operator <<()
316 DCHECK_IMPLIES(kind == REGISTER && rep == MachineRepresentation::kFloat32, in ExplicitOperand()
602 case Constant::kFloat32: in operator <<()
911 case MachineRepresentation::kFloat32: in FilterRepresentation()
Dmachine-graph-verifier.cc261 MachineRepresentation::kFloat32; in Run()
740 if (MachineRepresentation::kFloat32 == in CheckValueInputForFloat32Op()
833 case MachineRepresentation::kFloat32: in IsCompatible()
Dtype-cache.h37 Type const kFloat32 = Type::Number();
Dcode-generator.cc1122 CHECK_EQ(MachineRepresentation::kFloat32, type.representation()); in AddTranslationForOperand()
1144 CHECK_EQ(MachineRepresentation::kFloat32, type.representation()); in AddTranslationForOperand()
1196 case Constant::kFloat32: in AddTranslationForOperand()
1197 DCHECK(type.representation() == MachineRepresentation::kFloat32 || in AddTranslationForOperand()
Dregister-allocator.cc25 1 << static_cast<int>(MachineRepresentation::kFloat32);
84 case MachineRepresentation::kFloat32: in GetByteWidth()
1557 case MachineRepresentation::kFloat32: in MarkAllocated()
1909 case MachineRepresentation::kFloat32: in FixedFPLiveRangeID()
1943 case MachineRepresentation::kFloat32: in FixedFPLiveRangeFor()
2113 FixedFPLiveRangeFor(code, MachineRepresentation::kFloat32); in ProcessInstructions()
2928 if (rep == MachineRepresentation::kFloat32) { in GetFPRegisterSet()
2947 if (!kSimpleFPAliasing && (rep == MachineRepresentation::kFloat32 || in FindFreeRegistersForRange()
3085 if (!kSimpleFPAliasing && (rep == MachineRepresentation::kFloat32 || in TryAllocateFreeReg()
3152 if (!kSimpleFPAliasing && (rep == MachineRepresentation::kFloat32 || in AllocateBlockedReg()
Drepresentation-change.h172 return UseInfo(MachineRepresentation::kFloat32, Truncation::Any()); in Float32()
Dinstruction-selector-impl.h332 case MachineRepresentation::kFloat32: in ToConstant()
Dload-elimination.cc1007 case MachineRepresentation::kFloat32: in ReduceLoadElement()
1061 case MachineRepresentation::kFloat32: in ReduceStoreElement()
1349 case MachineRepresentation::kFloat32: in FieldIndexOf()
/external/v8/src/wasm/
Dmemory-tracing.cc31 TRACE_TYPE(kFloat32, "f32", "%f / %08x", float, uint32_t) in TraceMemoryOperation()
Dwasm-linkage.h131 case MachineRepresentation::kFloat32: in CanAllocateFP()
153 case MachineRepresentation::kFloat32: { in NextFpReg()
Dvalue-type.h259 return MachineRepresentation::kFloat32; in MachineRepresentationFor()
281 case MachineRepresentation::kFloat32: in ValueTypeFor()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc77 case Constant::kFloat32: in InputImmediate()
1564 case MachineRepresentation::kFloat32: in AssembleArchInstruction()
1594 DCHECK_EQ(op->representation(), MachineRepresentation::kFloat32); in AssembleArchInstruction()
1612 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleArchInstruction()
3362 case Constant::kFloat32: in AssembleMove()
3389 } else if (src.type() == Constant::kFloat32) { in AssembleMove()
3436 } else if (rep == MachineRepresentation::kFloat32) { in AssembleMove()
3450 } else if (rep == MachineRepresentation::kFloat32) { in AssembleMove()
3462 } else if (rep == MachineRepresentation::kFloat32) { in AssembleMove()
3541 } else if (rep == MachineRepresentation::kFloat32) { in AssembleSwap()
[all …]
Dinstruction-scheduler-mips.cc1574 case MachineRepresentation::kFloat32: in GetInstructionLatency()
1610 } else if (op->representation() == MachineRepresentation::kFloat32) { in GetInstructionLatency()
Dinstruction-selector-mips.cc256 case MachineRepresentation::kFloat32: in VisitLoad()
349 case MachineRepresentation::kFloat32: in VisitStore()
1243 case MachineRepresentation::kFloat32: in VisitUnalignedLoad()
1282 case MachineRepresentation::kFloat32: in VisitUnalignedStore()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc68 case Constant::kFloat32: in InputImmediate()
1702 DCHECK_EQ(MachineRepresentation::kFloat32, op->representation()); in AssembleArchInstruction()
1721 DCHECK_EQ(MachineRepresentation::kFloat32, op->representation()); in AssembleArchInstruction()
1739 DCHECK_EQ(MachineRepresentation::kFloat32, op->representation()); in AssembleArchInstruction()
2558 case Constant::kFloat32: in AssembleMove()
2592 if (src.type() == Constant::kFloat32) { in AssembleMove()
2606 value = src.type() == Constant::kFloat32 in AssembleMove()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc61 case Constant::kFloat32: in InputImmediate()
2185 DCHECK_EQ(MachineRepresentation::kFloat32, op->representation()); in AssembleArchInstruction()
2203 DCHECK_EQ(MachineRepresentation::kFloat32, op->representation()); in AssembleArchInstruction()
2220 DCHECK_EQ(MachineRepresentation::kFloat32, op->representation()); in AssembleArchInstruction()
3164 case Constant::kFloat32: in AssembleMove()
3194 double value = (src.type() == Constant::kFloat32) in AssembleMove()
3197 if (src.type() == Constant::kFloat32) { in AssembleMove()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc75 case Constant::kFloat32: in ToImmediate()
1776 DCHECK_EQ(MachineRepresentation::kFloat32, op->representation()); in AssembleArchInstruction()
4381 if (rep == MachineRepresentation::kFloat32) { in AssembleMove()
4401 if (rep == MachineRepresentation::kFloat32) { in AssembleMove()
4421 if (rep == MachineRepresentation::kFloat32) { in AssembleMove()
4447 if (src.type() == Constant::kFloat32) { in AssembleMove()
4468 if (src.type() == Constant::kFloat32) { in AssembleMove()
4527 if (rep == MachineRepresentation::kFloat32) { in AssembleSwap()
4562 if (rep == MachineRepresentation::kFloat32) { in AssembleSwap()

12