Searched refs:ReadInst8_3 (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub-inl.h | 55 GateRef InterpreterStubBuilder::ReadInst8_3(GateRef pc) in ReadInst8_3() function in panda::ecmascript::kungfu::InterpreterStubBuilder 180 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_3(pc)); in ReadInst16_2() 195 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_3(pc))); in ReadInst16_3() 610 GateRef currentInst = ZExtInt8ToInt32(ReadInst8_3(pc)); in ReadInst32_0() 626 GateRef currentInst2 = Int32Add(currentInst1, ZExtInt8ToInt32(ReadInst8_3(pc))); in ReadInst32_1() 642 GateRef currentInst4 = Int32Add(currentInst3, ZExtInt8ToInt32(ReadInst8_3(pc))); in ReadInst32_2() 660 GateRef currentInst8 = Int64Add(currentInst7, ZExtInt8ToInt64(ReadInst8_3(pc))); in ReadInst64_0()
|
H A D | interpreter_stub.cpp | 351 GateRef receiver = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc))); \
644 GateRef obj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc)));
in DECLARE_ASM_HANDLER() 679 GateRef value = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc)));
in DECLARE_ASM_HANDLER() 697 GateRef value = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc)));
in DECLARE_ASM_HANDLER() 708 GateRef setter = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc)));
in DECLARE_ASM_HANDLER() 1196 GateRef value = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc)));
in DECLARE_ASM_HANDLER() 1785 GateRef v1 = ReadInst8_3(pc);
in DECLARE_ASM_HANDLER() 1834 GateRef v1 = ReadInst8_3(pc);
in DECLARE_ASM_HANDLER() 1876 GateRef v1 = ReadInst8_3(pc);
in DECLARE_ASM_HANDLER() 1887 GateRef v0 = ReadInst8_3(p in DECLARE_ASM_HANDLER() [all...] |
H A D | interpreter_stub.h | 121 inline GateRef ReadInst8_3(GateRef pc);
|
Completed in 11 milliseconds