Searched refs:ReadInst8_1 (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.cpp | 634 GateRef obj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc)));
in DECLARE_ASM_HANDLER() 661 GateRef imm = ReadInst8_1(pc);
in DECLARE_ASM_HANDLER() 678 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc)));
in DECLARE_ASM_HANDLER() 696 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc)));
in DECLARE_ASM_HANDLER() 706 GateRef prop = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc)));
in DECLARE_ASM_HANDLER() 854 GateRef left = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc)));
in DECLARE_ASM_HANDLER() 862 GateRef left = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc)));
in DECLARE_ASM_HANDLER() 870 GateRef left = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc)));
in DECLARE_ASM_HANDLER() 878 GateRef left = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc)));
in DECLARE_ASM_HANDLER() 896 GateRef left = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(p in DECLARE_ASM_HANDLER() [all...] |
H A D | interpreter_stub-inl.h | 45 GateRef InterpreterStubBuilder::ReadInst8_1(GateRef pc) in ReadInst8_1() function in panda::ecmascript::kungfu::InterpreterStubBuilder 146 GateRef currentInst4 = Int32Add(currentInst3, ZExtInt8ToInt32(ReadInst8_1(pc))); in ReadInstSigned32_0() 157 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_1(pc)); in ReadInst16_0() 171 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_1(pc))); in ReadInst16_1() 614 GateRef currentInst4 = Int32Add(currentInst3, ZExtInt8ToInt32(ReadInst8_1(pc))); in ReadInst32_0() 630 return Int32Add(currentInst5, ZExtInt8ToInt32(ReadInst8_1(pc))); in ReadInst32_1() 664 GateRef currentInst12 = Int64Add(currentInst11, ZExtInt8ToInt64(ReadInst8_1(pc))); in ReadInst64_0()
|
H A D | interpreter_stub.h | 119 inline GateRef ReadInst8_1(GateRef pc);
|
Completed in 10 milliseconds