Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp173 result = builder_.DoubleToTaggedDoublePtr(builder_.CastInt64ToFloat64(res)); in TypedAbs()
Dtyped_array_stub_builder.cpp311 result = DoubleToTaggedDoublePtr(CastInt64ToFloat64(re)); in GetValueFromBuffer()
Dstub_builder-inl.h761 return DoubleToTaggedDoublePtr(CastInt64ToFloat64(ChangeTaggedPointerToInt64(x))); in TaggedPtrToTaggedDoublePtr()
1855 inline GateRef StubBuilder::CastInt64ToFloat64(GateRef x) in CastInt64ToFloat64() function
1857 return env_->GetBuilder()->CastInt64ToFloat64(x); in CastInt64ToFloat64()
Dstub_builder.h494 GateRef CastInt64ToFloat64(GateRef x);
Dcircuit_builder-inl.h130 return CastInt64ToFloat64(val); in GetDoubleOfTDouble()
Dcircuit_builder.h89 V(CastInt64ToFloat64, Bitcast, MachineType::F64) \
Dinterpreter_stub.cpp2047 GateRef imm = CastInt64ToFloat64(ReadInst64_0(pc)); in DECLARE_ASM_HANDLER()
Dstub_builder.cpp4452 result = DoubleToTaggedDoublePtr(CastInt64ToFloat64(tmpResult)); in FastDiv()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp1154 GateRef intToDouble = CastInt64ToFloat64(SExtInt32ToInt64(doubleToInt)); in DECLARE_BUILTINS()