Home
last modified time | relevance | path

Searched refs:Int16Add (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h144 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_0(pc))); in ReadInst16_0()
153 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_1(pc))); in ReadInst16_1()
162 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_2(pc))); in ReadInst16_2()
171 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_3(pc))); in ReadInst16_3()
180 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_4(pc))); in ReadInst16_4()
189 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_5(pc))); in ReadInst16_5()
198 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_6(pc))); in ReadInst16_6()
207 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_9(pc))); in ReadInst16_7()
Dprofiler_stub_builder.cpp767 auto result = Int16Add(hight, ZExtInt8ToInt16(low)); in GetSlotID()
888 GateRef newCnt = Int16Add(hotnessCnt, Int16(1)); in TryJitCompile()
Dcircuit_builder.h58 V(Int16Add, Add, MachineType::I16) \
Dstub_builder-inl.h341 inline GateRef StubBuilder::Int16Add(GateRef x, GateRef y) in Int16Add() function
343 return env_->GetBuilder()->Int16Add(x, y); in Int16Add()
Dstub_builder.h167 GateRef Int16Add(GateRef x, GateRef y);
Dinterpreter_stub.cpp4195 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in DECLARE_ASM_HANDLER()
4266 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in DECLARE_ASM_HANDLER()
4335 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in DECLARE_ASM_HANDLER()