Commit 0cb7cfed by Richard Kenner

(output_move_simode_const): Enable use of clr and st insns on TARGET_5200.

From-SVN: r13575
parent 853f1cc3
...@@ -1372,7 +1372,7 @@ output_move_simode_const (operands) ...@@ -1372,7 +1372,7 @@ output_move_simode_const (operands)
|| GET_CODE (operands[0]) == MEM) || GET_CODE (operands[0]) == MEM)
/* clr insns on 68000 read before writing. /* clr insns on 68000 read before writing.
This isn't so on the 68010, but we have no TARGET_68010. */ This isn't so on the 68010, but we have no TARGET_68010. */
&& (TARGET_68020 && ((TARGET_68020 || TARGET_5200)
|| !(GET_CODE (operands[0]) == MEM || !(GET_CODE (operands[0]) == MEM
&& MEM_VOLATILE_P (operands[0])))) && MEM_VOLATILE_P (operands[0]))))
return "clr%.l %0"; return "clr%.l %0";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment