Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp288 result = DoubleToTaggedDoublePtr(ChangeUInt32ToFloat64(re)); in GetValueFromBuffer()
Dlcr_lowering.cpp468 return builder_.ChangeUInt32ToFloat64(gate); in ConvertUInt32ToFloat64()
487 taggedVal = builder_.DoubleToTaggedDoublePtr(builder_.ChangeUInt32ToFloat64(gate)); in ConvertUInt32ToTaggedNumber()
Dstub_builder-inl.h1831 inline GateRef StubBuilder::ChangeUInt32ToFloat64(GateRef x) in ChangeUInt32ToFloat64() function
1833 return env_->GetBuilder()->ChangeUInt32ToFloat64(x); in ChangeUInt32ToFloat64()
Dstub_builder.h489 GateRef ChangeUInt32ToFloat64(GateRef x);
Dcircuit_builder.h120 V(ChangeUInt32ToFloat64, UnsignedIntToFloat, MachineType::F64) \
Doperations_stub_builder.cpp827 result = DoubleToTaggedDoublePtr(ChangeUInt32ToFloat64(val)); in Shr()