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() local748 __ Popq(rdx); in CallRuntime() local749 __ Popq(r10); in CallRuntime() local753 __ Popq(rbp); in CallRuntime() local807 __ Popq(r8); in CallRuntimeWithArgv() local809 __ 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() local1220 __ Popq(r10); in ThrowStackOverflowExceptionAndReturn() local1222 __ Popq(rbp); in ThrowStackOverflowExceptionAndReturn() local
150 __ Popq(rbp); in HWTEST_F_L0() local
44 void AssemblerX64::Popq(Register x) in Popq() function in panda::ecmascript::x64::AssemblerX64