Searched defs:Popq (Results 1 – 6 of 6) sorted by relevance
79 __ Popq(prevFpReg); in JSFunctionEntry() local81 __ Popq(rbp); in JSFunctionEntry() local82 __ Popq(glueReg); // caller restore in JSFunctionEntry() local183 __ Popq(rbx); in OptimizedCallAndPushUndefined() local184 __ Popq(r14); in OptimizedCallAndPushUndefined() local760 __ Popq(rdx); in CallRuntime() local761 __ Popq(r10); in CallRuntime() local765 __ Popq(rbp); in CallRuntime() local819 __ Popq(r8); in CallRuntimeWithArgv() local821 __ Popq(rbp); in CallRuntimeWithArgv() local[all …]
72 __ Popq(rbp); in PopAsmInterpBridgeFrame() local122 __ Popq(glue); in StackOverflowCheck() local
57 __ Popq(prevFpReg); in OptimizedFastCallEntry() local59 __ Popq(rbp); in OptimizedFastCallEntry() local60 __ Popq(glueReg); // caller restore in OptimizedFastCallEntry() local
254 __ Popq(fpRegister); in PopAsmInterpEntryFrame() local256 __ Popq(rbp); in PopAsmInterpEntryFrame() local258 __ Popq(rdi); in PopAsmInterpEntryFrame() local1283 __ Popq(r10); in ThrowStackOverflowExceptionAndReturn() local1285 __ Popq(rbp); in ThrowStackOverflowExceptionAndReturn() local
143 __ Popq(rbp); in HWTEST_F_L0() local
44 void AssemblerX64::Popq(Register x) in Popq() function in panda::ecmascript::x64::AssemblerX64