diff options
| author | Andrew Chambers <[email protected]> | 2021-10-14 01:33:54 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-14 01:33:54 +1300 |
| commit | 0cba275ee37015f34ff57bd67b871419955e7ff4 (patch) | |
| tree | ba8332c242252bdb7ce4d0292054cb08438bb5d2 /minias.h | |
| parent | dfe49d06a417f4cb6a9ee0c67f7c1234c2315a7a (diff) | |
Tune peg.
Diffstat (limited to 'minias.h')
| -rw-r--r-- | minias.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -76,9 +76,10 @@ typedef enum { ASM_CVTSD2SS, ASM_CVTSI2SD, ASM_CVTSI2SS, - ASM_CVTSD2SI, - ASM_CVTSS2SI, + ASM_CVTTSD2SI, + ASM_CVTTSS2SI, ASM_DIV, + ASM_DIVSD, ASM_IDIV, ASM_LEA, ASM_MUL, |
