We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e139b7e commit 944f991Copy full SHA for 944f991
backend/x86_gas.ml
@@ -138,7 +138,7 @@ let print_instr b = function
138
| CQO -> i0 b "cqto"
139
| CVTSS2SI (arg1, arg2) -> i2 b "cvtss2si" arg1 arg2
140
| CVTSD2SI (arg1, arg2) -> i2 b "cvtsd2si" arg1 arg2
141
- | CVTSI2SS (arg1, arg2) -> i2 b "cvtsi2ss" arg1 arg2
+ | CVTSI2SS (arg1, arg2) -> i2 b ("cvtsi2ss" ^ suf arg1) arg1 arg2
142
| CVTSD2SS (arg1, arg2) -> i2 b "cvtsd2ss" arg1 arg2
143
| CVTSI2SD (arg1, arg2) -> i2 b ("cvtsi2sd" ^ suf arg1) arg1 arg2
144
| CVTSS2SD (arg1, arg2) -> i2 b "cvtss2sd" arg1 arg2
0 commit comments