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
a2556bdf
Commit
a2556bdf
authored
Nov 23, 2016
by
Jeff Law
Committed by
Jeff Law
Nov 23, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/spu/spu.md (floatunsdidf2): Remove unused local variable.
From-SVN: r242807
parent
03a4ffcd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/spu/spu.md
+1
-1
No files found.
gcc/ChangeLog
View file @
a2556bdf
2016-11-23 Jeff Law <law@redhat.com>
* config/spu/spu.md (floatunsdidf2): Remove unused local variable.
2016-11-23 Jakub Kicinski <jakub.kicinski@netronome.com>
2016-11-23 Jakub Kicinski <jakub.kicinski@netronome.com>
* doc/extend.texi: Constify first argument to __builtin_object_size.
* doc/extend.texi: Constify first argument to __builtin_object_size.
gcc/config/spu/spu.md
View file @
a2556bdf
...
@@ -939,7 +939,7 @@
...
@@ -939,7 +939,7 @@
(unsigned_float:DF (match_operand:DI 1 "register_operand" "r")))]
(unsigned_float:DF (match_operand:DI 1 "register_operand" "r")))]
""
""
"{
"{
rtx value
, insns
;
rtx value;
rtx c0 = spu_const_from_ints (V16QImode, 0x02031011, 0x12138080,
rtx c0 = spu_const_from_ints (V16QImode, 0x02031011, 0x12138080,
0x06071415, 0x16178080);
0x06071415, 0x16178080);
rtx c1 = spu_const_from_ints (V4SImode, 1023+63, 1023+31, 0, 0);
rtx c1 = spu_const_from_ints (V4SImode, 1023+63, 1023+31, 0, 0);
...
...
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