--- gcc/config/i860/i860.md 2018/04/24 18:10:24 1.1.1.1 +++ gcc/config/i860/i860.md 2018/04/24 18:21:21 1.1.1.3 @@ -1052,7 +1052,7 @@ }") (define_insn "movdf" - [(set (match_operand:DF 0 "general_operand" "=*rm,&*r,?f,?*rm") + [(set (match_operand:DF 0 "general_operand" "=*rm,*r,?f,?*rm") (match_operand:DF 1 "general_operand" "*r,m,*rfmG,f"))] "" "* @@ -1070,7 +1070,7 @@ }") (define_insn "movdi" - [(set (match_operand:DI 0 "general_operand" "=rm,&r,?f,?rm") + [(set (match_operand:DI 0 "general_operand" "=rm,r,?f,?rm") (match_operand:DI 1 "general_operand" "r,miF,rfmG,f"))] "" "* @@ -1684,7 +1684,7 @@ (define_insn "subdi3" [(set (match_operand:DI 0 "register_operand" "=f") - (minus:DI (match_operand:DI 1 "register_operand" "%f") + (minus:DI (match_operand:DI 1 "register_operand" "f") (match_operand:DI 2 "register_operand" "f")))] "" "fisub.dd %1,%2,%0")