diff options
author | MITSUNARI Shigeo <[email protected]> | 2019-09-01 17:11:20 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2019-09-01 17:11:20 +0900 |
commit | 431977cb819bbbbac6975b7f6c0312cc48e8f8d4 (patch) | |
tree | a0d78ceebdd9c3c0de00f5ec209ddc06a73a4fee /test | |
parent | 81c4749f6f7436435b7f13bfe80710a6607ac294 (diff) | |
download | xbyak-431977cb819bbbbac6975b7f6c0312cc48e8f8d4.tar.gz xbyak-431977cb819bbbbac6975b7f6c0312cc48e8f8d4.zip |
add pushfq, popfq
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 862cd96..8df5092 100644 --- a/test/make_nm.cpp +++ b/test/make_nm.cpp @@ -460,6 +460,8 @@ class Test { "cqo", "cmpsq", "movsq", + "popfq", + "pushfq", "scasq", "stosq", "syscall", |