Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp430 GateRef obj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER()
440 GateRef obj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc))); in DECLARE_ASM_HANDLER()
465 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER()
474 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER()
475 GateRef value = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc))); in DECLARE_ASM_HANDLER()
483 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER()
492 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER()
493 GateRef value = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc))); in DECLARE_ASM_HANDLER()
501 GateRef obj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER()
502 GateRef prop = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER()
[all …]
Dcircuit_builder.h111 V(ZExtInt8ToPtr, Zext, MachineType::ARCH) \
Dstub_builder-inl.h2337 inline GateRef StubBuilder::ZExtInt8ToPtr(GateRef x) in ZExtInt8ToPtr() function
2339 return env_->GetBuilder()->ZExtInt8ToPtr(x); in ZExtInt8ToPtr()
Dstub_builder.h593 GateRef ZExtInt8ToPtr(GateRef x);