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
ebc5a9c1
Commit
ebc5a9c1
authored
Dec 15, 1998
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix dumb thinkos in last change.
From-SVN: r24334
parent
35704c46
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
gcc/config/mn10200/mn10200.md
+8
-8
gcc/config/mn10300/mn10300.md
+8
-8
No files found.
gcc/config/mn10200/mn10200.md
View file @
ebc5a9c1
...
@@ -1658,9 +1658,9 @@
...
@@ -1658,9 +1658,9 @@
rtx target, result, insns;
rtx target, result, insns;
start_sequence ();
start_sequence ();
target = operand_subword (operands
[
0
]
,
0
, 1, SFmode);
target = operand_subword (operands
[
0
]
,
1
, 1, SFmode);
result = expand_binop (HImode, and_optab,
result = expand_binop (HImode, and_optab,
operand_subword_force (operands
[
1
]
,
0
, SFmode),
operand_subword_force (operands
[
1
]
,
1
, SFmode),
GEN_INT(0x7fff), target, 0, OPTAB_WIDEN);
GEN_INT(0x7fff), target, 0, OPTAB_WIDEN);
if (result == 0)
if (result == 0)
...
@@ -1669,8 +1669,8 @@
...
@@ -1669,8 +1669,8 @@
if (result != target)
if (result != target)
emit_move_insn (result, target);
emit_move_insn (result, target);
emit_move_insn (operand_subword (operands
[
0
]
,
1
, 1, SFmode),
emit_move_insn (operand_subword (operands
[
0
]
,
0
, 1, SFmode),
operand_subword_force (operands
[
1
]
,
1
, SFmode));
operand_subword_force (operands
[
1
]
,
0
, SFmode));
insns = get_insns ();
insns = get_insns ();
end_sequence ();
end_sequence ();
...
@@ -1688,9 +1688,9 @@
...
@@ -1688,9 +1688,9 @@
rtx target, result, insns;
rtx target, result, insns;
start_sequence ();
start_sequence ();
target = operand_subword (operands
[
0
]
,
0
, 1, SFmode);
target = operand_subword (operands
[
0
]
,
1
, 1, SFmode);
result = expand_binop (HImode, xor_optab,
result = expand_binop (HImode, xor_optab,
operand_subword_force (operands
[
1
]
,
0
, SFmode),
operand_subword_force (operands
[
1
]
,
1
, SFmode),
GEN_INT(0x8000), target, 0, OPTAB_WIDEN);
GEN_INT(0x8000), target, 0, OPTAB_WIDEN);
if (result == 0)
if (result == 0)
...
@@ -1699,8 +1699,8 @@
...
@@ -1699,8 +1699,8 @@
if (result != target)
if (result != target)
emit_move_insn (result, target);
emit_move_insn (result, target);
emit_move_insn (operand_subword (operands
[
0
]
,
1
, 1, SFmode),
emit_move_insn (operand_subword (operands
[
0
]
,
0
, 1, SFmode),
operand_subword_force (operands
[
1
]
,
1
, SFmode));
operand_subword_force (operands
[
1
]
,
0
, SFmode));
insns = get_insns ();
insns = get_insns ();
end_sequence ();
end_sequence ();
...
...
gcc/config/mn10300/mn10300.md
View file @
ebc5a9c1
...
@@ -1358,9 +1358,9 @@
...
@@ -1358,9 +1358,9 @@
rtx target, result, insns;
rtx target, result, insns;
start_sequence ();
start_sequence ();
target = operand_subword (operands
[
0
]
,
0
, 1, DFmode);
target = operand_subword (operands
[
0
]
,
1
, 1, DFmode);
result = expand_binop (SImode, and_optab,
result = expand_binop (SImode, and_optab,
operand_subword_force (operands
[
1
]
,
0
, DFmode),
operand_subword_force (operands
[
1
]
,
1
, DFmode),
GEN_INT(0x7fffffff), target, 0, OPTAB_WIDEN);
GEN_INT(0x7fffffff), target, 0, OPTAB_WIDEN);
if (result == 0)
if (result == 0)
...
@@ -1369,8 +1369,8 @@
...
@@ -1369,8 +1369,8 @@
if (result != target)
if (result != target)
emit_move_insn (result, target);
emit_move_insn (result, target);
emit_move_insn (operand_subword (operands
[
0
]
,
1
, 1, DFmode),
emit_move_insn (operand_subword (operands
[
0
]
,
0
, 1, DFmode),
operand_subword_force (operands
[
1
]
,
1
, DFmode));
operand_subword_force (operands
[
1
]
,
0
, DFmode));
insns = get_insns ();
insns = get_insns ();
end_sequence ();
end_sequence ();
...
@@ -1413,9 +1413,9 @@
...
@@ -1413,9 +1413,9 @@
rtx target, result, insns;
rtx target, result, insns;
start_sequence ();
start_sequence ();
target = operand_subword (operands
[
0
]
,
0
, 1, DFmode);
target = operand_subword (operands
[
0
]
,
1
, 1, DFmode);
result = expand_binop (SImode, xor_optab,
result = expand_binop (SImode, xor_optab,
operand_subword_force (operands
[
1
]
,
0
, DFmode),
operand_subword_force (operands
[
1
]
,
1
, DFmode),
GEN_INT(0x80000000), target, 0, OPTAB_WIDEN);
GEN_INT(0x80000000), target, 0, OPTAB_WIDEN);
if (result == 0)
if (result == 0)
...
@@ -1424,8 +1424,8 @@
...
@@ -1424,8 +1424,8 @@
if (result != target)
if (result != target)
emit_move_insn (result, target);
emit_move_insn (result, target);
emit_move_insn (operand_subword (operands
[
0
]
,
1
, 1, DFmode),
emit_move_insn (operand_subword (operands
[
0
]
,
0
, 1, DFmode),
operand_subword_force (operands
[
1
]
,
1
, DFmode));
operand_subword_force (operands
[
1
]
,
0
, DFmode));
insns = get_insns ();
insns = get_insns ();
end_sequence ();
end_sequence ();
...
...
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