diff options
| author | 2025-09-13 19:06:36 +0200 | |
|---|---|---|
| committer | 2025-09-13 19:10:19 +0200 | |
| commit | 9fb8b66bb742ecdace257f2bdd10c4c5cd7f7310 (patch) | |
| tree | d0c279136f76b3a0debc1f327bd94c6aec1be281 /op.def | |
| parent | f91e875faf492c73e10cfb9e3183f676ba7d8d6c (diff) | |
regalloc: basic spilling support
Diffstat (limited to 'op.def')
| -rw-r--r-- | op.def | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -72,3 +72,5 @@ _(swap, 2) /* machine-specific instructions */ _(xinc, 1) _(xdec, 1) +_(xsave, 1) +_(xrestore, 1) |