Home
last modified time | relevance | path

Searched refs:CastInt32ToFloat32 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp392 result = DoubleToTaggedDoublePtr(ExtFloat32ToDouble(CastInt32ToFloat32(re))); in GetValueFromBuffer()
Dcircuit_builder.h101 V(CastInt32ToFloat32, Bitcast, MachineType::F32) \
Dstub_builder-inl.h2262 inline GateRef StubBuilder::CastInt32ToFloat32(GateRef x) in CastInt32ToFloat32() function
2264 return env_->GetBuilder()->CastInt32ToFloat32(x); in CastInt32ToFloat32()
Dstub_builder.h578 GateRef CastInt32ToFloat32(GateRef x);