Commit d3e02253 by Richard Kenner

(udivmodhi4): Output "divu" instead of "divs".

From-SVN: r9752
parent 1b69b5c5
...@@ -3442,9 +3442,9 @@ ...@@ -3442,9 +3442,9 @@
"* "*
{ {
#ifdef MOTOROLA #ifdef MOTOROLA
output_asm_insn(\"and%.l %#0xFFFF,%0\;divs%.w %2,%0\", operands); output_asm_insn(\"and%.l %#0xFFFF,%0\;divu%.w %2,%0\", operands);
#else #else
output_asm_insn(\"and%.l %#0xFFFF,%0\;divs %2,%0\", operands); output_asm_insn(\"and%.l %#0xFFFF,%0\;divu %2,%0\", operands);
#endif #endif
if (!find_reg_note(insn, REG_UNUSED, operands[3])) if (!find_reg_note(insn, REG_UNUSED, operands[3]))
{ {
......
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