aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ir_op.def
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-03-22 19:25:46 +0100
committerlemon <lsof@mailbox.org>2026-03-22 19:25:46 +0100
commitcbca5355c0c0b1910735b1430e2552855a2aa5c7 (patch)
tree7a0e0452f8dba566a5c7c0ed20dc4a60084bbea8 /src/ir_op.def
parent2d0b096a8c2f45370ef2535e1c500a008b949611 (diff)
aarch64: rem/urem, bswap*, arg bugfix
Diffstat (limited to 'src/ir_op.def')
-rw-r--r--src/ir_op.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ir_op.def b/src/ir_op.def
index 4e775a1..dde4e10 100644
--- a/src/ir_op.def
+++ b/src/ir_op.def
@@ -75,5 +75,6 @@ _(phi, 1)
_(swap, 2)
_(vastart, 1)
_(vaarg, 2)
-/* machine-specific instructions */
+/* machine-specific/internal instructions */
_(xvaprologue, 1)
+_(msub, 3)