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.h727 GateRef val = SExtInt8ToInt64(x); in Int8ToTaggedInt()
1870 inline GateRef StubBuilder::SExtInt8ToInt64(GateRef x) in SExtInt8ToInt64() function
1872 return env_->GetBuilder()->SExtInt8ToInt64(x); in SExtInt8ToInt64()
Dstub_builder.h498 GateRef SExtInt8ToInt64(GateRef x);
Dcircuit_builder.h125 V(SExtInt8ToInt64, Sext, MachineType::I64)