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
5ba52c2e
Commit
5ba52c2e
authored
Dec 15, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Dec 15, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mn10300.md (bset, bclr): Operand 0 is a read/write operand.
From-SVN: r24331
parent
9c907d54
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+2
-0
gcc/config/mn10300/mn10300.md
+2
-2
No files found.
gcc/ChangeLog
View file @
5ba52c2e
Tue
Dec
15
13
:
49
:
55
1998
Jeffrey
A
Law
(
law
@cygnus
.
com
)
Tue
Dec
15
13
:
49
:
55
1998
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
mn10300
.
md
(
bset
,
bclr
)
:
Operand
0
is
a
read
/
write
operand
.
*
mn10200
.
md
(
abssf2
,
negsf2
)
:
New
expanders
.
*
mn10200
.
md
(
abssf2
,
negsf2
)
:
New
expanders
.
*
mn10300
.
md
(
absdf2
,
abssf2
,
negdf2
,
negsf2
)
:
New
expanders
.
*
mn10300
.
md
(
absdf2
,
abssf2
,
negdf2
,
negsf2
)
:
New
expanders
.
...
...
gcc/config/mn10300/mn10300.md
View file @
5ba52c2e
...
@@ -849,7 +849,7 @@
...
@@ -849,7 +849,7 @@
[
(set_attr "cc" "clobber,none_0hit")
]
)
[
(set_attr "cc" "clobber,none_0hit")
]
)
(define_insn ""
(define_insn ""
[
(set (match_operand:QI 0 "general_operand" "
=
R,d")
[
(set (match_operand:QI 0 "general_operand" "
+
R,d")
(subreg:QI
(subreg:QI
(and:SI (subreg:SI (match_dup 0) 0)
(and:SI (subreg:SI (match_dup 0) 0)
(match_operand:SI 1 "const_int_operand" "i,i")) 0))]
(match_operand:SI 1 "const_int_operand" "i,i")) 0))]
...
@@ -860,7 +860,7 @@
...
@@ -860,7 +860,7 @@
[
(set_attr "cc" "clobber,set_znv")
]
)
[
(set_attr "cc" "clobber,set_znv")
]
)
(define_insn ""
(define_insn ""
[
(set (match_operand:QI 0 "general_operand" "
=
R,d")
[
(set (match_operand:QI 0 "general_operand" "
+
R,d")
(subreg:QI
(subreg:QI
(ior:SI (subreg:SI (match_dup 0) 0)
(ior:SI (subreg:SI (match_dup 0) 0)
(match_operand:SI 1 "const_int_operand" "i,i")) 0))]
(match_operand:SI 1 "const_int_operand" "i,i")) 0))]
...
...
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