Home
last modified time | relevance | path

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

12

/external/v8/src/codegen/
Dmachine-type.h30 kFloat32, enumerator
33 kFirstFPRepresentation = kFloat32,
156 return MachineType(MachineRepresentation::kFloat32, in Float32()
210 case MachineRepresentation::kFloat32:
299 case MachineRepresentation::kFloat32: in ElementSizeLog2Of()
Dmachine-type.cc42 case MachineRepresentation::kFloat32: in MachineReprToString()
Dregister-configuration.cc284 static_cast<int>(MachineRepresentation::kFloat32) + 1);
Dtnode.h90 MachineRepresentation::kFloat32;
/external/v8/include/
Dv8-fast-api-calls.h197 kFloat32, enumerator
290 V(float, kFloat32) \
/external/v8/src/compiler/
Drepresentation-change.cc209 case MachineRepresentation::kFloat32: in GetRepresentationFor()
340 } else if (output_rep == MachineRepresentation::kFloat32) { in GetTaggedSignedRepresentationFor()
454 } else if (output_rep == MachineRepresentation::kFloat32) { in GetTaggedPointerRepresentationFor()
572 MachineRepresentation::kFloat32) { // float32 -> float64 -> tagged in GetTaggedRepresentationFor()
628 jsgraph()->common()->DeadValue(MachineRepresentation::kFloat32), node); in GetFloat32RepresentationFor()
668 MachineRepresentation::kFloat32); in GetFloat32RepresentationFor()
769 } else if (output_rep == MachineRepresentation::kFloat32) { in GetFloat64RepresentationFor()
867 } else if (output_rep == MachineRepresentation::kFloat32) { in GetWord32RepresentationFor()
1052 } else if (output_rep == MachineRepresentation::kFloat32) { in GetBitRepresentationFor()
1148 } else if (output_rep == MachineRepresentation::kFloat32) { in GetWord64RepresentationFor()
Dtype-cache.h42 Type const kFloat32 = Type::Number();
Dmachine-graph-verifier.cc301 MachineRepresentation::kFloat32; in Run()
916 if (MachineRepresentation::kFloat32 == in CheckValueInputForFloat32Op()
988 case MachineRepresentation::kFloat32: in IsCompatible()
Dc-linkage.cc240 CHECK_NE(MachineRepresentation::kFloat32, rep); in GetSimplifiedCDescriptor()
Drepresentation-change.h200 return UseInfo(MachineRepresentation::kFloat32, Truncation::Any()); in Float32()
Dload-elimination.cc1069 case MachineRepresentation::kFloat32: in ReduceLoadElement()
1123 case MachineRepresentation::kFloat32: in ReduceStoreElement()
1417 case MachineRepresentation::kFloat32: in FieldIndexOf()
/external/v8/src/wasm/
Dwasm-linkage.h136 case MachineRepresentation::kFloat32: in CanAllocateFP()
158 case MachineRepresentation::kFloat32: { in NextFpReg()
Dmemory-tracing.cc34 TRACE_TYPE(kFloat32, "f32", "%f / %08x", float, uint32_t) in TraceMemoryOperation()
/external/v8/src/compiler/backend/
Dregister-allocation.h53 case MachineRepresentation::kFloat32: in ByteWidthForStackSlot()
Dgap-resolver.cc126 if ((fp_reps & RepresentationBit(MachineRepresentation::kFloat32)) != 0) { in Resolve()
127 split_rep_ = MachineRepresentation::kFloat32; in Resolve()
Dmove-optimizer.cc65 case MachineRepresentation::kFloat32: in ContainsOpOrAlias()
70 other_rep1 = MachineRepresentation::kFloat32; in ContainsOpOrAlias()
74 other_rep1 = MachineRepresentation::kFloat32; in ContainsOpOrAlias()
Dinstruction.h529 case MachineRepresentation::kFloat32: in IsSupportedRepresentation()
618 MachineRepresentation::kFloat32; in IsFloatRegister()
652 MachineRepresentation::kFloat32; in IsFloatStackSlot()
1062 kFloat32, enumerator
1073 explicit Constant(float v) : type_(kFloat32), value_(bit_cast<int32_t>(v)) {} in Constant()
1106 DCHECK_EQ(kFloat32, type()); in ToFloat32()
1111 DCHECK_EQ(kFloat32, type()); in ToFloat32AsInt()
1581 RepresentationBit(MachineRepresentation::kFloat32) | in NON_EXPORTED_BASE()
Dcode-generator.cc1207 CHECK_EQ(MachineRepresentation::kFloat32, type.representation()); in AddTranslationForOperand()
1236 CHECK_EQ(MachineRepresentation::kFloat32, type.representation()); in AddTranslationForOperand()
1290 case Constant::kFloat32: in AddTranslationForOperand()
1291 DCHECK(type.representation() == MachineRepresentation::kFloat32 || in AddTranslationForOperand()
Dinstruction.cc217 case MachineRepresentation::kFloat32: in operator <<()
549 case Constant::kFloat32: in operator <<()
898 case MachineRepresentation::kFloat32: in FilterRepresentation()
Dregister-allocator.cc32 RepresentationBit(MachineRepresentation::kFloat32);
1500 case MachineRepresentation::kFloat32: in MarkFixedUse()
1528 case MachineRepresentation::kFloat32: in HasFixedUse()
1558 case MachineRepresentation::kFloat32: in MarkAllocated()
1901 case MachineRepresentation::kFloat32: in FixedFPLiveRangeID()
1943 case MachineRepresentation::kFloat32: in FixedFPLiveRangeFor()
2123 code, MachineRepresentation::kFloat32, spill_mode); in ProcessInstructions()
3285 if (check_aliasing && (rep == MachineRepresentation::kFloat32 || in ComputeStateFromManyPredecessors()
3874 if (rep == MachineRepresentation::kFloat32) { in GetFPRegisterSet()
3893 if (!kSimpleFPAliasing && (rep == MachineRepresentation::kFloat32 || in FindFreeRegistersForRange()
[all …]
Dinstruction-selector-impl.h363 case MachineRepresentation::kFloat32: in ToConstant()
/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc68 case Constant::kFloat32: in InputImmediate()
1234 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleArchInstruction()
1748 case MachineRepresentation::kFloat32: in AssembleArchInstruction()
1785 DCHECK_EQ(MachineRepresentation::kFloat32, op->representation()); in AssembleArchInstruction()
1802 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleArchInstruction()
3923 case Constant::kFloat32: in AssembleMove()
3974 if (src.type() == Constant::kFloat32) { in AssembleMove()
3988 value = src.type() == Constant::kFloat32 in AssembleMove()
4034 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleMove()
4049 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleMove()
/external/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc77 case Constant::kFloat32: in InputImmediate()
1664 case MachineRepresentation::kFloat32: in AssembleArchInstruction()
1696 DCHECK_EQ(op->representation(), MachineRepresentation::kFloat32); in AssembleArchInstruction()
1715 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleArchInstruction()
4167 case Constant::kFloat32: in AssembleMove()
4199 } else if (src.type() == Constant::kFloat32) { in AssembleMove()
4246 } else if (rep == MachineRepresentation::kFloat32) { in AssembleMove()
4260 } else if (rep == MachineRepresentation::kFloat32) { in AssembleMove()
4272 } else if (rep == MachineRepresentation::kFloat32) { in AssembleMove()
4350 } else if (rep == MachineRepresentation::kFloat32) { in AssembleSwap()
[all …]
Dinstruction-scheduler-mips.cc1639 case MachineRepresentation::kFloat32: in GetInstructionLatency()
1675 } else if (op->representation() == MachineRepresentation::kFloat32) { in GetInstructionLatency()
/external/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc62 case Constant::kFloat32: in InputImmediate()
1683 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleArchInstruction()
2252 case MachineRepresentation::kFloat32: in AssembleArchInstruction()
2287 DCHECK_EQ(MachineRepresentation::kFloat32, op->representation()); in AssembleArchInstruction()
2302 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleArchInstruction()
4806 case Constant::kFloat32: in AssembleMove()
4850 double value = (src.type() == Constant::kFloat32) in AssembleMove()
4853 if (src.type() == Constant::kFloat32) { in AssembleMove()
4898 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleMove()
4911 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleMove()

12