summary refs log tree commit diff
path: root/arm64/emit.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm64/emit.c')
-rw-r--r--arm64/emit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm64/emit.c b/arm64/emit.c
index 847d613..7c5b2b6 100644
--- a/arm64/emit.c
+++ b/arm64/emit.c
@@ -81,6 +81,7 @@ static struct {
 	{ Oextsw,  Ki, "sxtw %L=, %W0" },
 	{ Oextuw,  Ki, "mov %W=, %W0" },
 	{ Oexts,   Kd, "fcvt %=, %S0" },
+	{ Otruncd, Ks, "fcvt %=, %D0" },
 	{ Ocast,   Kw, "fmov %=, %S0" },
 	{ Ocast,   Kl, "fmov %=, %D0" },
 	{ Ocast,   Ks, "fmov %=, %W0" },