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
6559c3f4
Commit
6559c3f4
authored
Mar 29, 1993
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(movsi+2): Add f/f constraint case.
From-SVN: r3919
parent
56346560
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
gcc/config/sparc/sparc.md
+5
-4
No files found.
gcc/config/sparc/sparc.md
View file @
6559c3f4
...
...
@@ -806,20 +806,21 @@
;; in an fp register, or an fp number is an integer register.
(define_insn ""
[
(set (match_operand:SI 0 "reg_or_nonsymb_mem_operand" "=r,r,r,f,Q,Q")
(match_operand:SI 1 "move_operand" "rI,K,Q,!Q,rJ,!f"))]
[
(set (match_operand:SI 0 "reg_or_nonsymb_mem_operand" "=r,
f,
r,r,f,Q,Q")
(match_operand:SI 1 "move_operand" "rI,
!f,
K,Q,!Q,rJ,!f"))]
"register_operand (operands
[
0
]
, SImode)
|| register_operand (operands
[
1
]
, SImode)
|| operands
[
1
]
== const0_rtx"
"@
mov %1,%0
fmovs %1,%0
sethi %%hi(%a1),%0
ld %1,%0
ld %1,%0
st %r1,%0
st %r1,%0"
[
(set_attr "type" "move,move,load,load,store,store")
(set_attr "length" "
*,1,*
,
*,*
,
*
")])
[
(set_attr "type" "move,
fp,
move,load,load,store,store")
(set_attr "length" "
*,
*
,
1,
*,*
,
*,*
")])
;; Special pic pattern, for loading the address of a label into a register.
;; It clobbers o7 because the call puts the return address (i.e. pc value)
...
...
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