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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm64/emit.c b/arm64/emit.c
index bd0ebdc..de1859b 100644
--- a/arm64/emit.c
+++ b/arm64/emit.c
@@ -43,6 +43,8 @@ static struct {
 	{ Oadd,    Ka, "fadd %=, %0, %1" },
 	{ Osub,    Ki, "sub %=, %0, %1" },
 	{ Osub,    Ka, "fsub %=, %0, %1" },
+	{ Oneg,    Ki, "neg %=, %0" },
+	{ Oneg,    Ka, "fneg %=, %0" },
 	{ Oand,    Ki, "and %=, %0, %1" },
 	{ Oor,     Ki, "orr %=, %0, %1" },
 	{ Oxor,    Ki, "eor %=, %0, %1" },