({and,ior,xor}si3_internal): Removed !TARGET_5200 from conditionals
now that entire insn is disabled when !TARGET_5200. From-SVN: r13247
This commit is contained in:
parent
3ba95fd3aa
commit
f1e869df63
@ -3450,8 +3450,7 @@
|
||||
if (GET_CODE (operands[2]) == CONST_INT
|
||||
&& (INTVAL (operands[2]) | 0xffff) == 0xffffffff
|
||||
&& (DATA_REG_P (operands[0])
|
||||
|| offsettable_memref_p (operands[0]))
|
||||
&& !TARGET_5200)
|
||||
|| offsettable_memref_p (operands[0])))
|
||||
{
|
||||
if (GET_CODE (operands[0]) != REG)
|
||||
operands[0] = adj_offsettable_operand (operands[0], 2);
|
||||
@ -3553,8 +3552,7 @@
|
||||
if (GET_CODE (operands[2]) == CONST_INT
|
||||
&& INTVAL (operands[2]) >> 16 == 0
|
||||
&& (DATA_REG_P (operands[0])
|
||||
|| offsettable_memref_p (operands[0]))
|
||||
&& !TARGET_5200)
|
||||
|| offsettable_memref_p (operands[0])))
|
||||
{
|
||||
if (GET_CODE (operands[0]) != REG)
|
||||
operands[0] = adj_offsettable_operand (operands[0], 2);
|
||||
@ -3668,8 +3666,7 @@
|
||||
{
|
||||
if (GET_CODE (operands[2]) == CONST_INT
|
||||
&& INTVAL (operands[2]) >> 16 == 0
|
||||
&& (offsettable_memref_p (operands[0]) || DATA_REG_P (operands[0]))
|
||||
&& !TARGET_5200)
|
||||
&& (offsettable_memref_p (operands[0]) || DATA_REG_P (operands[0])))
|
||||
{
|
||||
if (! DATA_REG_P (operands[0]))
|
||||
operands[0] = adj_offsettable_operand (operands[0], 2);
|
||||
|
Loading…
Reference in New Issue
Block a user