Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp324 GateRef obj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER()
334 GateRef obj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc))); in DECLARE_ASM_HANDLER()
359 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER()
368 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER()
369 GateRef value = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc))); in DECLARE_ASM_HANDLER()
377 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER()
386 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER()
387 GateRef value = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc))); in DECLARE_ASM_HANDLER()
395 GateRef obj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER()
396 GateRef prop = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER()
[all …]
Dstub_builder-inl.h1925 inline GateRef StubBuilder::ZExtInt8ToPtr(GateRef x) in ZExtInt8ToPtr() function
1927 return env_->GetBuilder()->ZExtInt8ToPtr(x); in ZExtInt8ToPtr()
Dstub_builder.h508 GateRef ZExtInt8ToPtr(GateRef x);
Dcircuit_builder.h100 V(ZExtInt8ToPtr, Zext, MachineType::ARCH) \