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
87fd1847
Commit
87fd1847
authored
Feb 12, 1996
by
Torbjorn Granlund
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete spurious integer subtract patterns.
Delete % from subtract operand constraints. From-SVN: r11207
parent
3e78a97d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
22 deletions
+1
-22
gcc/config/i386/i386.md
+1
-22
No files found.
gcc/config/i386/i386.md
View file @
87fd1847
...
...
@@ -3196,13 +3196,6 @@ to memory, but better safe than sorry. */
"ix86_binary_operator_ok (MINUS, SImode, operands)"
"
*
return AS2 (sub%L0,%2,%0);")
(define_insn ""
[
(set (match_operand:SI 0 "nonimmediate_operand" "=rm,r")
(minus:SI (match_operand:SI 1 "general_operand" "ri,rm")
(match_operand:SI 2 "nonimmediate_operand" "0,0")))]
"ix86_binary_operator_ok (MINUS, SImode, operands)"
"
*
return AS2 (sub%L0,%2,%0);")
(define_expand "subhi3"
[
(set (match_operand:HI 0 "general_operand" "")
(minus:HI (match_operand:HI 1 "nonimmediate_operand" "")
...
...
@@ -3212,18 +3205,11 @@ to memory, but better safe than sorry. */
(define_insn ""
[
(set (match_operand:HI 0 "nonimmediate_operand" "=rm,r")
(minus:HI (match_operand:HI 1 "nonimmediate_operand" "
%
0,0")
(minus:HI (match_operand:HI 1 "nonimmediate_operand" "0,0")
(match_operand:HI 2 "general_operand" "ri,rm")))]
"ix86_binary_operator_ok (MINUS, HImode, operands)"
"
*
return AS2 (sub%W0,%2,%0);")
(define_insn ""
[
(set (match_operand:HI 0 "nonimmediate_operand" "=rm,r")
(minus:HI (match_operand:HI 1 "general_operand" "ri,rm")
(match_operand:HI 2 "nonimmediate_operand" "0,0")))]
"ix86_binary_operator_ok (MINUS, HImode, operands)"
"
*
return AS2 (sub%W0,%2,%0);")
(define_expand "subqi3"
[
(set (match_operand:QI 0 "general_operand" "")
(minus:QI (match_operand:QI 1 "general_operand" "")
...
...
@@ -3238,13 +3224,6 @@ to memory, but better safe than sorry. */
"ix86_binary_operator_ok (MINUS, QImode, operands)"
"
*
return AS2 (sub%B0,%2,%0);")
(define_insn ""
[
(set (match_operand:QI 0 "nonimmediate_operand" "=qm,q")
(minus:QI (match_operand:QI 1 "general_operand" "qn,qmn")
(match_operand:QI 2 "nonimmediate_operand" "0,0")))]
"ix86_binary_operator_ok (MINUS, QImode, operands)"
"
*
return AS2 (sub%B0,%2,%0);")
;; The patterns that match these are at the end of this file.
(define_expand "subxf3"
...
...
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