diff options
author | MITSUNARI Shigeo <[email protected]> | 2019-09-05 21:17:34 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2019-09-05 21:17:34 +0900 |
commit | 7fc0c2bb74e80f0aa1b5b25040131bf991a346c7 (patch) | |
tree | 815c63d6661455bde61f7ce8d6917b8c92ce4ac1 /test | |
parent | 9fa2ef3c304e51f703c28d3765289fe15af6e54f (diff) | |
download | xbyak-7fc0c2bb74e80f0aa1b5b25040131bf991a346c7.tar.gz xbyak-7fc0c2bb74e80f0aa1b5b25040131bf991a346c7.zip |
add enter/leave
Diffstat (limited to 'test')
-rw-r--r-- | test/make_nm.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/make_nm.cpp b/test/make_nm.cpp index 2279988..70897fc 100644 --- a/test/make_nm.cpp +++ b/test/make_nm.cpp @@ -501,6 +501,7 @@ class Test { "cmpsw", "cmpsd", "int3", + "leave", "lodsb", "lodsw", "lodsd", @@ -604,6 +605,7 @@ class Test { put("lea", REG32e|REG16, MEM); put("clflush", MEM); put("clflushopt", MEM); + put("enter", IMM, IMM); put("fldcw", MEM); put("fldenv", MEM); put("fstcw", MEM); |