aboutsummaryrefslogtreecommitdiff
path: root/i386-tok.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386-tok.h')
-rw-r--r--i386-tok.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/i386-tok.h b/i386-tok.h
index eedbc18..fde386f 100644
--- a/i386-tok.h
+++ b/i386-tok.h
@@ -152,6 +152,9 @@
DEF_ASM(movsbl)
DEF_ASM(movswl)
#ifdef TCC_TARGET_X86_64
+ DEF_ASM(movsbq)
+ DEF_ASM(movswq)
+ DEF_ASM(movzwq)
DEF_ASM(movslq)
#endif