More SSE work.

This commit is contained in:
Ben Vanik
2014-01-28 22:06:45 -08:00
parent b2e9086932
commit 8cddfcbf19
5 changed files with 132 additions and 134 deletions

View File

@@ -116,7 +116,9 @@ int X64Emitter::Emit(HIRBuilder* builder) {
GetRegBit(r11) |
GetRegBit(xmm1) |
GetRegBit(xmm2) |
GetRegBit(xmm3);
GetRegBit(xmm3) |
GetRegBit(xmm4) |
GetRegBit(xmm5);
// Function prolog.
// Must be 16b aligned.