/external/v8/src/ |
D | machine-type.h | 27 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()
|
D | machine-type.cc | 41 case MachineRepresentation::kFloat32: in MachineReprToString()
|
D | register-configuration.cc | 384 static_cast<int>(MachineRepresentation::kFloat32) + 1);
|
/external/v8/src/compiler/ |
D | representation-change.cc | 177 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()
|
D | gap-resolver.cc | 18 const int kFloat32Bit = REP_BIT(MachineRepresentation::kFloat32); 104 split_rep_ = MachineRepresentation::kFloat32; in Resolve()
|
D | c-linkage.cc | 157 CHECK_NE(MachineRepresentation::kFloat32, rep); in GetSimplifiedCDescriptor() 162 CHECK_NE(MachineRepresentation::kFloat32, rep); in GetSimplifiedCDescriptor()
|
D | move-optimizer.cc | 63 case MachineRepresentation::kFloat32: in ContainsOpOrAlias() 68 other_rep1 = MachineRepresentation::kFloat32; in ContainsOpOrAlias() 72 other_rep1 = MachineRepresentation::kFloat32; in ContainsOpOrAlias()
|
D | instruction.h | 484 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()
|
D | instruction.cc | 226 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()
|
D | machine-graph-verifier.cc | 261 MachineRepresentation::kFloat32; in Run() 740 if (MachineRepresentation::kFloat32 == in CheckValueInputForFloat32Op() 833 case MachineRepresentation::kFloat32: in IsCompatible()
|
D | type-cache.h | 37 Type const kFloat32 = Type::Number();
|
D | code-generator.cc | 1122 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()
|
D | register-allocator.cc | 25 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()
|
D | representation-change.h | 172 return UseInfo(MachineRepresentation::kFloat32, Truncation::Any()); in Float32()
|
D | instruction-selector-impl.h | 332 case MachineRepresentation::kFloat32: in ToConstant()
|
D | load-elimination.cc | 1007 case MachineRepresentation::kFloat32: in ReduceLoadElement() 1061 case MachineRepresentation::kFloat32: in ReduceStoreElement() 1349 case MachineRepresentation::kFloat32: in FieldIndexOf()
|
/external/v8/src/wasm/ |
D | memory-tracing.cc | 31 TRACE_TYPE(kFloat32, "f32", "%f / %08x", float, uint32_t) in TraceMemoryOperation()
|
D | wasm-linkage.h | 131 case MachineRepresentation::kFloat32: in CanAllocateFP() 153 case MachineRepresentation::kFloat32: { in NextFpReg()
|
D | value-type.h | 259 return MachineRepresentation::kFloat32; in MachineRepresentationFor() 281 case MachineRepresentation::kFloat32: in ValueTypeFor()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 77 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 …]
|
D | instruction-scheduler-mips.cc | 1574 case MachineRepresentation::kFloat32: in GetInstructionLatency() 1610 } else if (op->representation() == MachineRepresentation::kFloat32) { in GetInstructionLatency()
|
D | instruction-selector-mips.cc | 256 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/ |
D | code-generator-ppc.cc | 68 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/ |
D | code-generator-s390.cc | 61 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/ |
D | code-generator-ia32.cc | 75 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()
|