Searched refs:Int16LSL (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | interpreter_stub-inl.h | 138 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()
|
D | stub_builder-inl.h | 489 inline GateRef StubBuilder::Int16LSL(GateRef x, GateRef y) in Int16LSL() function 491 return env_->GetBuilder()->Int16LSL(x, y); in Int16LSL()
|
D | stub_builder.h | 188 GateRef Int16LSL(GateRef x, GateRef y);
|
D | circuit_builder.h | 76 V(Int16LSL, Lsl, MachineType::I16) \
|