URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-x86_64/] [asm-macros.i] - Rev 1765
Compare with Previous | Blame | View Log
.macro SAVE_CALLEE_CLOBBERED
cld
pushq %rdi
pushq %rsi
pushq %rdx
pushq %rcx
pushq %rbx
pushq %rax
pushq %r8
pushq %r9"
.endm