Searched refs:Int16Add (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | interpreter_stub-inl.h | 144 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()
|
D | profiler_stub_builder.cpp | 767 auto result = Int16Add(hight, ZExtInt8ToInt16(low)); in GetSlotID() 888 GateRef newCnt = Int16Add(hotnessCnt, Int16(1)); in TryJitCompile()
|
D | circuit_builder.h | 58 V(Int16Add, Add, MachineType::I16) \
|
D | stub_builder-inl.h | 341 inline GateRef StubBuilder::Int16Add(GateRef x, GateRef y) in Int16Add() function 343 return env_->GetBuilder()->Int16Add(x, y); in Int16Add()
|
D | stub_builder.h | 167 GateRef Int16Add(GateRef x, GateRef y);
|
D | interpreter_stub.cpp | 4195 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()
|