Home
last modified time | relevance | path

Searched refs:ExtFloat32ToDouble (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.h257 GateRef val = ExtFloat32ToDouble(x); in Float32ToTaggedDoublePtr()
H A Dtyped_native_inline_lowering.cpp777 return builder_.ExtFloat32ToDouble(builder_.TruncDoubleToFloat32(value)); in BuildRounding()
1564 tempRes = builder_.ExtFloat32ToDouble(float32Res); in GetValueFromBuffer()
1570 GateRef originDoubleRes = builder_.ExtFloat32ToDouble(originFloat32Res); in GetValueFromBuffer()
1576 tempRes = builder_.ExtFloat32ToDouble(float32Res); in GetValueFromBuffer()
H A Dstub_builder-inl.h2581 inline GateRef StubBuilder::ExtFloat32ToDouble(GateRef x) in ExtFloat32ToDouble() function in panda::ecmascript::kungfu::StubBuilder
2583 return env_->GetBuilder()->ExtFloat32ToDouble(x); in ExtFloat32ToDouble()
H A Dcircuit_builder.h136 V(ExtFloat32ToDouble, Fext, MachineType::F64) \
H A Dstub_builder.h676 GateRef ExtFloat32ToDouble(GateRef x);
H A Dtyped_hcr_lowering.cpp1164 result = builder_.ExtFloat32ToDouble(result); in LowerTypedArrayLoadElement()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp365 result = DoubleToTaggedDoublePtr(ExtFloat32ToDouble(CastInt32ToFloat32(re))); in GetValueFromBuffer()

Completed in 32 milliseconds