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
dea1c1c5
Commit
dea1c1c5
authored
Dec 02, 2004
by
J"orn Rennecke
Committed by
Joern Rennecke
Dec 02, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sh.md (extv, extzv): Add pattern predicate.
From-SVN: r91649
parent
29cc8719
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/sh/sh.md
+2
-2
No files found.
gcc/ChangeLog
View file @
dea1c1c5
2004
-
12
-
02
J
"orn Rennecke <joern.rennecke@st.com>
* sh.md (extv, extzv): Add pattern predicate.
2004-12-02 Kazu Hirata <kazu@cs.umass.edu>
* tree-cfg.c (phi_alternatives_equal): Check that PHI_ARG_DEF
...
...
gcc/config/sh/sh.md
View file @
dea1c1c5
...
...
@@ -9447,7 +9447,7 @@ mov.l\\t1f,r0\\n\\
(sign_extract:SI (match_operand:QI 1 "unaligned_load_operand" "")
(match_operand 2 "const_int_operand" "")
(match_operand 3 "const_int_operand" "")))]
""
"
TARGET_SH4A_ARCH
"
{
if (TARGET_SH4A_ARCH
&& INTVAL (operands[2]) == 32
...
...
@@ -9467,7 +9467,7 @@ mov.l\\t1f,r0\\n\\
(zero_extract:SI (match_operand:QI 1 "unaligned_load_operand" "")
(match_operand 2 "const_int_operand" "")
(match_operand 3 "const_int_operand" "")))]
""
"
TARGET_SH4A_ARCH
"
{
if (TARGET_SH4A_ARCH
&& INTVAL (operands[2]) == 32
...
...
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