Home
last modified time | relevance | path

Searched refs:SExtInt32ToInt64 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp136 GateRef val = builder_.SExtInt32ToInt64(x); in IntToTaggedIntPtr()
Dstub_builder-inl.h739 GateRef val = SExtInt32ToInt64(x); in IntToTaggedPtr()
745 GateRef val = SExtInt32ToInt64(x); in IntToTaggedInt()
1861 inline GateRef StubBuilder::SExtInt32ToInt64(GateRef x) in SExtInt32ToInt64() function
1863 return env_->GetBuilder()->SExtInt32ToInt64(x); in SExtInt32ToInt64()
Dcircuit_builder-inl.h280 GateRef val = SExtInt32ToInt64(x); in Int32ToTaggedPtr()
286 GateRef val = SExtInt32ToInt64(x); in Int32ToTaggedInt()
Dstub_builder.h495 GateRef SExtInt32ToInt64(GateRef x);
Dcircuit_builder.h91 V(SExtInt32ToInt64, Sext, MachineType::I64) \
Dtype_mcr_lowering.cpp955 GateRef val = builder_.SExtInt32ToInt64(x); in IntToTaggedIntPtr()
Dslowpath_lowering.cpp2707 auto resumeMode = builder_.SExtInt32ToInt64(modeBits); in LowerGetResumeMode()
2718 auto resumeMode = builder_.SExtInt32ToInt64(modeBits); in LowerGetResumeMode()
Dstub_builder.cpp1413 resultKey = SExtInt32ToInt64(integer); in TryToElementsIndex()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp1154 GateRef intToDouble = CastInt64ToFloat64(SExtInt32ToInt64(doubleToInt)); in DECLARE_BUILTINS()
1161 arrayLength = SExtInt32ToInt64(doubleToInt); in DECLARE_BUILTINS()