Home
last modified time | relevance | path

Searched refs:Int16LSL (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h138 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_0()
146 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_1()
155 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_2()
164 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_3()
173 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_4()
182 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_5()
191 GateRef currentInst2 = Int16LSL(currentInst1, Int16(8)); // 8 : set as high 8 bits in ReadInst16_6()
Dstub_builder-inl.h489 inline GateRef StubBuilder::Int16LSL(GateRef x, GateRef y) in Int16LSL() function
491 return env_->GetBuilder()->Int16LSL(x, y); in Int16LSL()
Dstub_builder.h188 GateRef Int16LSL(GateRef x, GateRef y);
Dcircuit_builder.h76 V(Int16LSL, Lsl, MachineType::I16) \