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
ee757688
Commit
ee757688
authored
Nov 07, 1994
by
Torbjorn Granlund
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(subqi3): Delete % from constraints.
From-SVN: r8399
parent
ad8bd902
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/config/1750a/1750a.md
+1
-1
gcc/config/i370/i370.md
+2
-2
No files found.
gcc/config/1750a/1750a.md
View file @
ee757688
...
@@ -521,7 +521,7 @@
...
@@ -521,7 +521,7 @@
;; single integer
;; single integer
(define_insn "subqi3"
(define_insn "subqi3"
[
(set (match_operand:QI 0 "general_operand" "=r,r,r,r,m")
[
(set (match_operand:QI 0 "general_operand" "=r,r,r,r,m")
(minus:QI (match_operand:QI 1 "general_operand" "
%
0,0,0,0,0")
(minus:QI (match_operand:QI 1 "general_operand" "0,0,0,0,0")
(match_operand:QI 2 "general_operand" "I,i,r,m,I")))]
(match_operand:QI 2 "general_operand" "I,i,r,m,I")))]
""
""
"@
"@
...
...
gcc/config/i370/i370.md
View file @
ee757688
...
@@ -2000,7 +2000,7 @@ check_label_emit ();
...
@@ -2000,7 +2000,7 @@ check_label_emit ();
(define_expand "subqi3"
(define_expand "subqi3"
[
(set (match_operand:QI 0 "general_operand" "=d")
[
(set (match_operand:QI 0 "general_operand" "=d")
(minus:QI (match_operand:QI 1 "general_operand" "
%
0")
(minus:QI (match_operand:QI 1 "general_operand" "0")
(match_operand:QI 2 "general_operand" "di")))]
(match_operand:QI 2 "general_operand" "di")))]
""
""
"
"
...
@@ -2021,7 +2021,7 @@ check_label_emit ();
...
@@ -2021,7 +2021,7 @@ check_label_emit ();
(define_insn ""
(define_insn ""
[
(set (match_operand:QI 0 "register_operand" "=d")
[
(set (match_operand:QI 0 "register_operand" "=d")
(minus:QI (match_operand:QI 1 "register_operand" "
%
0")
(minus:QI (match_operand:QI 1 "register_operand" "0")
(match_operand:QI 2 "register_operand" "d")))]
(match_operand:QI 2 "register_operand" "d")))]
""
""
"
*
"
*
...
...
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