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
03eccdc8
Commit
03eccdc8
authored
Sep 25, 2004
by
Richard Sandiford
Committed by
Richard Sandiford
Sep 25, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/mips/mips.md (loadx, storex): Define for V2SF.
From-SVN: r88089
parent
ef44a6ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/mips/mips.md
+2
-2
No files found.
gcc/ChangeLog
View file @
03eccdc8
2004
-
09
-
25
Richard
Sandiford
<
rsandifo
@
redhat
.
com
>
*
config
/
mips
/
mips
.
md
(
loadx
,
storex
):
Define
for
V2SF
.
2004
-
09
-
25
Ulrich
Weigand
<
uweigand
@
de
.
ibm
.
com
>
*
config
/
s390
/
s390
-
protos
.
h
(
s390_back_chain_rtx
):
Add
prototype
.
...
...
gcc/config/mips/mips.md
View file @
03eccdc8
...
...
@@ -355,8 +355,8 @@
(define_mode_attr store
[
(SI "sw") (DI "sd")
]
)
;; Similarly for MIPS IV indexed FPR loads and stores.
(define_mode_attr loadx
[
(SF "lwxc1") (DF "ldxc1")
]
)
(define_mode_attr storex
[
(SF "swxc1") (DF "sdxc1")
]
)
(define_mode_attr loadx
[
(SF "lwxc1") (DF "ldxc1")
(V2SF "ldxc1")
]
)
(define_mode_attr storex
[
(SF "swxc1") (DF "sdxc1")
(V2SF "sdxc1")
]
)
;; The unextended ranges of the MIPS16 addiu and daddiu instructions
;; are different. Some forms of unextended addiu have an 8-bit immediate
...
...
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