Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h60 GateRef InterpreterStubBuilder::ReadInst8_4(GateRef pc) in ReadInst8_4() function in panda::ecmascript::kungfu::InterpreterStubBuilder
192 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_4(pc)); in ReadInst16_3()
207 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_4(pc))); in ReadInst16_4()
624 GateRef currentInst = ZExtInt8ToInt32(ReadInst8_4(pc)); in ReadInst32_1()
640 GateRef currentInst2 = Int32Add(currentInst1, ZExtInt8ToInt32(ReadInst8_4(pc))); in ReadInst32_2()
658 GateRef currentInst6 = Int64Add(currentInst5, ZExtInt8ToInt64(ReadInst8_4(pc))); in ReadInst64_0()
H A Dinterpreter_stub.h122 inline GateRef ReadInst8_4(GateRef pc);
H A Dinterpreter_stub.cpp645 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_4(pc)); in DECLARE_ASM_HANDLER()
1897 GateRef v0 = ReadInst8_4(pc); in DECLARE_ASM_HANDLER()
2136 GateRef receiver = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_4(pc))); in DECLARE_ASM_HANDLER()
2274 GateRef receiver = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_4(pc))); in DECLARE_ASM_HANDLER()
2353 GateRef receiver = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_4(pc))); in DECLARE_ASM_HANDLER()
3183 GateRef flags = ReadInst8_4(pc); in DECLARE_ASM_HANDLER()
4344 GateRef a2 = ReadInst8_4(pc); in DECLARE_ASM_HANDLER()
4511 GateRef a2 = ReadInst8_4(pc); in DECLARE_ASM_HANDLER()
4871 GateRef length = ReadInst8_4(pc); in DECLARE_ASM_HANDLER()
4944 GateRef length = ReadInst8_4(p in DECLARE_ASM_HANDLER()
[all...]

Completed in 13 milliseconds