1 
2 	.macro SAVE_CALLEE_CLOBBERED
3 	cld
4 	pushq %rdi
5 	pushq %rsi
6 	pushq %rdx
7 	pushq %rcx
8 	pushq %rbx
9 	pushq %rax
10 	pushq %r8
11 	pushq %r9"
12 	.endm
13