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
4d613828
Commit
4d613828
authored
May 04, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r875
parent
ead69aea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/expr.c
+5
-5
No files found.
gcc/expr.c
View file @
4d613828
...
...
@@ -5172,20 +5172,20 @@ expand_builtin (exp, target, subtarget, mode, ignore)
&&
REGNO
(
result
)
>=
FIRST_PSEUDO_REGISTER
))
result
=
gen_reg_rtx
(
insn_mode
);
/* Make the operands are acceptable to the predicates. */
/* Make
sure
the operands are acceptable to the predicates. */
if
(
!
(
*
insn_operand_predicate
[
icode
][
0
])
(
result
,
insn_mode
))
if
(
!
(
*
insn_operand_predicate
[
(
int
)
icode
][
0
])
(
result
,
insn_mode
))
result
=
gen_reg_rtx
(
insn_mode
);
src_rtx
=
memory_address
(
BLKmode
,
expand_expr
(
src
,
0
,
Pmode
,
EXPAND_NORMAL
));
if
(
!
(
*
insn_operand_predicate
[
icode
][
1
])
(
src_rtx
,
Pmode
))
if
(
!
(
*
insn_operand_predicate
[
(
int
)
icode
][
1
])
(
src_rtx
,
Pmode
))
src_rtx
=
copy_to_mode_reg
(
Pmode
,
src_rtx
);
char_rtx
=
const0_rtx
;
char_mode
=
insn_operand_mode
[
icode
][
2
];
if
(
!
(
*
insn_operand_predicate
[
icode
][
2
])
(
char_rtx
,
char_mode
))
char_mode
=
insn_operand_mode
[
(
int
)
icode
][
2
];
if
(
!
(
*
insn_operand_predicate
[
(
int
)
icode
][
2
])
(
char_rtx
,
char_mode
))
char_rtx
=
copy_to_mode_reg
(
char_mode
,
char_rtx
);
emit_insn
(
GEN_FCN
(
icode
)
(
result
,
...
...
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