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.cpp304 result = IntToTaggedPtr(SExtInt8ToInt32(re)); in GetValueFromBuffer()
Dcircuit_builder.h135 V(SExtInt8ToInt32, Sext, MachineType::I32) \
Dstub_builder-inl.h2287 inline GateRef StubBuilder::SExtInt8ToInt32(GateRef x) in SExtInt8ToInt32() function
2289 return env_->GetBuilder()->SExtInt8ToInt32(x); in SExtInt8ToInt32()
Dstub_builder.h584 GateRef SExtInt8ToInt32(GateRef x);
Dtyped_hcr_lowering.cpp1049 result = builder_.SExtInt8ToInt32(result); in LowerTypedArrayLoadElement()