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
c7ef4a16
Commit
c7ef4a16
authored
Jul 10, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(QI and HI bte/btne patterns): Deleted.
From-SVN: r1551
parent
874a7be1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
72 deletions
+2
-72
gcc/config/i860/i860.md
+2
-72
No files found.
gcc/config/i860/i860.md
View file @
c7ef4a16
...
@@ -497,78 +497,8 @@
...
@@ -497,78 +497,8 @@
}")
}")
;; Simple BTE/BTNE compare-and-branch insns made by combining.
;; Simple BTE/BTNE compare-and-branch insns made by combining.
;; Note that it is wrong to add similar patterns for QI or HImode
(define_insn ""
;; because bte/btne always compare the whole register.
[
(set (pc)
(if_then_else (eq (match_operand:QI 0 "register_operand" "r")
(match_operand:QI 1 "bte_operand" "rK"))
(label_ref (match_operand 2 "" ""))
(pc)))]
""
"bte %1,%0,%2")
(define_insn ""
[
(set (pc)
(if_then_else (ne (match_operand:QI 0 "register_operand" "r")
(match_operand:QI 1 "bte_operand" "rK"))
(label_ref (match_operand 2 "" ""))
(pc)))]
""
"btne %1,%0,%2")
(define_insn ""
[
(set (pc)
(if_then_else (eq (match_operand:QI 0 "register_operand" "r")
(match_operand:QI 1 "bte_operand" "rK"))
(pc)
(label_ref (match_operand 2 "" ""))))]
""
"btne %1,%0,%2")
(define_insn ""
[
(set (pc)
(if_then_else (ne (match_operand:QI 0 "register_operand" "r")
(match_operand:QI 1 "bte_operand" "rK"))
(pc)
(label_ref (match_operand 2 "" ""))))]
""
"bte %1,%0,%2")
(define_insn ""
[
(set (pc)
(if_then_else (eq (match_operand:HI 0 "register_operand" "r")
(match_operand:HI 1 "bte_operand" "rK"))
(label_ref (match_operand 2 "" ""))
(pc)))]
""
"bte %1,%0,%2")
(define_insn ""
[
(set (pc)
(if_then_else (ne (match_operand:HI 0 "register_operand" "r")
(match_operand:HI 1 "bte_operand" "rK"))
(label_ref (match_operand 2 "" ""))
(pc)))]
""
"btne %1,%0,%2")
(define_insn ""
[
(set (pc)
(if_then_else (eq (match_operand:HI 0 "register_operand" "r")
(match_operand:HI 1 "bte_operand" "rK"))
(pc)
(label_ref (match_operand 2 "" ""))))]
""
"btne %1,%0,%2")
(define_insn ""
[
(set (pc)
(if_then_else (ne (match_operand:HI 0 "register_operand" "r")
(match_operand:HI 1 "bte_operand" "rK"))
(pc)
(label_ref (match_operand 2 "" ""))))]
""
"bte %1,%0,%2")
(define_insn ""
(define_insn ""
[
(set (pc)
[
(set (pc)
...
...
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