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
6f85e02b
Commit
6f85e02b
authored
Jan 02, 2001
by
Richard Henderson
Committed by
Richard Henderson
Jan 02, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* alpha.md (*ze_and_ne): Duplicate insn condition to split.
From-SVN: r38615
parent
7b331228
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/alpha/alpha.md
+2
-2
No files found.
gcc/ChangeLog
View file @
6f85e02b
2001-01-02 Richard Henderson <rth@redhat.com>
* alpha.md (*ze_and_ne): Duplicate insn condition to split.
2001-01-02 Andreas Jaeger <aj@suse.de>
* c-decl.c (c_decode_option): Remove support of
...
...
gcc/config/alpha/alpha.md
View file @
6f85e02b
;; Machine description for DEC Alpha for GNU C compiler
;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
;; 2000 Free Software Foundation, Inc.
;; 2000
, 2001
Free Software Foundation, Inc.
;; Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
;;
;; This file is part of GNU CC.
...
...
@@ -1820,7 +1820,7 @@
(match_operand 2 "const_int_operand" "I")))]
"(unsigned HOST_WIDE_INT) INTVAL (operands
[
2
]
) < 8"
"#"
""
"
(unsigned HOST_WIDE_INT) INTVAL (operands
[
2
]
) < 8
"
[
(set (match_dup 0)
(and:DI (match_dup 1) (match_dup 3)))
(set (match_dup 0)
...
...
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