mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
x64Emitter: add MOVLPS/MOVHPS
This commit is contained in:
@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user