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
ceebb5f5
Commit
ceebb5f5
authored
Dec 04, 2006
by
Ben Elliston
Committed by
Ben Elliston
Dec 04, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/spu/spu.md (_mulv4si3): Remove unused local variables.
From-SVN: r119479
parent
dd90d2b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+4
-0
gcc/config/spu/spu.md
+0
-2
No files found.
gcc/ChangeLog
View file @
ceebb5f5
2006
-
12
-
04
Ben
Elliston
<
bje
@au
.
ibm
.
com
>
*
config
/
spu
/
spu
.
md
(
_mulv4si3
)
:
Remove
unused
local
variables
.
2006
-
12
-
03
Eric
Christopher
<
echristo
@apple
.
com
>
2006
-
12
-
03
Eric
Christopher
<
echristo
@apple
.
com
>
PR
target
/
24598
PR
target
/
24598
...
...
gcc/config/spu/spu.md
View file @
ceebb5f5
...
@@ -1117,14 +1117,12 @@
...
@@ -1117,14 +1117,12 @@
(mult:V4SI (match_dup:V4SI 1)
(mult:V4SI (match_dup:V4SI 1)
(match_dup:V4SI 2)))]
(match_dup:V4SI 2)))]
{
{
HOST_WIDE_INT val = 0;
rtx a = operands
[
3
]
;
rtx a = operands
[
3
]
;
rtx b = operands
[
4
]
;
rtx b = operands
[
4
]
;
rtx c = operands
[
5
]
;
rtx c = operands
[
5
]
;
rtx d = operands
[
6
]
;
rtx d = operands
[
6
]
;
rtx op1 = simplify_gen_subreg (V8HImode, operands
[
1
]
, V4SImode, 0);
rtx op1 = simplify_gen_subreg (V8HImode, operands
[
1
]
, V4SImode, 0);
rtx op2 = simplify_gen_subreg (V8HImode, operands
[
2
]
, V4SImode, 0);
rtx op2 = simplify_gen_subreg (V8HImode, operands
[
2
]
, V4SImode, 0);
rtx op3 = simplify_gen_subreg (V8HImode, operands
[
3
]
, V4SImode, 0);
emit_insn(gen_spu_mpyh(a, op1, op2));
emit_insn(gen_spu_mpyh(a, op1, op2));
emit_insn(gen_spu_mpyh(b, op2, op1));
emit_insn(gen_spu_mpyh(b, op2, op1));
emit_insn(gen_spu_mpyu(c, op1, op2));
emit_insn(gen_spu_mpyu(c, op1, op2));
...
...
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