Home
last modified time | relevance | path

Searched refs:SExtInt8ToInt64 (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h764 GateRef val = SExtInt8ToInt64(x); in Int8ToTaggedInt()
2282 inline GateRef StubBuilder::SExtInt8ToInt64(GateRef x) in SExtInt8ToInt64() function
2284 return env_->GetBuilder()->SExtInt8ToInt64(x); in SExtInt8ToInt64()
Dcircuit_builder.h136 V(SExtInt8ToInt64, Sext, MachineType::I64)
Dstub_builder.h583 GateRef SExtInt8ToInt64(GateRef x);