mn10300.md (andsi3): Fix typo.
� * mn10300.md (andsi3): Fix typo. From-SVN: r20534
This commit is contained in:
parent
4c738570e1
commit
1b357872d7
@ -799,7 +799,7 @@
|
||||
if (GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) == 0x1fffffff)
|
||||
return \"add %0,%0\;asl2 %0\;lsr 3,%0\";
|
||||
if (GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) == 0x0fffffff)
|
||||
return \"asl2 %0,%0\;asl2 %0\;lsr 4,%0\";
|
||||
return \"asl2 %0\;asl2 %0\;lsr 4,%0\";
|
||||
if (GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) == 0xfffffffe)
|
||||
return \"lsr 1,%0\;add %0,%0\";
|
||||
if (GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) == 0xfffffffc)
|
||||
|
Loading…
Reference in New Issue
Block a user