summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2012-02-25 23:16:48 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2012-02-25 23:51:44 +0400
commite7a9ec3676a32d99653470287e1effe93424637a (patch)
tree9ae40fab7b09da4ac8070b82db23d7a2ea885d54
parent75150e2df4b81c75122d75034357d7765bf8f66e (diff)
downloadnasm-e7a9ec3676a32d99653470287e1effe93424637a.tar.gz
insns.dat: Add hle flag for BTR instruction
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--insns.dat12
1 files changed, 6 insertions, 6 deletions
diff --git a/insns.dat b/insns.dat
index 88e75b6d..5360051c 100644
--- a/insns.dat
+++ b/insns.dat
@@ -207,15 +207,15 @@ BTC reg64,reg64 [mr: o64 0f bb /r] X64
BTC rm16,imm [mi: hle o16 0f ba /7 ib,u] 386,SB
BTC rm32,imm [mi: hle o32 0f ba /7 ib,u] 386,SB
BTC rm64,imm [mi: hle o64 0f ba /7 ib,u] X64,SB
-BTR mem,reg16 [mr: o16 0f b3 /r] 386,SM
+BTR mem,reg16 [mr: hle o16 0f b3 /r] 386,SM
BTR reg16,reg16 [mr: o16 0f b3 /r] 386
-BTR mem,reg32 [mr: o32 0f b3 /r] 386,SM
+BTR mem,reg32 [mr: hle o32 0f b3 /r] 386,SM
BTR reg32,reg32 [mr: o32 0f b3 /r] 386
-BTR mem,reg64 [mr: o64 0f b3 /r] X64,SM
+BTR mem,reg64 [mr: hle o64 0f b3 /r] X64,SM
BTR reg64,reg64 [mr: o64 0f b3 /r] X64
-BTR rm16,imm [mi: o16 0f ba /6 ib,u] 386,SB
-BTR rm32,imm [mi: o32 0f ba /6 ib,u] 386,SB
-BTR rm64,imm [mi: o64 0f ba /6 ib,u] X64,SB
+BTR rm16,imm [mi: hle o16 0f ba /6 ib,u] 386,SB
+BTR rm32,imm [mi: hle o32 0f ba /6 ib,u] 386,SB
+BTR rm64,imm [mi: hle o64 0f ba /6 ib,u] X64,SB
BTS mem,reg16 [mr: o16 0f ab /r] 386,SM
BTS reg16,reg16 [mr: o16 0f ab /r] 386
BTS mem,reg32 [mr: o32 0f ab /r] 386,SM