aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/op.def
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-11-09 12:01:07 +0100
committerlemon <lsof@mailbox.org>2025-11-09 12:01:07 +0100
commit28940713d99ed18cdf650334cf768158bba71dda (patch)
treec173688973c276ea581ca9d133badd6dd1c91802 /ir/op.def
parentbbd63e77f8c8b5cf66c7cf594e5eef4c937428aa (diff)
amd64: get rid of xinc/xdec. handle those at emit stage
Diffstat (limited to 'ir/op.def')
-rw-r--r--ir/op.def2
1 files changed, 0 insertions, 2 deletions
diff --git a/ir/op.def b/ir/op.def
index 9e18fe7..0c94d09 100644
--- a/ir/op.def
+++ b/ir/op.def
@@ -70,7 +70,5 @@ _(intrin, 2)
_(phi, 1)
_(swap, 2)
/* machine-specific instructions */
-_(xinc, 1)
-_(xdec, 1)
_(xsave, 1)
_(xrestore, 1)