Fix handling of floats in x86/x64 backend.

This commit is contained in:
Mike Pall
2011-01-05 21:45:09 +01:00
parent 3b468ceedb
commit bc37edc911
3 changed files with 19 additions and 13 deletions

View File

@@ -259,6 +259,7 @@ typedef enum {
XO_CVTTSS2SI= XO_f30f(2c),
XO_CVTSS2SD = XO_f30f(5a),
XO_CVTSD2SS = XO_f20f(5a),
XO_ADDSS = XO_f30f(58),
XO_MOVD = XO_660f(6e),
XO_MOVDto = XO_660f(7e),