diff options
-rw-r--r-- | gcc/config/m68k/m68k.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 1538097..68f2b0b 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -935,8 +935,8 @@ }") (define_insn "" - [(set (match_operand:SI 0 "general_operand" "=r<>,g,o") - (match_operand:SI 1 "general_operand" "g,r<>,o"))] + [(set (match_operand:SI 0 "general_operand" "=r<Q>,g,o") + (match_operand:SI 1 "general_operand" "g,r<Q>,o"))] "TARGET_5200" "* return output_move_simode (operands);") @@ -953,8 +953,8 @@ "* return output_move_himode (operands);") (define_insn "" - [(set (match_operand:HI 0 "general_operand" "=r<>,g,o") - (match_operand:HI 1 "general_operand" "g,r<>,o"))] + [(set (match_operand:HI 0 "general_operand" "=r<Q>,g,o") + (match_operand:HI 1 "general_operand" "g,r<Q>,o"))] "TARGET_5200" "* return output_move_himode (operands);") @@ -989,8 +989,8 @@ "* return output_move_qimode (operands);") (define_insn "" - [(set (match_operand:QI 0 "general_operand" "=d*a<>,d*am,o") - (match_operand:QI 1 "general_operand" "d*ami,d*a<>,o"))] + [(set (match_operand:QI 0 "general_operand" "=d*a<Q>,d*am,o") + (match_operand:QI 1 "general_operand" "d*ami,d*a<Q>,o"))] "TARGET_5200" "* return output_move_qimode (operands);") @@ -2842,7 +2842,7 @@ (define_insn "" [(set (match_operand:SI 0 "general_operand" "=d") (mult:SI (match_operand:SI 1 "general_operand" "%0") - (match_operand:SI 2 "general_operand" "d<>")))] + (match_operand:SI 2 "general_operand" "d<Q>")))] "TARGET_5200" "muls%.l %2,%0") |