aboutsummaryrefslogtreecommitdiffhomepage
path: root/amd64/emit.c
diff options
context:
space:
mode:
Diffstat (limited to 'amd64/emit.c')
-rw-r--r--amd64/emit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/amd64/emit.c b/amd64/emit.c
index f4c95bd..95055da 100644
--- a/amd64/emit.c
+++ b/amd64/emit.c
@@ -599,6 +599,7 @@ DEFINSTR2(Xxor,
{4|8, PGPR, PI32, "\x81", EN_RI32, .ext=6}, /* XOR r32/64, imm */
{ 8, PGPR, PMEM, "\x33", EN_RM}, /* XOR r64, m64 */
{4|8, PFPR, PFPR, "\x0F\x57", EN_RR}, /* XORPS xmm, xmm */
+ {4|8, PFPR, PMEM, "\x0F\x57", EN_RM}, /* XORPS xmm, m128 */
)
DEFINSTR2(Xshl,
{4|8, PGPR, P1, "\xD1", EN_R, .ext=4}, /* SHL r32/64, 1 */