diff options
Diffstat (limited to 'subx_opcodes')
-rw-r--r-- | subx_opcodes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subx_opcodes b/subx_opcodes index 75a42e3e..fe44527b 100644 --- a/subx_opcodes +++ b/subx_opcodes @@ -115,6 +115,7 @@ Opcodes currently supported by SubX: f3 0f 10: copy xm32 to x32 (movss) f3 0f 11: copy x32 to xm32 (movss) f3 0f 2a: convert integer to floating-point (cvtsi2ss) + f3 0f 2c: truncate floating-point to int (cvttss2si) f3 0f 2d: convert floating-point to int (cvtss2si) f3 0f 51: square root of float (sqrtss) f3 0f 52: inverse square root of float (rsqrtss) |