Home
last modified time | relevance | path

Searched defs:Shlq (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.cpp119 __ Shlq(3, temp1); // 3: each arg occupies 8 bytes in StackOverflowCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp1310 void AssemblerX64::Shlq(Immediate src, Register dst) in Shlq() function in panda::ecmascript::x64::AssemblerX64