Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp79 __ Popq(prevFpReg); in JSFunctionEntry() local
81 __ Popq(rbp); in JSFunctionEntry() local
82 __ Popq(glueReg); // caller restore in JSFunctionEntry() local
183 __ Popq(rbx); in OptimizedCallAndPushUndefined() local
184 __ Popq(r14); in OptimizedCallAndPushUndefined() local
748 __ Popq(rdx); in CallRuntime() local
749 __ Popq(r10); in CallRuntime() local
753 __ Popq(rbp); in CallRuntime() local
807 __ Popq(r8); in CallRuntimeWithArgv() local
809 __ Popq(rbp); in CallRuntimeWithArgv() local
[all …]
Dcommon_call.cpp72 __ Popq(rbp); in PopAsmInterpBridgeFrame() local
122 __ Popq(glue); in StackOverflowCheck() local
Doptimized_fast_call.cpp57 __ Popq(prevFpReg); in OptimizedFastCallEntry() local
59 __ Popq(rbp); in OptimizedFastCallEntry() local
60 __ Popq(glueReg); // caller restore in OptimizedFastCallEntry() local
Dasm_interpreter_call.cpp254 __ Popq(fpRegister); in PopAsmInterpEntryFrame() local
256 __ Popq(rbp); in PopAsmInterpEntryFrame() local
258 __ Popq(rdi); in PopAsmInterpEntryFrame() local
1220 __ Popq(r10); in ThrowStackOverflowExceptionAndReturn() local
1222 __ Popq(rbp); in ThrowStackOverflowExceptionAndReturn() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_x64_test.cpp150 __ 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