summary refs log tree commit diff
path: root/lisc
diff options
context:
space:
mode:
Diffstat (limited to 'lisc')
-rw-r--r--lisc/emit.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisc/emit.c b/lisc/emit.c
index 0485b65..f07887b 100644
--- a/lisc/emit.c
+++ b/lisc/emit.c
@@ -54,10 +54,7 @@ static struct {
 	{ OStoreb, Ka, "movb %B0, %M1" },
 	{ OStores, Ka, "movss %S0, %M1" },
 	{ OStored, Ka, "movsd %D0, %M1" },
-	{ OLoad,   Kl, "movq %M0, %=" },
-	{ OLoad,   Kw, "movl %M0, %W=" },
-	{ OLoad,   Ks, "movss %M0, %S=" },
-	{ OLoad,   Kd, "movsd %M0, %D=" },
+	{ OLoad,   Ka, "mov%k %M0, %=" },
 	{ OLoadsw, Kl, "movslq %M0, %L=" },
 	{ OLoadsw, Kw, "movl %M0, %W=" },
 	{ OLoaduw, Ki, "movl %M0, %W=" },