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
0aefc57b
Commit
0aefc57b
authored
Aug 04, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Aug 04, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.md (movqi, movhi patterns): Do not expose FP regs to regclass.
From-SVN: r28501
parent
430e7edf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/config/pa/pa.md
+4
-4
No files found.
gcc/ChangeLog
View file @
0aefc57b
Wed
Aug
4
13
:
12
:
17
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
pa
.
md
(
movqi
,
movhi
patterns
)
:
Do
not
expose
FP
regs
to
regclass
.
Wed
Aug
4
11
:
53
:
55
1999
Tom
Tromey
<
tromey
@cygnus
.
com
>
Wed
Aug
4
11
:
53
:
55
1999
Tom
Tromey
<
tromey
@cygnus
.
com
>
*
configure
:
Rebuilt
.
*
configure
:
Rebuilt
.
...
...
gcc/config/pa/pa.md
View file @
0aefc57b
...
@@ -1783,8 +1783,8 @@
...
@@ -1783,8 +1783,8 @@
}")
}")
(define_insn ""
(define_insn ""
[
(set (match_operand:HI 0 "reg_or_nonsymb_mem_operand" "=r,r,r,r,r,Q,
*
q,!f")
[
(set (match_operand:HI 0 "reg_or_nonsymb_mem_operand" "=r,r,r,r,r,Q,
*q,!
*
f")
(match_operand:HI 1 "move_operand" "r,J,N,K,RQ,rM,rM,!fM"))]
(match_operand:HI 1 "move_operand" "r,J,N,K,RQ,rM,rM,!
*
fM"))]
"register_operand (operands
[
0
]
, HImode)
"register_operand (operands
[
0
]
, HImode)
|| reg_or_0_operand (operands
[
1
]
, HImode)"
|| reg_or_0_operand (operands
[
1
]
, HImode)"
"@
"@
...
@@ -1945,8 +1945,8 @@
...
@@ -1945,8 +1945,8 @@
}")
}")
(define_insn ""
(define_insn ""
[
(set (match_operand:QI 0 "reg_or_nonsymb_mem_operand" "=r,r,r,r,r,Q,
*
q,!f")
[
(set (match_operand:QI 0 "reg_or_nonsymb_mem_operand" "=r,r,r,r,r,Q,
*q,!
*
f")
(match_operand:QI 1 "move_operand" "r,J,N,K,RQ,rM,rM,!fM"))]
(match_operand:QI 1 "move_operand" "r,J,N,K,RQ,rM,rM,!
*
fM"))]
"register_operand (operands
[
0
]
, QImode)
"register_operand (operands
[
0
]
, QImode)
|| reg_or_0_operand (operands
[
1
]
, QImode)"
|| reg_or_0_operand (operands
[
1
]
, QImode)"
"@
"@
...
...
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