Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h65 GateRef InterpreterStubBuilder::ReadInst8_5(GateRef pc) in ReadInst8_5() function in panda::ecmascript::kungfu::InterpreterStubBuilder
204 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_5(pc)); in ReadInst16_4()
219 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_5(pc))); in ReadInst16_5()
638 GateRef currentInst = ZExtInt8ToInt32(ReadInst8_5(pc)); in ReadInst32_2()
656 GateRef currentInst4 = Int64Add(currentInst3, ZExtInt8ToInt64(ReadInst8_5(pc))); in ReadInst64_0()
H A Dinterpreter_stub.h123 inline GateRef ReadInst8_5(GateRef pc);
H A Dinterpreter_stub.cpp814 GateRef obj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_5(pc))); in DECLARE_ASM_HANDLER()
1170 GateRef value = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_5(pc))); in DECLARE_ASM_HANDLER()
3727 GateRef v0 = ReadInst8_5(pc); in DECLARE_ASM_HANDLER()
3974 GateRef flag = ZExtInt8ToInt32(ReadInst8_5(pc)); in DECLARE_ASM_HANDLER()
4221 GateRef receiver = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_5(pc))); in DECLARE_ASM_HANDLER()

Completed in 14 milliseconds