Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp214 result = IntToTaggedPtr(SExtInt8ToInt32(re)); in GetValueFromBuffer()
Dstub_builder-inl.h1875 inline GateRef StubBuilder::SExtInt8ToInt32(GateRef x) in SExtInt8ToInt32() function
1877 return env_->GetBuilder()->SExtInt8ToInt32(x); in SExtInt8ToInt32()
Dstub_builder.h499 GateRef SExtInt8ToInt32(GateRef x);
Dcircuit_builder.h124 V(SExtInt8ToInt32, Sext, MachineType::I32) \
Dtype_mcr_lowering.cpp783 result = builder_.SExtInt8ToInt32(result); in LowerTypedArrayLoadElement()