Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.cpp72 __ Popq(rbp); in PopAsmInterpBridgeFrame() local
122 __ Popq(glue); in StackOverflowCheck() local
Doptimized_call.cpp90 __ Popq(prevFpReg); in JSFunctionEntry() local
92 __ Popq(rbp); in JSFunctionEntry() local
93 __ Popq(glueReg); // caller restore in JSFunctionEntry() local
195 __ Popq(rbx); in OptimizedCallOptimized() local
196 __ Popq(r14); in OptimizedCallOptimized() local
1086 __ Popq(rdx); in CallRuntime() local
1087 __ Popq(r10); in CallRuntime() local
1091 __ Popq(rbp); in CallRuntime() local
1145 __ Popq(r8); in CallRuntimeWithArgv() local
1147 __ Popq(rbp); in CallRuntimeWithArgv() local
[all …]
Dasm_interpreter_call.cpp254 __ Popq(fpRegister); in PopAsmInterpEntryFrame() local
256 __ Popq(rbp); in PopAsmInterpEntryFrame() local
258 __ Popq(rdi); in PopAsmInterpEntryFrame() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_x64_test.cpp149 __ 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