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
5671655e
Commit
5671655e
authored
Aug 01, 2005
by
Richard Henderson
Committed by
Richard Henderson
Aug 01, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/alpha/predicates.md (and_operand): Test mode of CONST_DOUBLE.
From-SVN: r102639
parent
72ce3d4a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/config/alpha/predicates.md
+2
-1
No files found.
gcc/ChangeLog
View file @
5671655e
2005-08-01 Richard Henderson <rth@redhat.com>
* config/alpha/predicates.md (and_operand): Test mode of CONST_DOUBLE.
2005-08-01 Jan Hubicka <jh@suse.cz>
* i386-protos.h (asm_preferred_eh_data_format): Declare.
...
...
gcc/config/alpha/predicates.md
View file @
5671655e
...
...
@@ -89,7 +89,8 @@
|| (unsigned HOST_WIDE_INT) ~ INTVAL (op) < 0x100
|| zap_mask (INTVAL (op))")
(if_then_else (match_code "const_double")
(match_test "zap_mask (CONST_DOUBLE_LOW (op))
(match_test "GET_MODE (op) == VOIDmode
&& zap_mask (CONST_DOUBLE_LOW (op))
&& zap_mask (CONST_DOUBLE_HIGH (op))")
(match_operand 0 "register_operand"))))
...
...
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