Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1821 inline GateRef StubBuilder::ChangeInt32ToFloat32(GateRef x) in ChangeInt32ToFloat32() function
1823 return env_->GetBuilder()->ChangeInt32ToFloat32(x); in ChangeInt32ToFloat32()
Dstub_builder.h487 GateRef ChangeInt32ToFloat32(GateRef x);
Dcircuit_builder.h119 V(ChangeInt32ToFloat32, SignedIntToFloat, MachineType::F32) \
Dcircuit_builder-inl.h542 return ChangeInt32ToFloat32(val); in TaggedIntPtrToFloat32()