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
a2adad8b
Commit
a2adad8b
authored
Jun 02, 2014
by
Marcus Shawcroft
Committed by
Marcus Shawcroft
Jun 02, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AArch64] Remove ISB after FPCR write.
From-SVN: r211140
parent
20a951e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/aarch64/aarch64.md
+1
-1
No files found.
gcc/ChangeLog
View file @
a2adad8b
2014-06-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
* config/aarch64/aarch64.md (set_fpcr): Drop ISB after FPCR write.
2014-06-02 Richard Henderson <rth@redhat.com>
PR target/61336
...
...
gcc/config/aarch64/aarch64.md
View file @
a2adad8b
...
...
@@ -3904,7 +3904,7 @@
(define_insn "set_fpcr"
[
(unspec_volatile [(match_operand:SI 0 "register_operand" "r")
]
UNSPECV_SET_FPCR)]
""
"msr
\\
tfpcr, %0
\;
isb
"
"msr
\\
tfpcr, %0"
[
(set_attr "type" "mrs")
]
)
;; Read Floating-point Control Register.
...
...
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