Commit 2c325bb8 by James Van Artsdalen

*** empty log message ***

From-SVN: r942
parent ff514262
...@@ -2286,7 +2286,7 @@ ...@@ -2286,7 +2286,7 @@
{ {
xops[0] = gen_rtx (CONST_INT, VOIDmode, INTVAL (xops[0]) - 32); xops[0] = gen_rtx (CONST_INT, VOIDmode, INTVAL (xops[0]) - 32);
output_asm_insn (AS2 (sal%3,%0,%3), xops); /* Remaining shift */ output_asm_insn (AS2 (sal%L3,%0,%3), xops); /* Remaining shift */
} }
} }
else else
...@@ -2415,7 +2415,7 @@ ...@@ -2415,7 +2415,7 @@
{ {
xops[0] = gen_rtx (CONST_INT, VOIDmode, INTVAL (xops[0]) - 32); xops[0] = gen_rtx (CONST_INT, VOIDmode, INTVAL (xops[0]) - 32);
output_asm_insn (AS2 (sar%2,%0,%2), xops); /* Remaining shift */ output_asm_insn (AS2 (sar%L2,%0,%2), xops); /* Remaining shift */
} }
} }
else else
...@@ -2515,7 +2515,7 @@ ...@@ -2515,7 +2515,7 @@
{ {
xops[0] = gen_rtx (CONST_INT, VOIDmode, INTVAL (xops[0]) - 32); xops[0] = gen_rtx (CONST_INT, VOIDmode, INTVAL (xops[0]) - 32);
output_asm_insn (AS2 (shr%2,%0,%2), xops); /* Remaining shift */ output_asm_insn (AS2 (shr%L2,%0,%2), xops); /* Remaining shift */
} }
} }
else else
......
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