From 6bd8c936e33db20f7023e11228bc2f2a4fb51f2e Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Thu, 12 May 2016 00:57:02 +0200 Subject: x86-64-asm: Add mov[sz]xq opcodes This adds the zero/sign-extending opcodes with 64bit destinations. --- i386-tok.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'i386-tok.h') 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 -- cgit v1.3.1