Searched refs:_GPR_SAVE (Results 1 – 1 of 1) sorted by relevance
96 _GPR_SAVE = _XMM_SAVE + _XMM_SAVE_SIZE define97 STACK_SPACE = _GPR_SAVE + _GPR_SAVE_SIZE + _ALIGN_SIZE119 mov %rbx, _GPR_SAVE(%rsp)120 mov %r10, _GPR_SAVE+8*1(%rsp) #save rsp121 mov %rbp, _GPR_SAVE+8*3(%rsp)122 mov %r12, _GPR_SAVE+8*4(%rsp)123 mov %r13, _GPR_SAVE+8*5(%rsp)124 mov %r14, _GPR_SAVE+8*6(%rsp)125 mov %r15, _GPR_SAVE+8*7(%rsp)234 mov _GPR_SAVE(%rsp), %rbx[all …]