summaryrefslogtreecommitdiff
path: root/simplex86.h
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2013-09-05 18:14:46 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2013-09-05 18:14:46 -0400
commit813545b4d2bf2b62ed12f9ee345248c80b850305 (patch)
treebaa79cc8716290aa22f41195367f721ec181093f /simplex86.h
parentbe300ef9952b58ffb9c5a90b5d0c42f6816efcdb (diff)
Add movd and movq SIMD<->mem versions
Diffstat (limited to 'simplex86.h')
-rw-r--r--simplex86.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simplex86.h b/simplex86.h
index 73f9edb..bddd3d1 100644
--- a/simplex86.h
+++ b/simplex86.h
@@ -315,6 +315,7 @@ typedef enum
PROCESS_INSTRUCTION (lfence, 0) \
PROCESS_INSTRUCTION (mov, 2) \
PROCESS_INSTRUCTION (movabs, 3) \
+ PROCESS_INSTRUCTION (movd, 2) \
PROCESS_INSTRUCTION (movq, 2) \
PROCESS_INSTRUCTION (movq2dq, 2) \
PROCESS_INSTRUCTION (shrd, 3) \