Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp2018 GateRef vdst = ZExtInt16ToPtr(ReadInst16_0(pc)); in DECLARE_ASM_HANDLER()
2019 GateRef vsrc = ZExtInt16ToPtr(ReadInst16_2(pc)); in DECLARE_ASM_HANDLER()
3889 GateRef ctor = GetVregValue(sp, ZExtInt16ToPtr(firstArgRegIdx)); in DECLARE_ASM_HANDLER()
3958 GateRef ctor = GetVregValue(sp, ZExtInt16ToPtr(firstArgRegIdx)); in DECLARE_ASM_HANDLER()
4028 GateRef ctor = GetVregValue(sp, ZExtInt16ToPtr(firstArgRegIdx)); in DECLARE_ASM_HANDLER()
Dstub_builder-inl.h1931 inline GateRef StubBuilder::ZExtInt16ToPtr(GateRef x) in ZExtInt16ToPtr() function
1933 return env_->GetBuilder()->ZExtInt16ToPtr(x); in ZExtInt16ToPtr()
Dstub_builder.h509 GateRef ZExtInt16ToPtr(GateRef x);
Dcircuit_builder.h101 V(ZExtInt16ToPtr, Zext, MachineType::ARCH) \