aboutsummaryrefslogtreecommitdiff
path: root/x86_64-asm.h
diff options
context:
space:
mode:
authorgrischka <grischka>2009-11-14 21:48:37 +0100
committergrischka <grischka>2009-11-14 21:48:37 +0100
commit1383055b1740b78f89400377e76d8b165d07d80c (patch)
treec8ba39a7027c9d3b2495717d54fcfebd3ebff94d /x86_64-asm.h
parent0a3bcb57f6260124656d88899dcca520f2023c09 (diff)
downloadtinycc-1383055b1740b78f89400377e76d8b165d07d80c.tar.gz
tinycc-1383055b1740b78f89400377e76d8b165d07d80c.tar.bz2
x86_64: fix asm
Diffstat (limited to 'x86_64-asm.h')
-rw-r--r--x86_64-asm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/x86_64-asm.h b/x86_64-asm.h
index 2e52cbe..c2df822 100644
--- a/x86_64-asm.h
+++ b/x86_64-asm.h
@@ -109,6 +109,7 @@ ALT(DEF_ASM_OP2(movw, 0x0f26, 0, OPC_MODRM | OPC_WLQ, OPT_REG64, OPT_TR))
ALT(DEF_ASM_OP2(movsbl, 0x0fbe, 0, OPC_MODRM, OPT_REG8 | OPT_EA, OPT_REG32))
ALT(DEF_ASM_OP2(movsbw, 0x0fbe, 0, OPC_MODRM | OPC_D16, OPT_REG8 | OPT_EA, OPT_REG16))
ALT(DEF_ASM_OP2(movswl, 0x0fbf, 0, OPC_MODRM, OPT_REG16 | OPT_EA, OPT_REG32))
+ALT(DEF_ASM_OP2(movslq, 0x4863, 0, OPC_MODRM, OPT_REG32 | OPT_EA, OPT_REG))
ALT(DEF_ASM_OP2(movzbw, 0x0fb6, 0, OPC_MODRM | OPC_WL, OPT_REG8 | OPT_EA, OPT_REGW))
ALT(DEF_ASM_OP2(movzwl, 0x0fb7, 0, OPC_MODRM, OPT_REG16 | OPT_EA, OPT_REG32))