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
cb297538
Commit
cb297538
authored
Jan 09, 2003
by
Jan Hubicka
Committed by
Jan Hubicka
Jan 09, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt correctly.
From-SVN: r61128
parent
cf53ae10
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.md
+4
-7
No files found.
gcc/ChangeLog
View file @
cb297538
Thu
Jan
9
22
:
47
:
38
CET
2003
Jan
Hubicka
<
jh
@suse
.
cz
>
*
i386
.
md
(
unit
,
prefix_0f
,
memory
attributes
)
:
Hanlde
sseicvt
correctly
.
2003
-
01
-
09
Paolo
Carlini
<
pcarlini
@unitus
.
it
>
*
doc
/
tm
.
texi
(
EXTRA_ADDRESS_CONSTRAINT
)
:
Fix
typo
.
...
...
gcc/config/i386/i386.md
View file @
cb297538
...
...
@@ -161,7 +161,7 @@
(cond
[
(eq_attr "type" "fmov,fop,fsgn,fmul,fdiv,fpspc,fcmov,fcmp,fxch,fistp")
(const_string "i387")
(eq_attr "type" "sselog,sseiadd,sseishft,sseimul,
sse,ssemov,sseadd,ssemul,ssecmp,ssecomi,ssecvt,ssediv")
sse,ssemov,sseadd,ssemul,ssecmp,ssecomi,ssecvt,sse
icvt,sse
div")
(const_string "sse")
(eq_attr "type" "mmx,mmxmov,mmxadd,mmxmul,mmxcmp,mmxcvt,mmxshft")
(const_string "mmx")
...
...
@@ -225,11 +225,8 @@
;; Set when 0f opcode prefix is used.
(define_attr "prefix_0f" ""
(if_then_else
(eq_attr "type"
"imovx,setcc,icmov,
sselog,sseiadd,sseishft,sseimul,
sse,ssemov,sseadd,ssemul,ssecmp,ssecomi,ssecvt,ssediv,
mmx,mmxmov,mmxadd,mmxmul,mmxcmp,mmxcvt,mmxshft")
(ior (eq_attr "type" "imovx,setcc,icmov")
(eq_attr "unit" "sse,mmx"))
(const_int 1)
(const_int 0)))
...
...
@@ -350,7 +347,7 @@
"!alu1,negnot,
imov,imovx,icmp,test,
fmov,fcmp,fsgn,
sse,ssemov,ssecmp,ssecomi,ssecvt,
sse,ssemov,ssecmp,ssecomi,ssecvt,
sseicvt,
mmx,mmxmov,mmxcmp,mmxcvt")
(match_operand 2 "memory_operand" ""))
(const_string "load")
...
...
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