Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp250 result = IntToTaggedPtr(SExtInt16ToInt32(re)); in GetValueFromBuffer()
Dstub_builder-inl.h1881 inline GateRef StubBuilder::SExtInt16ToInt32(GateRef x) in SExtInt16ToInt32() function
1883 return env_->GetBuilder()->SExtInt16ToInt32(x); in SExtInt16ToInt32()
Dstub_builder.h497 GateRef SExtInt16ToInt32(GateRef x);
Dcircuit_builder.h123 V(SExtInt16ToInt32, Sext, MachineType::I32) \
Dtype_mcr_lowering.cpp791 result = builder_.SExtInt16ToInt32(result); in LowerTypedArrayLoadElement()