(udivmodhi4): Output "divu" instead of "divs".
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 20 May 1995 10:44:41 +0000 (06:44 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 20 May 1995 10:44:41 +0000 (06:44 -0400)
From-SVN: r9752

gcc/config/m68k/m68k.md

index 0021b24f2270810454e3c2c03ba20c0dd6a619aa..14f0ece12cb6ddb2c1818be557a1daf8ce810459 100644 (file)
   "*
 {
 #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
-  output_asm_insn(\"and%.l %#0xFFFF,%0\;divs %2,%0\", operands);
+  output_asm_insn(\"and%.l %#0xFFFF,%0\;divu %2,%0\", operands);
 #endif
   if (!find_reg_note(insn, REG_UNUSED, operands[3]))
     {