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
717702e6
Commit
717702e6
authored
Apr 04, 1992
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r680
parent
ec2343c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
gcc/expmed.c
+4
-7
No files found.
gcc/expmed.c
View file @
717702e6
...
...
@@ -341,9 +341,8 @@ store_bit_field (str_rtx, bitsize, bitnum, fieldmode, value, align, total_size)
if
(
GET_MODE
(
op0
)
==
BLKmode
||
GET_MODE_SIZE
(
GET_MODE
(
op0
))
>
GET_MODE_SIZE
(
maxmode
))
bestmode
=
get_best_mode
(
bitsize
,
bitnum
,
align
*
BITS_PER_UNIT
,
maxmode
,
GET_CODE
(
op0
)
==
MEM
&&
MEM_VOLATILE_P
(
op0
));
=
get_best_mode
(
bitsize
,
bitnum
,
align
*
BITS_PER_UNIT
,
maxmode
,
MEM_VOLATILE_P
(
op0
));
else
bestmode
=
GET_MODE
(
op0
);
...
...
@@ -914,8 +913,7 @@ extract_bit_field (str_rtx, bitsize, bitnum, unsignedp,
>
GET_MODE_SIZE
(
maxmode
)))
bestmode
=
get_best_mode
(
bitsize
,
bitnum
,
align
*
BITS_PER_UNIT
,
maxmode
,
(
GET_CODE
(
xop0
)
==
MEM
&&
MEM_VOLATILE_P
(
xop0
)));
MEM_VOLATILE_P
(
xop0
));
else
bestmode
=
GET_MODE
(
xop0
);
...
...
@@ -1042,8 +1040,7 @@ extract_bit_field (str_rtx, bitsize, bitnum, unsignedp,
>
GET_MODE_SIZE
(
maxmode
)))
bestmode
=
get_best_mode
(
bitsize
,
bitnum
,
align
*
BITS_PER_UNIT
,
maxmode
,
(
GET_CODE
(
xop0
)
==
MEM
&&
MEM_VOLATILE_P
(
xop0
)));
MEM_VOLATILE_P
(
xop0
));
else
bestmode
=
GET_MODE
(
xop0
);
...
...
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