diff options
author | MITSUNARI Shigeo <[email protected]> | 2019-09-23 12:10:04 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2019-09-23 12:10:04 +0900 |
commit | a1e9adf22831d8070c43e83be05384be0c9a1c7e (patch) | |
tree | 2ae75973a71305a118dc3a55de574dfe654c0df1 /test/make_nm.cpp | |
parent | 08b8b1baf06212c0aa0058b3e6fd555dbde0cd86 (diff) | |
download | xbyak-a1e9adf22831d8070c43e83be05384be0c9a1c7e.tar.gz xbyak-a1e9adf22831d8070c43e83be05384be0c9a1c7e.zip |
v5.82v5.82
Diffstat (limited to 'test/make_nm.cpp')
-rw-r--r-- | test/make_nm.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/make_nm.cpp b/test/make_nm.cpp index 69b6bab..54a8014 100644 --- a/test/make_nm.cpp +++ b/test/make_nm.cpp @@ -598,6 +598,10 @@ class Test { "fxtract", "fyl2x", "fyl2xp1", + + "monitorx", + "mwaitx", + "clzero", }; for (size_t i = 0; i < NUM_OF_ARRAY(tbl); i++) { put(tbl[i]); |