aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/make_nm.cpp
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-05-11 16:02:49 +0900
committerMITSUNARI Shigeo <[email protected]>2022-05-11 16:02:49 +0900
commit3a6cc626e81f62ed6132b5da7e68f128d7f2018a (patch)
tree0dd43090e13a134b4c44bc7c65110325ea7f30fb /test/make_nm.cpp
parent38c40c02e623638489775763f2af4ee6a5d50fe5 (diff)
downloadxbyak-3a6cc626e81f62ed6132b5da7e68f128d7f2018a.tar.gz
xbyak-3a6cc626e81f62ed6132b5da7e68f128d7f2018a.zip
add clwb
Diffstat (limited to 'test/make_nm.cpp')
-rw-r--r--test/make_nm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/make_nm.cpp b/test/make_nm.cpp
index e1cf112..5cfd441 100644
--- a/test/make_nm.cpp
+++ b/test/make_nm.cpp
@@ -637,6 +637,7 @@ class Test {
"fstsw",
"fnstsw",
"fxrstor",
+ "clwb",
};
for (size_t i = 0; i < NUM_OF_ARRAY(memTbl); i++) {
put(memTbl[i], MEM);