Home
last modified time | relevance | path

Searched refs:ChangeFloat64ToInt32 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1836 inline GateRef StubBuilder::ChangeFloat64ToInt32(GateRef x) in ChangeFloat64ToInt32() function
1838 return env_->GetBuilder()->ChangeFloat64ToInt32(x); in ChangeFloat64ToInt32()
Dstub_builder.h490 GateRef ChangeFloat64ToInt32(GateRef x);
Dcircuit_builder.h121 V(ChangeFloat64ToInt32, FloatToSignedInt, MachineType::I32) \
Dcircuit_builder-inl.h168 GateRef xInt = ChangeFloat64ToInt32(x); in DoubleToInt()
Dstub_builder.cpp1408 GateRef integer = ChangeFloat64ToInt32(number); in TryToElementsIndex()
5026 GateRef xInt = ChangeFloat64ToInt32(x); in DoubleToInt()