Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_lowering.cpp714 return builder_.ChangeUInt32ToFloat64(gate); in ConvertUInt32ToFloat64()
733 taggedVal = builder_.DoubleToTaggedDoublePtr(builder_.ChangeUInt32ToFloat64(gate)); in ConvertUInt32ToTaggedNumber()
H A Doperations_stub_builder.cpp868 result = DoubleToTaggedDoublePtr(ChangeUInt32ToFloat64(val)); in Shr()
H A Dstub_builder-inl.h2596 inline GateRef StubBuilder::ChangeUInt32ToFloat64(GateRef x) in ChangeUInt32ToFloat64() function in panda::ecmascript::kungfu::StubBuilder
2598 return env_->GetBuilder()->ChangeUInt32ToFloat64(x); in ChangeUInt32ToFloat64()
H A Dcircuit_builder.h140 V(ChangeUInt32ToFloat64, UnsignedIntToFloat, MachineType::F64) \
H A Dstub_builder.h679 GateRef ChangeUInt32ToFloat64(GateRef x);
H A Dstub_builder.cpp1170 result = DoubleToTaggedDoublePtr(ChangeUInt32ToFloat64(length)); in CallGetterHelper()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp351 result = DoubleToTaggedDoublePtr(ChangeUInt32ToFloat64(re)); in GetValueFromBuffer()

Completed in 65 milliseconds