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
f380a0ce
Commit
f380a0ce
authored
Feb 19, 2003
by
Jan Hubicka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.md (movsfcc_1, movdfcc_1): Fix constrains.
From-SVN: r63120
parent
30e4d9d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
gcc/config/i386/i386.md
+8
-8
No files found.
gcc/config/i386/i386.md
View file @
f380a0ce
...
...
@@ -16646,11 +16646,11 @@
"if (! ix86_expand_fp_movcc (operands)) FAIL; DONE;")
(define_insn "*movsfcc_1"
[(set (match_operand:SF 0 "register_operand" "=f
,f,r,r
")
[(set (match_operand:SF 0 "register_operand" "=f
#r,f#r,r#f,r#f
")
(if_then_else:SF (match_operator 1 "fcmov_comparison_operator"
[(reg 17) (const_int 0)])
(match_operand:SF 2 "nonimmediate_operand" "f
,0,rm
,0")
(match_operand:SF 3 "nonimmediate_operand" "0,f
,0,rm
")))]
(match_operand:SF 2 "nonimmediate_operand" "f
#r,0,rm#f
,0")
(match_operand:SF 3 "nonimmediate_operand" "0,f
#r,0,rm#f
")))]
"TARGET_CMOVE
&& (GET_CODE (operands[2]) != MEM || GET_CODE (operands[3]) != MEM)"
"@
...
...
@@ -16670,11 +16670,11 @@
"if (! ix86_expand_fp_movcc (operands)) FAIL; DONE;")
(define_insn "*movdfcc_1"
[(set (match_operand:DF 0 "register_operand" "=f
,f,&r,&r
")
[(set (match_operand:DF 0 "register_operand" "=f
#r,f#r,&r#f,&r#f
")
(if_then_else:DF (match_operator 1 "fcmov_comparison_operator"
[(reg 17) (const_int 0)])
(match_operand:DF 2 "nonimmediate_operand" "f
,0,rm
,0")
(match_operand:DF 3 "nonimmediate_operand" "0,f
,0,rm
")))]
(match_operand:DF 2 "nonimmediate_operand" "f
#r,0,rm#f
,0")
(match_operand:DF 3 "nonimmediate_operand" "0,f
#r,0,rm#f
")))]
"!TARGET_64BIT && TARGET_CMOVE
&& (GET_CODE (operands[2]) != MEM || GET_CODE (operands[3]) != MEM)"
"@
...
...
@@ -16689,8 +16689,8 @@
[(set (match_operand:DF 0 "register_operand" "=f,f,&r,&r")
(if_then_else:DF (match_operator 1 "fcmov_comparison_operator"
[(reg 17) (const_int 0)])
(match_operand:DF 2 "nonimmediate_operand" "f
,0,rm,0
")
(match_operand:DF 3 "nonimmediate_operand" "0
,f,0,rm
")))]
(match_operand:DF 2 "nonimmediate_operand" "f
#r,0#r,rm#f,0#f
")
(match_operand:DF 3 "nonimmediate_operand" "0
#r,f#r,0#f,rm#f
")))]
"TARGET_64BIT && TARGET_CMOVE
&& (GET_CODE (operands[2]) != MEM || GET_CODE (operands[3]) != MEM)"
"@
...
...
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