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
9a292126
Commit
9a292126
authored
Oct 22, 1992
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(long constant split): Use gen_lowpart instead of making a SUBREG
directly. From-SVN: r2560
parent
3cf4513f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/config/a29k/a29k.md
+2
-2
No files found.
gcc/config/a29k/a29k.md
View file @
9a292126
...
@@ -1699,10 +1699,10 @@
...
@@ -1699,10 +1699,10 @@
(and:SI (match_dup 1)
(and:SI (match_dup 1)
(const_int 65535)))
(const_int 65535)))
(set (match_dup 0)
(set (match_dup 0)
(ior:SI (zero_extend:SI (
subreg:HI (match_dup 0) 0
))
(ior:SI (zero_extend:SI (
match_dup 2
))
(and:SI (match_dup 1)
(and:SI (match_dup 1)
(const_int -65536))))]
(const_int -65536))))]
"")
"
operands
[
2
]
= gen_lowpart (HImode, operands
[
0
]
);
")
;; Subroutines to load/store halfwords. Operands 0 and 1 are the output and
;; Subroutines to load/store halfwords. Operands 0 and 1 are the output and
;; input, respectively, except that the address is passed for a MEM instead
;; input, respectively, except that the address is passed for a MEM instead
...
...
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