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
16b02ae0
Commit
16b02ae0
authored
Sep 20, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mode_mask_operand): Always return a value.
From-SVN: r8105
parent
cac9d91e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/config/alpha/alpha.c
+5
-5
No files found.
gcc/config/alpha/alpha.c
View file @
16b02ae0
...
@@ -227,13 +227,13 @@ mode_mask_operand (op, mode)
...
@@ -227,13 +227,13 @@ mode_mask_operand (op, mode)
return
CONST_DOUBLE_HIGH
(
op
)
==
0
&&
CONST_DOUBLE_LOW
(
op
)
==
-
1
;
return
CONST_DOUBLE_HIGH
(
op
)
==
0
&&
CONST_DOUBLE_LOW
(
op
)
==
-
1
;
#endif
#endif
if
(
GET_CODE
(
op
)
==
CONST_INT
)
return
(
GET_CODE
(
op
)
==
CONST_INT
return
(
INTVAL
(
op
)
==
0xff
&&
(
INTVAL
(
op
)
==
0xff
||
INTVAL
(
op
)
==
0xffff
||
INTVAL
(
op
)
==
0xffff
#if HOST_BITS_PER_WIDE_INT == 64
#if HOST_BITS_PER_WIDE_INT == 64
||
INTVAL
(
op
)
==
0xffffffff
||
INTVAL
(
op
)
==
0xffffffff
#endif
#endif
);
)
);
}
}
/* Return 1 if OP is a multiple of 8 less than 64. */
/* Return 1 if OP is a multiple of 8 less than 64. */
...
...
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