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
ad16d073
Commit
ad16d073
authored
Nov 21, 2015
by
Nathan Sidwell
Committed by
Nathan Sidwell
Nov 21, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/nvptx/nvptx.md (clz<mode>2): Use operand 1 for type.
From-SVN: r230706
parent
cf08c344
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/config/nvptx/nvptx.md
+1
-1
No files found.
gcc/ChangeLog
View file @
ad16d073
2015
-
11
-
21
Nathan
Sidwell
<
nathan
@
acm
.
org
>
2015
-
11
-
21
Nathan
Sidwell
<
nathan
@
acm
.
org
>
*
config
/
nvptx
/
nvptx
.
md
(
clz
<
mode
>
2
):
Use
operand
1
for
type
.
*
config
/
nvptx
/
nvptx
.
c
(
write_function_decl_and_comment
):
Print
*
config
/
nvptx
/
nvptx
.
c
(
write_function_decl_and_comment
):
Print
leading
blank
line
.
leading
blank
line
.
(
write_func_decl_from_insn
):
Likewise
.
(
write_func_decl_from_insn
):
Likewise
.
gcc/config/nvptx/nvptx.md
View file @
ad16d073
...
@@ -731,7 +731,7 @@
...
@@ -731,7 +731,7 @@
[
(set (match_operand:SI 0 "nvptx_register_operand" "=R")
[
(set (match_operand:SI 0 "nvptx_register_operand" "=R")
(clz:SI (match_operand:SDIM 1 "nvptx_register_operand" "R")))]
(clz:SI (match_operand:SDIM 1 "nvptx_register_operand" "R")))]
""
""
"%.
\\
tclz.b%T
0
\\
t%0, %1;")
"%.
\\
tclz.b%T
1
\\
t%0, %1;")
(define_expand "ctz
<mode>
2"
(define_expand "ctz
<mode>
2"
[
(set (match_operand:SI 0 "nvptx_register_operand" "")
[
(set (match_operand:SI 0 "nvptx_register_operand" "")
...
...
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