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
4d6b6776
Commit
4d6b6776
authored
Feb 08, 2000
by
Jan Hubicka
Committed by
Jeff Law
Feb 08, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.md (addqi3_cc): Fix contraints.
From-SVN: r31851
parent
1d3f28d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.md
+2
-2
No files found.
gcc/ChangeLog
View file @
4d6b6776
Tue
Feb
8
07
:
53
:
55
2000
Jan
Hubicka
<
jh
@suse
.
cz
>
*
i386
.
md
(
addqi3_cc
)
:
Fix
contraints
.
Tue
Feb
8
01
:
39
:
45
2000
Hans
-
Peter
Nilsson
<
hp
@bitrange
.
com
>
*
function
.
c
(
emit_return_into_block
)
:
Wrap
in
#
ifdef
HAVE_return
.
...
...
gcc/config/i386/i386.md
View file @
4d6b6776
...
...
@@ -3239,8 +3239,8 @@
(define_insn "addqi3_cc"
[(set (reg:CC 17) (plus:CC (match_operand:QI 1 "nonimmediate_operand" "%0,0")
(match_operand:QI 2 "general_operand" "
ri,r
m")))
(set (match_operand:QI 0 "nonimmediate_operand" "=
rm,r
")
(match_operand:QI 2 "general_operand" "
qi,q
m")))
(set (match_operand:QI 0 "nonimmediate_operand" "=
qm,q
")
(plus:QI (match_dup 1) (match_dup 2)))]
"ix86_binary_operator_ok (PLUS, QImode, operands)"
"add{b}\\t{%2, %0|%0, %2}"
...
...
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