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
f7e5dfbd
Commit
f7e5dfbd
authored
22 years ago
by
Jan Hubicka
Committed by
Jan Hubicka
22 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.md (negdf2_ifs_rex64): Don't allow GPR operand.
From-SVN: r58678
parent
ff881d52
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.md
+3
-3
No files found.
gcc/ChangeLog
View file @
f7e5dfbd
Thu
Oct
31
16
:
09
:
44
CET
2002
Jan
Hubicka
<
jh
@suse
.
cz
>
*
i386
.
md
(
negdf2_ifs_rex64
)
:
Don
'
t
allow
GPR
operand
.
Thu
Oct
31
12
:
45
:
55
2002
J
"orn Rennecke <joern.rennecke@superh.com>
* sh.h (binary_logical_operator): Declare.
...
...
This diff is collapsed.
Click to expand it.
gcc/config/i386/i386.md
View file @
f7e5dfbd
...
...
@@ -9438,9 +9438,9 @@
"#")
(define_insn "*negdf2_ifs_rex64"
[(set (match_operand:DF 0 "nonimmediate_operand" "=Y#f
r,Y#fr,fm#Yr,r#Yf
")
(neg:DF (match_operand:DF 1 "nonimmediate_operand" "0,Y#f
r,0
,0")))
(use (match_operand:DF 2 "general_operand" "Y,0,*g#Y
r,*rm
"))
[(set (match_operand:DF 0 "nonimmediate_operand" "=Y#f
,Y#f,fm#Y
")
(neg:DF (match_operand:DF 1 "nonimmediate_operand" "0,Y#f,0")))
(use (match_operand:DF 2 "general_operand" "Y,0,*g#Y
*r
"))
(clobber (reg:CC 17))]
"TARGET_64BIT && TARGET_SSE2
&& (reload_in_progress || reload_completed
...
...
This diff is collapsed.
Click to expand it.
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