diff options
| author | 2025-11-14 18:49:04 +0100 | |
|---|---|---|
| committer | 2025-11-14 19:04:51 +0100 | |
| commit | a287fe5aeb6b681ab405c0297841dce64ab4b946 (patch) | |
| tree | 5ae81f3b60cc910cd356059a77e89dd50ca83b42 /ir/op.def | |
| parent | fc91a4ce139fd0236ad9e8c4fe1e7dad42f0b178 (diff) | |
preeliminary va_list support
Diffstat (limited to 'ir/op.def')
| -rw-r--r-- | ir/op.def | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -69,6 +69,9 @@ _(call2r, 1) _(intrin, 2) _(phi, 1) _(swap, 2) +_(vastart, 1) +_(vaarg, 2) /* machine-specific instructions */ +_(xvaprologue, 1) _(xsave, 1) _(xrestore, 1) |