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
a9db73a6
Commit
a9db73a6
authored
Nov 07, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix whitespace in previous change.
From-SVN: r6033
parent
b3fe4634
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
gcc/config/m88k/m88k.c
+10
-7
No files found.
gcc/config/m88k/m88k.c
View file @
a9db73a6
...
@@ -1344,11 +1344,12 @@ real_or_0_operand (op, mode)
...
@@ -1344,11 +1344,12 @@ real_or_0_operand (op, mode)
/* Return true if OP is valid to use in the context of logic aritmethic
/* Return true if OP is valid to use in the context of logic aritmethic
on condition codes. */
on condition codes. */
int
partial_ccmode_register_operand
(
op
,
mode
)
int
partial_ccmode_register_operand
(
op
,
mode
)
rtx
op
;
rtx
op
;
enum
machine_mode
mode
;
enum
machine_mode
mode
;
{
{
return
(
register_operand
(
op
,
CCmode
)
||
register_operand
(
op
,
CCEVENmode
)
);
return
register_operand
(
op
,
CCmode
)
||
register_operand
(
op
,
CCEVENmode
);
}
}
/* Return true if OP is a relational operator. */
/* Return true if OP is a relational operator. */
...
@@ -1376,11 +1377,12 @@ relop (op, mode)
...
@@ -1376,11 +1377,12 @@ relop (op, mode)
}
}
}
}
int
even_relop
(
op
,
mode
)
int
even_relop
(
op
,
mode
)
rtx
op
;
rtx
op
;
enum
machine_mode
mode
;
enum
machine_mode
mode
;
{
{
switch
(
GET_CODE
(
op
))
switch
(
GET_CODE
(
op
))
{
{
case
EQ
:
case
EQ
:
case
LT
:
case
LT
:
...
@@ -1393,11 +1395,12 @@ int even_relop(op,mode)
...
@@ -1393,11 +1395,12 @@ int even_relop(op,mode)
}
}
}
}
int
odd_relop
(
op
,
mode
)
int
odd_relop
(
op
,
mode
)
rtx
op
;
rtx
op
;
enum
machine_mode
mode
;
enum
machine_mode
mode
;
{
{
switch
(
GET_CODE
(
op
))
switch
(
GET_CODE
(
op
))
{
{
case
NE
:
case
NE
:
case
LE
:
case
LE
:
...
@@ -2849,7 +2852,7 @@ print_operand (file, x, code)
...
@@ -2849,7 +2852,7 @@ print_operand (file, x, code)
case
'!'
:
/* Reverse the following condition. */
case
'!'
:
/* Reverse the following condition. */
sequencep
++
;
sequencep
++
;
reversep
=
1
;
reversep
=
1
;
return
;
return
;
case
'R'
:
/* reverse the condition of the next print_operand
case
'R'
:
/* reverse the condition of the next print_operand
if operand is a label_ref. */
if operand is a label_ref. */
...
...
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