mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-27 07:46:33 +00:00
Change SSE MOVSD opcode configuration.
This commit is contained in:
parent
38ae0c07c2
commit
7521710585
1 changed files with 7 additions and 3 deletions
|
@ -278,8 +278,12 @@ OPCODE MOVSS
|
||||||
0xF3 0x0F 0x10,/R XMM XMM128
|
0xF3 0x0F 0x10,/R XMM XMM128
|
||||||
0xF3 0x0F 0x11,/R XMM128 XMM;
|
0xF3 0x0F 0x11,/R XMM128 XMM;
|
||||||
OPCODE MOVSD_SSE
|
OPCODE MOVSD_SSE
|
||||||
0xF2 0x0F 0x10,/R XMM XMM64
|
0xF2 0x0F 0x10,/R XMM XMM128 // 2nd arg kludge
|
||||||
0xF2 0x0F 0x11,/R XMM64 XMM;
|
0xF2 0x0F 0x10,/R XMM M64
|
||||||
|
0xF2 0x0F 0x11,/R M64 XMM;
|
||||||
|
// 0xF2 0x0F 0x11,/R XMM64 XMM;
|
||||||
|
// 0xF2 0x0F 0x10,/R XMM XMM64
|
||||||
|
// 0xF2 0x0F 0x11,/R XMM64 XMM;
|
||||||
OPCODE MOVD
|
OPCODE MOVD
|
||||||
0x66 0x0F 0x6E,/R XMM RM32
|
0x66 0x0F 0x6E,/R XMM RM32
|
||||||
0x66 0x0F 0x7E,/R RM32 XMM;
|
0x66 0x0F 0x7E,/R RM32 XMM;
|
||||||
|
|
Loading…
Reference in a new issue