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
bd6c666f
Commit
bd6c666f
authored
Oct 17, 1997
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorg sethi_{hi,si} patterns.
From-SVN: r15979
parent
67c5b7ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
gcc/config/sparc/sparc.md
+16
-16
No files found.
gcc/config/sparc/sparc.md
View file @
bd6c666f
...
...
@@ -1479,6 +1479,22 @@
;; Esoteric move insns (lo_sum, high, pic).
(define_insn "
*
sethi_hi"
[
(set (match_operand:HI 0 "register_operand" "=r")
(high:HI (match_operand 1 "" "")))]
"check_pic (1)"
"sethi %%hi(%a1),%0"
[
(set_attr "type" "move")
(set_attr "length" "1")])
(define_insn "
*
sethi_si"
[
(set (match_operand:SI 0 "register_operand" "=r")
(high:SI (match_operand 1 "" "")))]
"check_pic (1)"
"sethi %%hi(%a1),%0"
[
(set_attr "type" "move")
(set_attr "length" "1")])
(define_insn "
*
lo_sum_si"
[
(set (match_operand:SI 0 "register_operand" "=r")
(lo_sum:SI (match_operand:SI 1 "register_operand" "r")
...
...
@@ -1517,22 +1533,6 @@
[
(set_attr "type" "move")
(set_attr "length" "1")])
(define_insn "
*
sethi_si"
[
(set (match_operand:SI 0 "register_operand" "=r")
(high:SI (match_operand 1 "" "")))]
"check_pic (1)"
"sethi %%hi(%a1),%0"
[
(set_attr "type" "move")
(set_attr "length" "1")])
(define_insn "
*
sethi_hi"
[
(set (match_operand:HI 0 "register_operand" "=r")
(high:HI (match_operand 1 "" "")))]
"check_pic (1)"
"sethi %%hi(%a1),%0"
[
(set_attr "type" "move")
(set_attr "length" "1")])
(define_insn "get_pc_via_call"
[
(set (pc) (label_ref (match_operand 0 "" "")))
(set (reg:SI 15) (label_ref (match_operand 1 "" "")))]
...
...
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