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
da65928c
Commit
da65928c
authored
May 02, 2013
by
Ian Bolton
Committed by
Ian Bolton
May 02, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AArch64 fix for LDR/STR from/to S and D regs
From-SVN: r198527
parent
add3c965
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/ChangeLog
+6
-0
gcc/config/aarch64/aarch64.md
+2
-2
No files found.
gcc/ChangeLog
View file @
da65928c
2013-05-02 Ian Bolton <ian.bolton@arm.com>
* config/aarch64/aarch64.md (movsi_aarch64): Only allow to/from
S reg when fp attribute set.
(movdi_aarch64): Only allow to/from D reg when fp attribute set.
2013-05-02 Ian Bolton <ian.bolton@arm.com>
* config/aarch64/aarch64.md (*and_one_cmpl<mode>3_compare0):
New pattern.
(*and_one_cmplsi3_compare0_uxtw): Likewise.
...
...
gcc/config/aarch64/aarch64.md
View file @
da65928c
...
...
@@ -825,7 +825,7 @@
fmov
\\
t%s0, %s1"
[
(set_attr "v8type" "move,alu,load1,load1,store1,store1,fmov,fmov,fmov")
(set_attr "mode" "SI")
(set_attr "fp" "
*,*
,
*,
*
,
*,*
,yes,yes,yes")]
(set_attr "fp" "
*,*
,
*,
yes,*
,yes
,yes,yes,yes")]
)
(define_insn "
*
movdi_aarch64"
...
...
@@ -850,7 +850,7 @@
movi
\\
t%d0, %1"
[
(set_attr "v8type" "move,move,move,alu,load1,load1,store1,store1,adr,adr,fmov,fmov,fmov,fmov")
(set_attr "mode" "DI")
(set_attr "fp" "
*,*
,
*,*
,
*,
*
,
*,*
,
*,*
,yes,yes,yes,yes")]
(set_attr "fp" "
*,*
,
*,*
,
*,
yes,*
,yes
,
*,*
,yes,yes,yes,yes")]
)
(define_insn "insv_imm
<mode>
"
...
...
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