Home
last modified time | relevance | path

Searched defs:Popq (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.cpp71 __ Popq(rbp); in PopAsmInterpBridgeFrame() local
121 __ Popq(glue); in StackOverflowCheck() local
Doptimized_call.cpp78 __ Popq(prevFpReg); in JSFunctionEntry() local
80 __ Popq(rbp); in JSFunctionEntry() local
81 __ Popq(glueReg); // caller restore in JSFunctionEntry() local
213 __ Popq(rbx); in OptimizedCallAndPushArgv() local
214 __ Popq(r14); in OptimizedCallAndPushArgv() local
815 __ Popq(startSp); in FastCallToAsmInterBridge() local
835 __ Popq(rbp); in PopAsmBridgeFrame() local
1067 __ Popq(rdx); in CallRuntime() local
1068 __ Popq(r10); in CallRuntime() local
1072 __ Popq(rbp); in CallRuntime() local
[all …]
Doptimized_fast_call.cpp56 __ Popq(prevFpReg); in OptimizedFastCallEntry() local
58 __ Popq(rbp); in OptimizedFastCallEntry() local
59 __ Popq(glueReg); // caller restore in OptimizedFastCallEntry() local
Dasm_interpreter_call.cpp256 __ Popq(fpRegister); in PopAsmInterpEntryFrame() local
258 __ Popq(rbp); in PopAsmInterpEntryFrame() local
260 __ Popq(rdi); in PopAsmInterpEntryFrame() local
1479 __ Popq(rbp); in PreserveMostCall() local
1645 __ Popq(r10); in ThrowStackOverflowExceptionAndReturn() local
1647 __ Popq(rbp); in ThrowStackOverflowExceptionAndReturn() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_x64_test.cpp143 __ Popq(rbp); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp44 void AssemblerX64::Popq(Register x) in Popq() function in panda::ecmascript::x64::AssemblerX64