Home
last modified time | relevance | path

Searched refs:ZExtInt16ToPtr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp2193 GateRef vdst = ZExtInt16ToPtr(ReadInst16_0(pc)); in DECLARE_ASM_HANDLER()
2194 GateRef vsrc = ZExtInt16ToPtr(ReadInst16_2(pc)); in DECLARE_ASM_HANDLER()
3167 …GateRef argv = PtrAdd(sp, PtrMul(ZExtInt16ToPtr(v0), IntPtr(JSTaggedValue::TaggedTypeSize()))); //… in DECLARE_ASM_HANDLER()
4156 GateRef ctor = GetVregValue(sp, ZExtInt16ToPtr(firstArgRegIdx)); in DECLARE_ASM_HANDLER()
4226 GateRef ctor = GetVregValue(sp, ZExtInt16ToPtr(firstArgRegIdx)); in DECLARE_ASM_HANDLER()
4297 GateRef ctor = GetVregValue(sp, ZExtInt16ToPtr(firstArgRegIdx)); in DECLARE_ASM_HANDLER()
Dcircuit_builder.h112 V(ZExtInt16ToPtr, Zext, MachineType::ARCH) \
Dstub_builder-inl.h2342 inline GateRef StubBuilder::ZExtInt16ToPtr(GateRef x) in ZExtInt16ToPtr() function
2344 return env_->GetBuilder()->ZExtInt16ToPtr(x); in ZExtInt16ToPtr()
Dstub_builder.h594 GateRef ZExtInt16ToPtr(GateRef x);