Home
last modified time | relevance | path

Searched refs:ReadInst8_0 (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp348 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); \
577 GateRef restIdx = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER()
633 GateRef numKeys = ReadInst8_0(pc); in DECLARE_ASM_HANDLER()
669 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER()
687 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER()
705 GateRef obj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER()
758 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER()
826 [[maybe_unused]] GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER()
942 GateRef vsrc = ReadInst8_0(pc); in DECLARE_ASM_HANDLER()
949 GateRef vdst = ReadInst8_0(p in DECLARE_ASM_HANDLER()
[all...]
H A Dinterpreter_stub-inl.h40 GateRef InterpreterStubBuilder::ReadInst8_0(GateRef pc) in ReadInst8_0() function in panda::ecmascript::kungfu::InterpreterStubBuilder
131 return Int32Add(currentInst2, ZExtInt8ToInt32(ReadInst8_0(pc))); in ReadInstSigned16_0()
148 return Int32Add(currentInst5, ZExtInt8ToInt32(ReadInst8_0(pc))); in ReadInstSigned32_0()
159 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_0(pc))); in ReadInst16_0()
616 return Int32Add(currentInst5, ZExtInt8ToInt32(ReadInst8_0(pc))); in ReadInst32_0()
666 return Int64Add(currentInst13, ZExtInt8ToInt64(ReadInst8_0(pc))); in ReadInst64_0()
H A Dinterpreter_stub.h118 inline GateRef ReadInst8_0(GateRef pc);

Completed in 13 milliseconds