Home
last modified time | relevance | path

Searched refs:ExtFloat32ToDouble (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.h258 GateRef val = ExtFloat32ToDouble(x); in Float32ToTaggedDoublePtr()
Dtyped_array_stub_builder.cpp392 result = DoubleToTaggedDoublePtr(ExtFloat32ToDouble(CastInt32ToFloat32(re))); in GetValueFromBuffer()
Dcircuit_builder.h127 V(ExtFloat32ToDouble, Fext, MachineType::F64) \
Dstub_builder-inl.h2227 inline GateRef StubBuilder::ExtFloat32ToDouble(GateRef x) in ExtFloat32ToDouble() function
2229 return env_->GetBuilder()->ExtFloat32ToDouble(x); in ExtFloat32ToDouble()
Dstub_builder.h564 GateRef ExtFloat32ToDouble(GateRef x);
Dtyped_hcr_lowering.cpp1062 result = builder_.ExtFloat32ToDouble(result); in LowerTypedArrayLoadElement()