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 /gen | |
parent | 81c4749f6f7436435b7f13bfe80710a6607ac294 (diff) | |
download | xbyak-431977cb819bbbbac6975b7f6c0312cc48e8f8d4.tar.gz xbyak-431977cb819bbbbac6975b7f6c0312cc48e8f8d4.zip |
add pushfq, popfq
Diffstat (limited to 'gen')
-rw-r--r-- | gen/gen_code.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gen/gen_code.cpp b/gen/gen_code.cpp index 6379c8c..3af1a06 100644 --- a/gen/gen_code.cpp +++ b/gen/gen_code.cpp @@ -1695,6 +1695,8 @@ void put64() { "cdqe", 0x48, 0x98 }, { "cqo", 0x48, 0x99 }, { "cmpsq", 0x48, 0xA7 }, + { "popfq", 0x9D }, + { "pushfq", 0x9C }, { "movsq", 0x48, 0xA5 }, { "scasq", 0x48, 0xAF }, { "stosq", 0x48, 0xAB }, |