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
c4214310
Commit
c4214310
authored
Oct 23, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Oct 23, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mn10200.md (truncated shift): Accept constant inputs too.
From-SVN: r23252
parent
9cfb030f
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/mn10200/mn10200.md
+3
-3
No files found.
gcc/ChangeLog
View file @
c4214310
Fri
Oct
23
13
:
12
:
35
1998
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
mn10200
.
md
(
truncated
shift
)
:
Accept
constant
inputs
too
.
Fri
Oct
23
04
:
06
:
57
1998
Richard
Earnshaw
(
rearnsha
@arm
.
com
)
*
machmode
.
h
(
mode_mask_array
)
:
No
longer
const
.
...
...
gcc/config/mn10200/mn10200.md
View file @
c4214310
...
...
@@ -1713,10 +1713,10 @@
;; opportunity to match patterns which allow us to remove the initial
;; extension completely, which is a big win.
(define_insn ""
[
(set (match_operand:PSI 0 "general_operand" "=d,d,a")
[
(set (match_operand:PSI 0 "general_operand" "=d,d,a
,da
")
(truncate:PSI
(ashift:SI (match_operand:SI 1 "general_operand" "d,m,m")
(match_operand:HI 2 "const_int_operand" "i,i,i"))))]
(ashift:SI (match_operand:SI 1 "general_operand" "d,m,m
,i
")
(match_operand:HI 2 "const_int_operand" "i,i,i
,i
"))))]
""
"
*
{
...
...
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