v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
push_registers_asm.cc File Reference

Go to the source code of this file.

Functions

 asm (".globl PushAllRegistersAndIterateStack \n" ".type PushAllRegistersAndIterateStack, %function \n" ".hidden PushAllRegistersAndIterateStack \n" "PushAllRegistersAndIterateStack: \n" " push %ebp \n" " movl %esp, %ebp \n" " push %ebx \n" " push %esi \n" " push %edi \n" " movl 28(%esp), %ecx \n" " push %esp \n" " push 28(%esp) \n" " push 28(%esp) \n" " call *%ecx \n" " addl $24, %esp \n" " pop %ebp \n" " ret \n" ".Lfunc_end0: \n" ".size PushAllRegistersAndIterateStack, " ".Lfunc_end0-PushAllRegistersAndIterateStack\n")
 

Function Documentation

◆ asm()

asm ( ".globl PushAllRegistersAndIterateStack \n" ".type PushAllRegistersAndIterateStack,
%function \n" ".hidden PushAllRegistersAndIterateStack \n" "PushAllRegistersAndIterateStack:\n" " push %ebp \n" " movl % esp,
%ebp \n" " push %ebx \n" " push %esi \n" " push %edi \n" " movl 28%esp,
%ecx \n" " push %esp \n" " push 28(%esp) \n" " push 28(%esp) \n" " call *%ecx \n" " addl $24,
%esp \n" " pop %ebp \n" " ret \n" ".Lfunc_end0:\n" ".size PushAllRegistersAndIterateStack,
" ".Lfunc_end0-PushAllRegistersAndIterateStack\n"  )