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
c3f3d7e1
Commit
c3f3d7e1
authored
May 18, 1992
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r1012
parent
30979105
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
gcc/config/mips/mips.md
+7
-7
No files found.
gcc/config/mips/mips.md
View file @
c3f3d7e1
...
...
@@ -138,10 +138,10 @@
(define_function_unit "memory" 1 0 (eq_attr "type" "store") 1 0)
(define_function_unit "
fp_comp"
1 0 (eq_attr "type" "fcmp") 2 0)
(define_function_unit "
addr"
1 0 (eq_attr "type" "fcmp") 2 0)
(define_function_unit "
transfer"
1 0 (eq_attr "type" "xfer") 2 0)
(define_function_unit "
transfer"
1 0 (eq_attr "type" "hilo") 3 0)
(define_function_unit "
memory"
1 0 (eq_attr "type" "xfer") 2 0)
(define_function_unit "
memory"
1 0 (eq_attr "type" "hilo") 3 0)
(define_function_unit "imuldiv" 1 1
(and (eq_attr "type" "imul") (eq_attr "cpu" "!r3000,r4000"))
...
...
@@ -235,8 +235,8 @@
(and (eq_attr "type" "fdiv") (and (eq_attr "mode" "DF") (eq_attr "cpu" "r6000")))
16 32)
(define_function_unit "
sqrt
" 1 1 (and (eq_attr "type" "fsqrt") (eq_attr "mode" "SF")) 54 108)
(define_function_unit "
sqrt
" 1 1 (and (eq_attr "type" "fsqrt") (eq_attr "mode" "DF")) 112 224)
(define_function_unit "
divide
" 1 1 (and (eq_attr "type" "fsqrt") (eq_attr "mode" "SF")) 54 108)
(define_function_unit "
divide
" 1 1 (and (eq_attr "type" "fsqrt") (eq_attr "mode" "DF")) 112 224)
;; The following functional units do not use the cpu type, and use
...
...
@@ -2857,9 +2857,9 @@ move\\t%0,%z4\\n\\
}
if (operands[2] != pc_rtx)
return (truth) ? \"%*
j\\t%2\" : \"#bne\\t%z1
,%.,%2\";
return (truth) ? \"%*
beq%?\\t%.,%.,%2\" : \"%*bne%?\\t%.
,%.,%2\";
else
return (truth) ? \"
#bne\\t%z1,%.,%3\" : \"%*j\\t%3
\";
return (truth) ? \"
%*bne%?\\t%.,%.,%2\" : \"%*beq%?\\t%.,%.,%2
\";
}
if (operands
[
2
]
!= pc_rtx)
...
...
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