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
5a19791c
Commit
5a19791c
authored
Mar 04, 1996
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in last change.
From-SVN: r11417
parent
6a4cee5f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
gcc/config/rs6000/rs6000.md
+6
-6
No files found.
gcc/config/rs6000/rs6000.md
View file @
5a19791c
...
@@ -6781,7 +6781,7 @@
...
@@ -6781,7 +6781,7 @@
(match_operand 1 "" "g,g"))
(match_operand 1 "" "g,g"))
(use (match_operand:SI 2 "immediate_operand" "O,n"))
(use (match_operand:SI 2 "immediate_operand" "O,n"))
(clobber (match_scratch:SI 3 "=l,l"))]
(clobber (match_scratch:SI 3 "=l,l"))]
"
INTVAL (operands
[
2
]
) != CALL_LONG
"
"
(INTVAL (operands
[
2
]
) & CALL_LONG) == 0
"
"
*
"
*
{
{
if (INTVAL (operands
[
2
]
) & CALL_V4_SET_FP_ARGS)
if (INTVAL (operands
[
2
]
) & CALL_V4_SET_FP_ARGS)
...
@@ -6807,7 +6807,7 @@
...
@@ -6807,7 +6807,7 @@
(use (match_operand:SI 2 "immediate_operand" "O,n"))
(use (match_operand:SI 2 "immediate_operand" "O,n"))
(clobber (match_scratch:SI 3 "=l,l"))]
(clobber (match_scratch:SI 3 "=l,l"))]
"(DEFAULT_ABI == ABI_AIX || DEFAULT_ABI == ABI_NT)
"(DEFAULT_ABI == ABI_AIX || DEFAULT_ABI == ABI_NT)
&&
INTVAL (operands
[
2
]
) != CALL_LONG
"
&&
(INTVAL (operands
[
2
]
) & CALL_LONG) == 0
"
"
*
"
*
{
{
/
* Indirect calls should go through call_indirect *
/
/
* Indirect calls should go through call_indirect *
/
...
@@ -6830,7 +6830,7 @@
...
@@ -6830,7 +6830,7 @@
(use (match_operand:SI 2 "immediate_operand" "O,n"))
(use (match_operand:SI 2 "immediate_operand" "O,n"))
(clobber (match_scratch:SI 3 "=l,l"))]
(clobber (match_scratch:SI 3 "=l,l"))]
"(DEFAULT_ABI == ABI_AIX_NODESC || DEFAULT_ABI == ABI_V4)
"(DEFAULT_ABI == ABI_AIX_NODESC || DEFAULT_ABI == ABI_V4)
&&
INTVAL (operands
[
2
]
) != CALL_LONG
"
&&
(INTVAL (operands
[
2
]
) & CALL_LONG) == 0
"
"
*
"
*
{
{
/
* Indirect calls should go through call_indirect *
/
/
* Indirect calls should go through call_indirect *
/
...
@@ -6853,7 +6853,7 @@
...
@@ -6853,7 +6853,7 @@
(match_operand 2 "" "g,g")))
(match_operand 2 "" "g,g")))
(use (match_operand:SI 3 "immediate_operand" "O,n"))
(use (match_operand:SI 3 "immediate_operand" "O,n"))
(clobber (match_scratch:SI 4 "=l,l"))]
(clobber (match_scratch:SI 4 "=l,l"))]
"
INTVAL (operands
[
3
]
) != CALL_LONG
"
"
(INTVAL (operands
[
3
]
) & CALL_LONG) == 0
"
"
*
"
*
{
{
if (INTVAL (operands
[
3
]
) & CALL_V4_SET_FP_ARGS)
if (INTVAL (operands
[
3
]
) & CALL_V4_SET_FP_ARGS)
...
@@ -6873,7 +6873,7 @@
...
@@ -6873,7 +6873,7 @@
(use (match_operand:SI 3 "immediate_operand" "O,n"))
(use (match_operand:SI 3 "immediate_operand" "O,n"))
(clobber (match_scratch:SI 4 "=l,l"))]
(clobber (match_scratch:SI 4 "=l,l"))]
"(DEFAULT_ABI == ABI_AIX || DEFAULT_ABI == ABI_NT)
"(DEFAULT_ABI == ABI_AIX || DEFAULT_ABI == ABI_NT)
&&
INTVAL (operands
[
3
]
) != CALL_LONG
"
&&
(INTVAL (operands
[
3
]
) & CALL_LONG) == 0
"
"
*
"
*
{
{
/
* This should be handled by call_value_indirect *
/
/
* This should be handled by call_value_indirect *
/
...
@@ -6897,7 +6897,7 @@
...
@@ -6897,7 +6897,7 @@
(use (match_operand:SI 3 "immediate_operand" "O,n"))
(use (match_operand:SI 3 "immediate_operand" "O,n"))
(clobber (match_scratch:SI 4 "=l,l"))]
(clobber (match_scratch:SI 4 "=l,l"))]
"(DEFAULT_ABI == ABI_AIX_NODESC || DEFAULT_ABI == ABI_V4)
"(DEFAULT_ABI == ABI_AIX_NODESC || DEFAULT_ABI == ABI_V4)
&&
INTVAL (operands
[
3
]
) != CALL_LONG
"
&&
(INTVAL (operands
[
3
]
) & CALL_LONG) == 0
"
"
*
"
*
{
{
/
* This should be handled by call_value_indirect *
/
/
* This should be handled by call_value_indirect *
/
...
...
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