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
effeb5cc
Commit
effeb5cc
authored
Jul 07, 1992
by
Charles Hannum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
entered into RCS
From-SVN: r1497
parent
7529ac93
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
gcc/config/arm/arm.md
+1
-1
gcc/config/gmicro/gmicro.md
+5
-5
gcc/config/tahoe/tahoe.md
+1
-1
No files found.
gcc/config/arm/arm.md
View file @
effeb5cc
...
...
@@ -1211,7 +1211,7 @@
")
(define_insn "call_value"
[
(set (match_operand 0 "" "rf")
[
(set (match_operand 0 "" "
=
rf")
(call (match_operand 1 "memory_operand" "m")
(match_operand 2 "general_operand" "g")))
(clobber (reg:SI 14))]
...
...
gcc/config/gmicro/gmicro.md
View file @
effeb5cc
...
...
@@ -1688,14 +1688,14 @@
"neg.b %0")
(define_insn "negsf2"
[
(set (match_operand:SF 0 "general_operand" "f")
[
(set (match_operand:SF 0 "general_operand" "
=
f")
(neg:SF (match_operand:SF 1 "general_operand" "fmF")))]
"TARGET_FPU"
"fneg.s %f1,%0")
(define_insn "negdf2"
[
(set (match_operand:DF 0 "general_operand" "f")
[
(set (match_operand:DF 0 "general_operand" "
=
f")
(neg:DF (match_operand:DF 1 "general_operand" "fmF")))]
"TARGET_FPU"
"fneg.d %f1,%0")
...
...
@@ -1704,13 +1704,13 @@
;; Absolute value instructions
(define_insn "abssf2"
[
(set (match_operand:SF 0 "general_operand" "f")
[
(set (match_operand:SF 0 "general_operand" "
=
f")
(abs:SF (match_operand:SF 1 "general_operand" "fmF")))]
"TARGET_FPU"
"fabs.s %f1,%0")
(define_insn "absdf2"
[
(set (match_operand:DF 0 "general_operand" "f")
[
(set (match_operand:DF 0 "general_operand" "
=
f")
(abs:DF (match_operand:DF 1 "general_operand" "fmF")))]
"TARGET_FPU"
"fabs.d %f1,%0")
...
...
@@ -2634,7 +2634,7 @@
(define_peephole
[
(set (reg:SI 15) (plus:SI (reg:SI 15) (const_int 4)))
(set (match_operand:DF 0 "register_operand" "f")
(set (match_operand:DF 0 "register_operand" "
=
f")
(match_operand:DF 1 "register_operand" "r"))]
"FPU_REG_P (operands
[
0
]
) && ! FPU_REG_P (operands
[
1
]
)"
"
*
...
...
gcc/config/tahoe/tahoe.md
View file @
effeb5cc
...
...
@@ -1635,7 +1635,7 @@
; for the call = number bytes for args + 4
(define_insn "call_value"
[
(set (match_operand 0 "" "g")
[
(set (match_operand 0 "" "
=
g")
(call (match_operand:QI 1 "memory_operand" "m")
(match_operand:QI 2 "general_operand" "g")))]
""
...
...
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