mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
x64Emitter: add MOVLPS/MOVHPS
This commit is contained in:
parent
3daa6ab259
commit
1efa9b8b72
3 changed files with 18 additions and 6 deletions
|
@ -758,6 +758,8 @@ TWO_OP_SSE_REG_TEST(MOVLHPS, "qword")
|
|||
} \
|
||||
}
|
||||
|
||||
TWO_OP_SSE_MEM_TEST(MOVLPS, "qword")
|
||||
TWO_OP_SSE_MEM_TEST(MOVHPS, "qword")
|
||||
TWO_OP_SSE_MEM_TEST(MOVLPD, "qword")
|
||||
TWO_OP_SSE_MEM_TEST(MOVHPD, "qword")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue