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
ca192950
Commit
ca192950
authored
Jul 12, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ashlsi3, lshrsi3, ashrsi3): Only output low-order five bits for
!TARGET_POWER case. From-SVN: r7751
parent
59f25cf9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
gcc/config/rs6000/rs6000.md
+9
-9
No files found.
gcc/config/rs6000/rs6000.md
View file @
ca192950
...
...
@@ -2115,7 +2115,7 @@
(ashift:SI (match_operand:SI 1 "gpc_reg_operand" "r")
(match_operand:SI 2 "reg_or_cint_operand" "ri")))]
"! TARGET_POWER"
"slw%I2 %0,%1,%2"
"slw%I2 %0,%1,%
h
2"
[
(set_attr "length" "8")
]
)
(define_insn ""
...
...
@@ -2138,7 +2138,7 @@
(const_int 0)))
(clobber (match_scratch:SI 3 "=r"))]
"! TARGET_POWER"
"slw%I2. %3,%1,%2"
"slw%I2. %3,%1,%
h
2"
[
(set_attr "type" "delayed_compare")
]
)
(define_insn ""
...
...
@@ -2163,7 +2163,7 @@
(set (match_operand:SI 0 "gpc_reg_operand" "=r")
(ashift:SI (match_dup 1) (match_dup 2)))]
"! TARGET_POWER"
"slw%I2. %0,%1,%2"
"slw%I2. %0,%1,%
h
2"
[
(set_attr "type" "delayed_compare")
]
)
(define_insn ""
...
...
@@ -2230,7 +2230,7 @@
(lshiftrt:SI (match_operand:SI 1 "gpc_reg_operand" "r")
(match_operand:SI 2 "reg_or_cint_operand" "ri")))]
"! TARGET_POWER"
"srw%I2 %0,%1,%2")
"srw%I2 %0,%1,%
h
2")
(define_insn ""
[
(set (match_operand:CC 0 "cc_reg_operand" "=x,x")
...
...
@@ -2252,7 +2252,7 @@
(const_int 0)))
(clobber (match_scratch:SI 3 "=r"))]
"! TARGET_POWER"
"srw%I2. %3,%1,%2"
"srw%I2. %3,%1,%
h
2"
[
(set_attr "type" "delayed_compare")
]
)
(define_insn ""
...
...
@@ -2277,7 +2277,7 @@
(set (match_operand:SI 0 "gpc_reg_operand" "=r")
(lshiftrt:SI (match_dup 1) (match_dup 2)))]
"! TARGET_POWER"
"srw%I2. %0,%1,%2"
"srw%I2. %0,%1,%
h
2"
[
(set_attr "type" "delayed_compare")
]
)
(define_insn ""
...
...
@@ -2442,7 +2442,7 @@
(ashiftrt:SI (match_operand:SI 1 "gpc_reg_operand" "r")
(match_operand:SI 2 "reg_or_cint_operand" "ri")))]
"! TARGET_POWER"
"sraw%I2 %0,%1,%2")
"sraw%I2 %0,%1,%
h
2")
(define_insn ""
[
(set (match_operand:CC 0 "cc_reg_operand" "=x,x")
...
...
@@ -2464,7 +2464,7 @@
(const_int 0)))
(clobber (match_scratch:SI 3 "=r"))]
"! TARGET_POWER"
"sraw%I2. %3,%1,%2"
"sraw%I2. %3,%1,%
h
2"
[
(set_attr "type" "delayed_compare")
]
)
(define_insn ""
...
...
@@ -2489,7 +2489,7 @@
(set (match_operand:SI 0 "gpc_reg_operand" "=r")
(ashiftrt:SI (match_dup 1) (match_dup 2)))]
"! TARGET_POWER"
"sraw%I2. %0,%1,%2"
"sraw%I2. %0,%1,%
h
2"
[
(set_attr "type" "delayed_compare")
]
)
;; Floating-point insns, excluding normal data motion.
...
...
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