ppc linux: add comment about xmm registers
This commit is contained in:
parent
02dd9254b1
commit
0cf34743cc
|
@ -657,6 +657,7 @@ void X64ThunkEmitter::EmitLoadVolatileRegs() {
|
|||
|
||||
void X64ThunkEmitter::EmitSaveNonvolatileRegs() {
|
||||
#if XE_PLATFORM_LINUX
|
||||
// SysV does not have nonvolatile XMM registers.
|
||||
mov(qword[rsp + offsetof(StackLayout::Thunk, r[0])], rbx);
|
||||
mov(qword[rsp + offsetof(StackLayout::Thunk, r[1])], rbp);
|
||||
mov(qword[rsp + offsetof(StackLayout::Thunk, r[2])], r12);
|
||||
|
|
Loading…
Reference in New Issue