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
acb76ce3
Commit
acb76ce3
authored
Jul 29, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(tst?f): Use CONST0_RTX instead of incorrect call to
immed_real_const_1. From-SVN: r7821
parent
72bb9717
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
gcc/config/romp/romp.md
+4
-6
No files found.
gcc/config/romp/romp.md
View file @
acb76ce3
;;- Machine description for ROMP chip for GNU C compiler
;; Copyright (C) 1988, 1991, 1993 Free Software Foundation, Inc.
;; Contributed by Richard Kenner (kenner@nyu.edu)
;; Copyright (C) 1988, 1991, 1993
, 1994
Free Software Foundation, Inc.
;; Contributed by Richard Kenner (kenner@
vlsi1.ultra.
nyu.edu)
;; This file is part of GNU CC.
...
...
@@ -2544,8 +2544,7 @@
"GET_MODE (operands[0]) == SFmode || GET_MODE (operands[0]) == DFmode"
"*
{ return output_fpop (next_insn_tests_no_inequality (insn) ? EQ : GE,
operands[0], immed_real_const_1 (0, 0,
GET_MODE (operands[0])),
operands[0], CONST0_RTX (GET_MODE (operands[0])),
0, insn);
}"
[(set_attr "type" "fp")
...
...
@@ -2559,8 +2558,7 @@
""
"*
{ return output_fpop (next_insn_tests_no_inequality (insn) ? EQ : GE,
operands[1], immed_real_const_1 (0, 0,
GET_MODE (operands[1])),
operands[1], CONST0_RTX (GET_MODE (operands[1])),
0, insn);
}"
[(set_attr "type" "fp")
...
...
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