diff options
| author | 2026-03-22 19:25:46 +0100 | |
|---|---|---|
| committer | 2026-03-22 19:25:46 +0100 | |
| commit | cbca5355c0c0b1910735b1430e2552855a2aa5c7 (patch) | |
| tree | 7a0e0452f8dba566a5c7c0ed20dc4a60084bbea8 /src/ir_op.def | |
| parent | 2d0b096a8c2f45370ef2535e1c500a008b949611 (diff) | |
aarch64: rem/urem, bswap*, arg bugfix
Diffstat (limited to 'src/ir_op.def')
| -rw-r--r-- | src/ir_op.def | 3 |
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) |