Home
last modified time | relevance | path

Searched refs:Int16LSL (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h158 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_0()
169 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_1()
181 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_2()
193 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_3()
205 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_4()
217 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_5()
229 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_6()
241 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_7()
H A Dprofiler_stub_builder.cpp798 hight = Int16LSL(ZExtInt8ToInt16(hight), Int16(8)); // 8 : set as high 8 bits in GetSlotID()
H A Dstub_builder-inl.h543 inline GateRef StubBuilder::Int16LSL(GateRef x, GateRef y) in Int16LSL() function in panda::ecmascript::kungfu::StubBuilder
545 return env_->GetBuilder()->Int16LSL(x, y); in Int16LSL()
H A Dcircuit_builder.h89 V(Int16LSL, Lsl, MachineType::I16) \
H A Dstub_builder.h248 GateRef Int16LSL(GateRef x, GateRef y);

Completed in 17 milliseconds