aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/make_512.cpp
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2018-09-19 01:09:10 +0900
committerMITSUNARI Shigeo <[email protected]>2018-09-19 01:09:10 +0900
commitd35f4fb78150ad2c9e465cbd175d0982c3a30349 (patch)
treea363c2eb183d60ea6557f1bddb6a8df9d0bb9469 /test/make_512.cpp
parent1de435ed04c8e74775804da944d176baf0ce56e2 (diff)
downloadxbyak-d35f4fb78150ad2c9e465cbd175d0982c3a30349.tar.gz
xbyak-d35f4fb78150ad2c9e465cbd175d0982c3a30349.zip
fix the encoding of vinsertps for disp8N
Diffstat (limited to 'test/make_512.cpp')
-rw-r--r--test/make_512.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/make_512.cpp b/test/make_512.cpp
index cf345be..38f989c 100644
--- a/test/make_512.cpp
+++ b/test/make_512.cpp
@@ -1176,7 +1176,7 @@ public:
uint64_t xm;
} tbl[] = {
#ifdef XBYAK64
- { "vinsertps", _XMM, _XMM, _XMM3 | _MEM },
+ { "vinsertps", _XMM3, _XMM, _XMM3 | _MEM },
{ "vshufpd", XMM_KZ, _XMM, M_1to2 | _MEM },
{ "vshufpd", ZMM_KZ, _ZMM, M_1to8 | _MEM },