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
110b3faa
Commit
110b3faa
authored
Jun 13, 2002
by
Jeff Law
Committed by
Jeff Law
Jun 13, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.md (extenddfxf2, extenddftf2): Fix typo/thinko.
From-SVN: r54583
parent
7f243674
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+2
-0
gcc/config/i386/i386.md
+2
-2
No files found.
gcc/ChangeLog
View file @
110b3faa
2002-06-13 Jeffrey Law <law@redhat.com>
2002-06-13 Jeffrey Law <law@redhat.com>
* i386.md (extenddfxf2, extenddftf2): Fix typo/thinko.
* alias.c (argument_registers): Remove.
* alias.c (argument_registers): Remove.
(init_alias_once): Initialize static_reg_base_value here. Remove
(init_alias_once): Initialize static_reg_base_value here. Remove
initialization of argument_registers.
initialization of argument_registers.
...
...
gcc/config/i386/i386.md
View file @
110b3faa
...
@@ -3560,7 +3560,7 @@
...
@@ -3560,7 +3560,7 @@
/* ??? Needed for compress_float_constant since all fp constants
/* ??? Needed for compress_float_constant since all fp constants
are LEGITIMATE_CONSTANT_P. */
are LEGITIMATE_CONSTANT_P. */
if (GET_CODE (operands[1]) == CONST_DOUBLE)
if (GET_CODE (operands[1]) == CONST_DOUBLE)
operands[1] = validize_mem (force_const_mem (
S
Fmode, operands[1]));
operands[1] = validize_mem (force_const_mem (
D
Fmode, operands[1]));
if (GET_CODE (operands[0]) == MEM && GET_CODE (operands[1]) == MEM)
if (GET_CODE (operands[0]) == MEM && GET_CODE (operands[1]) == MEM)
operands[1] = force_reg (DFmode, operands[1]);
operands[1] = force_reg (DFmode, operands[1]);
})
})
...
@@ -3605,7 +3605,7 @@
...
@@ -3605,7 +3605,7 @@
/* ??? Needed for compress_float_constant since all fp constants
/* ??? Needed for compress_float_constant since all fp constants
are LEGITIMATE_CONSTANT_P. */
are LEGITIMATE_CONSTANT_P. */
if (GET_CODE (operands[1]) == CONST_DOUBLE)
if (GET_CODE (operands[1]) == CONST_DOUBLE)
operands[1] = validize_mem (force_const_mem (
S
Fmode, operands[1]));
operands[1] = validize_mem (force_const_mem (
D
Fmode, operands[1]));
if (GET_CODE (operands[0]) == MEM && GET_CODE (operands[1]) == MEM)
if (GET_CODE (operands[0]) == MEM && GET_CODE (operands[1]) == MEM)
operands[1] = force_reg (DFmode, operands[1]);
operands[1] = force_reg (DFmode, operands[1]);
})
})
...
...
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