* config/s390/s390.md ("cmpint_di"): Fix incorrect instruction lengths.
From-SVN: r74040
This commit is contained in:
parent
51a30506f1
commit
fd87a35778
@ -1,3 +1,7 @@
|
|||||||
|
2003-11-29 Ulrich Weigand <uweigand@de.ibm.com>
|
||||||
|
|
||||||
|
* config/s390/s390.md ("cmpint_di"): Fix incorrect instruction lengths.
|
||||||
|
|
||||||
2003-11-29 Ulrich Weigand <uweigand@de.ibm.com>
|
2003-11-29 Ulrich Weigand <uweigand@de.ibm.com>
|
||||||
|
|
||||||
* config/s390/s390.md ("movhi"): Do not emit extender pattern
|
* config/s390/s390.md ("movhi"): Do not emit extender pattern
|
||||||
|
@ -2157,13 +2157,13 @@
|
|||||||
"TARGET_64BIT"
|
"TARGET_64BIT"
|
||||||
{
|
{
|
||||||
output_asm_insn ("lghi\t%0,1", operands);
|
output_asm_insn ("lghi\t%0,1", operands);
|
||||||
output_asm_insn ("jh\t.+12", operands);
|
output_asm_insn ("jh\t.+16", operands);
|
||||||
output_asm_insn ("jl\t.+6", operands);
|
output_asm_insn ("jl\t.+8", operands);
|
||||||
output_asm_insn ("sgr\t%0,%0", operands);
|
output_asm_insn ("sgr\t%0,%0", operands);
|
||||||
return "lcgr\t%0,%0";
|
return "lcgr\t%0,%0";
|
||||||
}
|
}
|
||||||
[(set_attr "op_type" "NN")
|
[(set_attr "op_type" "NN")
|
||||||
(set_attr "length" "22")
|
(set_attr "length" "20")
|
||||||
(set_attr "type" "other")])
|
(set_attr "type" "other")])
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user