Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h50 GateRef InterpreterStubBuilder::ReadInst8_2(GateRef pc) in ReadInst8_2() function in panda::ecmascript::kungfu::InterpreterStubBuilder
144 GateRef currentInst2 = Int32Add(currentInst1, ZExtInt8ToInt32(ReadInst8_2(pc))); in ReadInstSigned32_0()
168 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_2(pc)); in ReadInst16_1()
183 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_2(pc))); in ReadInst16_2()
612 GateRef currentInst2 = Int32Add(currentInst1, ZExtInt8ToInt32(ReadInst8_2(pc))); in ReadInst32_0()
628 GateRef currentInst4 = Int32Add(currentInst3, ZExtInt8ToInt32(ReadInst8_2(pc))); in ReadInst32_1()
644 return Int32Add(currentInst5, ZExtInt8ToInt32(ReadInst8_2(pc))); in ReadInst32_2()
662 GateRef currentInst10 = Int64Add(currentInst9, ZExtInt8ToInt64(ReadInst8_2(pc))); in ReadInst64_0()
H A Dinterpreter_stub.cpp635 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER()
707 GateRef getter = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_2(pc))); in DECLARE_ASM_HANDLER()
1194 GateRef slot = ZExtInt8ToInt32(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER()
1222 GateRef value = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_2(pc))); in DECLARE_ASM_HANDLER()
1515 GateRef v0 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER()
1608 GateRef prop = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_2(pc))); in DECLARE_ASM_HANDLER()
1623 GateRef v0 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER()
1651 GateRef value = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_2(pc))); in DECLARE_ASM_HANDLER()
1661 GateRef v1 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER()
1709 GateRef src = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_2(p in DECLARE_ASM_HANDLER()
[all...]
H A Dinterpreter_stub.h120 inline GateRef ReadInst8_2(GateRef pc);

Completed in 12 milliseconds