Home
last modified time | relevance | path

Searched refs:CastFloat32ToInt32 (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_dataview_stub_builder.cpp88 CastFloat32ToInt32(flaotValue), *isLittleEndian); in SetTypedValue()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h964 inline GateRef StubBuilder::CastFloat32ToInt32(GateRef x) in CastFloat32ToInt32() function in panda::ecmascript::kungfu::StubBuilder
966 return env_->GetBuilder()->CastFloat32ToInt32(x); in CastFloat32ToInt32()
H A Dcircuit_builder.h109 V(CastFloat32ToInt32, Bitcast, MachineType::I32) \
H A Dstub_builder.h324 GateRef CastFloat32ToInt32(GateRef x);
H A Dtyped_native_inline_lowering.cpp1708 GateRef int32Value = builder_.CastFloat32ToInt32(float32Value); in SetValueInBuffer()

Completed in 21 milliseconds