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
abd2dd6d
Commit
abd2dd6d
authored
Dec 25, 2002
by
Jan Hubicka
Committed by
Jan Hubicka
Dec 25, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.md (memory attribute): Fix setcc attribute.
From-SVN: r60503
parent
d55d8fc7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.md
+5
-1
No files found.
gcc/ChangeLog
View file @
abd2dd6d
Wed
Dec
25
20
:
30
:
53
CET
2002
Jan
Hubicka
<
jh
@suse
.
cz
>
*
i386
.
md
(
memory
attribute
)
:
Fix
setcc
attribute
.
2002
-
12
-
25
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
*
output
.
h
:
Fix
comment
typos
.
...
...
gcc/config/i386/i386.md
View file @
abd2dd6d
...
...
@@ -310,10 +310,14 @@
(if_then_else (match_operand 1 "memory_operand" "")
(const_string "both")
(const_string "store"))
(eq_attr "type" "pop
,setcc
")
(eq_attr "type" "pop")
(if_then_else (match_operand 0 "memory_operand" "")
(const_string "both")
(const_string "load"))
(eq_attr "type" "setcc")
(if_then_else (match_operand 0 "memory_operand" "")
(const_string "store")
(const_string "none"))
(eq_attr "type" "icmp,test,ssecmp,mmxcmp,fcmp")
(if_then_else (ior (match_operand 0 "memory_operand" "")
(match_operand 1 "memory_operand" ""))
...
...
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