From: Jeff Law Date: Sat, 18 Apr 1998 22:19:52 +0000 (-0600) Subject: i386.md (fix_truncsfdi2+[123]): Add + to operand 1 constraints. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7beb63818cca3d12842e051a98f9b3cc0c08d5a7;p=gcc.git i386.md (fix_truncsfdi2+[123]): Add + to operand 1 constraints. * i386.md (fix_truncsfdi2+[123]): Add + to operand 1 constraints. From-SVN: r19287 --- diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 85a7ae0f755..ecae5172ad8 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -2407,7 +2407,7 @@ (define_insn "" [(set (match_operand:DI 0 "nonimmediate_operand" "=rm") - (fix:DI (fix:XF (match_operand:XF 1 "register_operand" "f")))) + (fix:DI (fix:XF (match_operand:XF 1 "register_operand" "+f")))) (clobber (match_dup 1)) (clobber (match_operand:SI 2 "memory_operand" "m")) (clobber (match_operand:DI 3 "memory_operand" "m")) @@ -2417,7 +2417,7 @@ (define_insn "" [(set (match_operand:DI 0 "nonimmediate_operand" "=rm") - (fix:DI (fix:DF (match_operand:DF 1 "register_operand" "f")))) + (fix:DI (fix:DF (match_operand:DF 1 "register_operand" "+f")))) (clobber (match_dup 1)) (clobber (match_operand:SI 2 "memory_operand" "m")) (clobber (match_operand:DI 3 "memory_operand" "m")) @@ -2427,7 +2427,7 @@ (define_insn "" [(set (match_operand:DI 0 "nonimmediate_operand" "=rm") - (fix:DI (fix:SF (match_operand:SF 1 "register_operand" "f")))) + (fix:DI (fix:SF (match_operand:SF 1 "register_operand" "+f")))) (clobber (match_dup 1)) (clobber (match_operand:SI 2 "memory_operand" "m")) (clobber (match_operand:DI 3 "memory_operand" "m"))