I have a cpp file containing only the following:
void f(int* const x) { (*x)*= 2; }
I compile with:
g++ -S -masm=intel -O
Those instructions are used to access the stack in function bodies. It is a generalization and used for debugging purposes.