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
3bc30db4
Commit
3bc30db4
authored
Jun 03, 2013
by
Sofiane Naci
Committed by
Sofiane Naci
Jun 03, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/aarch64/aarch64.md (*movdi_aarch64): Define "simd" attribute.
From-SVN: r199608
parent
634cfa2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/config/aarch64/aarch64.md
+2
-1
No files found.
gcc/ChangeLog
View file @
3bc30db4
2013-06-03 Sofiane Naci <sofiane.naci@arm.com>
* config/aarch64/aarch64.md (*movdi_aarch64): Define "simd" attribute.
2013-06-03 Eric Botcazou <ebotcazou@adacore.com>
* varasm.c (output_constant) <CONSTRUCTOR>: Minor formatting tweak.
...
...
gcc/config/aarch64/aarch64.md
View file @
3bc30db4
...
...
@@ -850,7 +850,8 @@
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,yes,yes")]
(set_attr "fp" "
*,*
,
*,*
,
*,yes,*
,yes,
*,*
,yes,yes,yes,
*
")
(set_attr "simd" "
*,*
,
*,*
,
*,*
,
*,*
,
*,*
,
*,*
,
*
,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