Searched refs:Int16LSL (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub-inl.h | 158 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 D | profiler_stub_builder.cpp | 798 hight = Int16LSL(ZExtInt8ToInt16(hight), Int16(8)); // 8 : set as high 8 bits in GetSlotID()
|
H A D | stub_builder-inl.h | 543 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 D | circuit_builder.h | 89 V(Int16LSL, Lsl, MachineType::I16) \
|
H A D | stub_builder.h | 248 GateRef Int16LSL(GateRef x, GateRef y);
|
Completed in 17 milliseconds