Home
last modified time | relevance | path

Searched refs:CastInt64ToFloat64 (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.h110 return CastInt64ToFloat64(val); in GetDoubleOfTDouble()
Dbuiltins_lowering.cpp197 result = builder_.DoubleToTaggedDoublePtr(builder_.CastInt64ToFloat64(res)); in TypedAbs()
Dtyped_array_stub_builder.cpp401 result = DoubleToTaggedDoublePtr(CastInt64ToFloat64(re)); in GetValueFromBuffer()
Dstub_builder-inl.h803 return DoubleToTaggedDoublePtr(CastInt64ToFloat64(ChangeTaggedPointerToInt64(x))); in TaggedPtrToTaggedDoublePtr()
2267 inline GateRef StubBuilder::CastInt64ToFloat64(GateRef x) in CastInt64ToFloat64() function
2269 return env_->GetBuilder()->CastInt64ToFloat64(x); in CastInt64ToFloat64()
Dcircuit_builder.h100 V(CastInt64ToFloat64, Bitcast, MachineType::F64) \
Dstub_builder.h579 GateRef CastInt64ToFloat64(GateRef x);
Dtyped_hcr_lowering.cpp2255 … GateRef intToDouble = builder_.CastInt64ToFloat64(builder_.SExtInt32ToInt64(doubleToInt)); in LowerArrayConstructor()
Dstub_builder.cpp5512 result = DoubleToTaggedDoublePtr(CastInt64ToFloat64(tmpResult)); in FastDiv()
8211 GateRef numberValue = CastInt64ToFloat64(rawValue); in GetTaggedValueWithElementsKind()
Dinterpreter_stub.cpp2222 GateRef imm = CastInt64ToFloat64(ReadInst64_0(pc)); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp638 GateRef intToDouble = CastInt64ToFloat64(SExtInt32ToInt64(doubleToInt)); in DECLARE_BUILTINS()