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
dbe68272
Commit
dbe68272
authored
Apr 16, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ashlsi_16, lshrsi_16): Disable pattern for TARGET_68060; this special
case is not faster for that cpu. From-SVN: r11818
parent
7a13fe96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
gcc/config/m68k/m68k.md
+6
-6
No files found.
gcc/config/m68k/m68k.md
View file @
dbe68272
...
@@ -4210,13 +4210,13 @@
...
@@ -4210,13 +4210,13 @@
FAIL;
FAIL;
} ")
} ")
;; On
all
68k models, this makes faster code in a special case.
;; On
most
68k models, this makes faster code in a special case.
(define_insn ""
(define_insn "
ashlsi_16
"
[
(set (match_operand:SI 0 "register_operand" "=d")
[
(set (match_operand:SI 0 "register_operand" "=d")
(ashift:SI (match_operand:SI 1 "register_operand" "0")
(ashift:SI (match_operand:SI 1 "register_operand" "0")
(const_int 16)))]
(const_int 16)))]
""
"
!TARGET_68060
"
"
*
"
*
{
{
CC_STATUS_INIT;
CC_STATUS_INIT;
...
@@ -4228,7 +4228,7 @@
...
@@ -4228,7 +4228,7 @@
;; On the 68000, this makes faster code in a special case.
;; On the 68000, this makes faster code in a special case.
(define_insn ""
(define_insn "
ashlsi_17_24
"
[
(set (match_operand:SI 0 "register_operand" "=d")
[
(set (match_operand:SI 0 "register_operand" "=d")
(ashift:SI (match_operand:SI 1 "register_operand" "0")
(ashift:SI (match_operand:SI 1 "register_operand" "0")
(match_operand:SI 2 "const_int_operand" "n")))]
(match_operand:SI 2 "const_int_operand" "n")))]
...
@@ -4574,13 +4574,13 @@
...
@@ -4574,13 +4574,13 @@
return
\"
add%.l %0,%0
\;
subx%.l %0,%0
\;
neg%.l %0
\"
;
return
\"
add%.l %0,%0
\;
subx%.l %0,%0
\;
neg%.l %0
\"
;
}")
}")
;; On
all
68k models, this makes faster code in a special case.
;; On
most
68k models, this makes faster code in a special case.
(define_insn "lshrsi_16"
(define_insn "lshrsi_16"
[
(set (match_operand:SI 0 "register_operand" "=d")
[
(set (match_operand:SI 0 "register_operand" "=d")
(lshiftrt:SI (match_operand:SI 1 "register_operand" "0")
(lshiftrt:SI (match_operand:SI 1 "register_operand" "0")
(const_int 16)))]
(const_int 16)))]
""
"
!TARGET_68060
"
"
*
"
*
{
{
CC_STATUS_INIT;
CC_STATUS_INIT;
...
...
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