Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
fd87a357
Commit
fd87a357
authored
Nov 30, 2003
by
Ulrich Weigand
Committed by
Ulrich Weigand
Nov 30, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/s390/s390.md ("cmpint_di"): Fix incorrect instruction lengths.
From-SVN: r74040
parent
51a30506
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/config/s390/s390.md
+3
-3
No files found.
gcc/ChangeLog
View file @
fd87a357
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>
* config/s390/s390.md ("movhi"): Do not emit extender pattern
when loading from a (MEM (ADDRESSOF ...)).
("movqi"): Likewise.
...
...
gcc/config/s390/s390.md
View file @
fd87a357
...
...
@@ -2157,13 +2157,13 @@
"TARGET_64BIT"
{
output_asm_insn ("lghi
\t
%0,1", operands);
output_asm_insn ("jh
\t
.+1
2
", operands);
output_asm_insn ("jl
\t
.+
6
", operands);
output_asm_insn ("jh
\t
.+1
6
", operands);
output_asm_insn ("jl
\t
.+
8
", operands);
output_asm_insn ("sgr
\t
%0,%0", operands);
return "lcgr
\t
%0,%0";
}
[
(set_attr "op_type" "NN")
(set_attr "length" "2
2
")
(set_attr "length" "2
0
")
(set_attr "type" "other")])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment