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
61861753
Commit
61861753
authored
Apr 09, 2006
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix whitespaces
From-SVN: r112794
parent
9a82e702
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
gcc/config/i386/i386.md
+12
-12
No files found.
gcc/config/i386/i386.md
View file @
61861753
...
...
@@ -2274,7 +2274,7 @@
(define_insn "*movsf_1"
[(set (match_operand:SF 0 "nonimmediate_operand"
"=f,m ,f,r
,m ,x,x,x
,m ,!*y,!rm,!*y")
"=f,m ,f,r
,m ,x,x,x
,m ,!*y,!rm,!*y")
(match_operand:SF 1 "general_operand"
"fm,f,G ,rmF,Fr,C ,x ,xm,x,rm ,*y ,*y"))]
"!(MEM_P (operands[0]) && MEM_P (operands[1]))
...
...
@@ -2441,9 +2441,9 @@
(define_insn "*movdf_nointeger"
[(set (match_operand:DF 0 "nonimmediate_operand"
"=f,m
,f,*r ,o ,Y*x,Y*x,Y*x,m
")
"=f,m
,f,*r ,o ,Y*x,Y*x,Y*x ,m
")
(match_operand:DF 1 "general_operand"
"fm,f,G
,*roF,F*r,C
,Y*x,mY*x,Y*x"))]
"fm,f,G
,*roF,F*r,C
,Y*x,mY*x,Y*x"))]
"(GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM)
&& ((optimize_size || !TARGET_INTEGER_DFMODE_MOVES) && !TARGET_64BIT)
&& (reload_in_progress || reload_completed
...
...
@@ -2561,9 +2561,9 @@
(define_insn "*movdf_integer"
[(set (match_operand:DF 0 "nonimmediate_operand"
"=f,m
,f,r,o ,Y*x,Y*x,Y*x,m
")
"=f,m
,f,r ,o ,Y*x,Y*x,Y*x,m
")
(match_operand:DF 1 "general_operand"
"fm,f,G
,roF,Fr,C ,Y*x,m
,Y*x"))]
"fm,f,G
,roF,Fr,C ,Y*x,m
,Y*x"))]
"(GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM)
&& ((!optimize_size && TARGET_INTEGER_DFMODE_MOVES) || TARGET_64BIT)
&& (reload_in_progress || reload_completed
...
...
@@ -9545,10 +9545,10 @@
"ix86_expand_fp_absneg_operator (ABS, SFmode, operands); DONE;")
(define_insn "*absnegsf2_mixed"
[(set (match_operand:SF 0 "nonimmediate_operand" "=x,x,f,rm")
[(set (match_operand:SF 0 "nonimmediate_operand" "=x
,x,f,rm")
(match_operator:SF 3 "absneg_operator"
[(match_operand:SF 1 "nonimmediate_operand" "0 ,x,0
,0
")]))
(use (match_operand:V4SF 2 "nonimmediate_operand" "xm ,0
,X ,X
"))
[(match_operand:SF 1 "nonimmediate_operand" "0 ,x,0
,0
")]))
(use (match_operand:V4SF 2 "nonimmediate_operand" "xm ,0
,X,X
"))
(clobber (reg:CC FLAGS_REG))]
"TARGET_SSE_MATH && TARGET_MIX_SSE_I387
&& ix86_unary_operator_ok (GET_CODE (operands[3]), SFmode, operands)"
...
...
@@ -9643,8 +9643,8 @@
(define_insn "*absnegdf2_mixed"
[(set (match_operand:DF 0 "nonimmediate_operand" "=Y,Y,f,rm")
(match_operator:DF 3 "absneg_operator"
[(match_operand:DF 1 "nonimmediate_operand" "0
,Y,0
,0")]))
(use (match_operand:V2DF 2 "nonimmediate_operand" "Ym
,0 ,X
,X"))
[(match_operand:DF 1 "nonimmediate_operand" "0
,Y,0
,0")]))
(use (match_operand:V2DF 2 "nonimmediate_operand" "Ym
,0,X
,X"))
(clobber (reg:CC FLAGS_REG))]
"TARGET_SSE2 && TARGET_SSE_MATH && TARGET_MIX_SSE_I387
&& ix86_unary_operator_ok (GET_CODE (operands[3]), DFmode, operands)"
...
...
@@ -9653,8 +9653,8 @@
(define_insn "*absnegdf2_sse"
[(set (match_operand:DF 0 "nonimmediate_operand" "=Y,Y,rm")
(match_operator:DF 3 "absneg_operator"
[(match_operand:DF 1 "nonimmediate_operand" "0 ,Y,0")]))
(use (match_operand:V2DF 2 "nonimmediate_operand" "Ym,0,X"))
[(match_operand:DF 1 "nonimmediate_operand" "0 ,Y,0
")]))
(use (match_operand:V2DF 2 "nonimmediate_operand" "Ym,0,X
"))
(clobber (reg:CC FLAGS_REG))]
"TARGET_SSE2 && TARGET_SSE_MATH
&& ix86_unary_operator_ok (GET_CODE (operands[3]), DFmode, operands)"
...
...
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