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
c0e4a007
Commit
c0e4a007
authored
Apr 20, 1994
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(lshrhi3_eight): Fix name.
(lshrhi3): Use it. From-SVN: r7094
parent
b4ce11b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/config/h8300/h8300.md
+2
-2
No files found.
gcc/config/h8300/h8300.md
View file @
c0e4a007
...
...
@@ -1005,7 +1005,7 @@
(set_attr "length" "4")
(set_attr "cc" "clobber")])
(define_insn "lsh
l
hi3_eight"
(define_insn "lsh
r
hi3_eight"
[
(set (match_operand:HI 0 "register_operand" "=r")
(lshiftrt:HI (match_operand:HI 1 "register_operand" "0")
(const_int 8)))]
...
...
@@ -1023,7 +1023,7 @@
""
"
{
if (can_shift (LSHIFTRT, operands, gen_lshrhi3_one, 4, gen_lsh
l
hi3_eight))
if (can_shift (LSHIFTRT, operands, gen_lshrhi3_one, 4, gen_lsh
r
hi3_eight))
DONE;
else
FAIL;
...
...
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