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
5e2ce672
Commit
5e2ce672
authored
Dec 03, 2001
by
Jan Hubicka
Committed by
Jan Hubicka
Dec 03, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.md (movabsqi*): Use 'b' prefix instead of 'q'.
From-SVN: r47548
parent
a5d7c4a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.md
+5
-5
No files found.
gcc/ChangeLog
View file @
5e2ce672
Mon
Dec
3
13
:
52
:
19
CET
2001
Jan
Hubicka
<
jh
@suse
.
cz
>
*
i386
.
md
(
movabsqi
*
)
:
Use
'b'
prefix
instead
of
'q'
.
2001
-
12
-
02
Zack
Weinberg
<
zack
@codesourcery
.
com
>
*
config
/
rs6000
/
rs6000
.
h
(
MASK_ALTIVEC_ABI
,
...
...
gcc/config/i386/i386.md
View file @
5e2ce672
...
...
@@ -2221,9 +2221,9 @@
(match_operand:QI 1 "nonmemory_operand" "a,er,i"))]
"TARGET_64BIT"
"@
movabs{
q
}
\t
{%1, %P0|%P0, %1}
mov{
q
}
\t
{%1, %a0|%a0, %1}
movabs{
q
}
\t
{%1, %a0|%a0, %1}"
movabs{
b
}
\t
{%1, %P0|%P0, %1}
mov{
b
}
\t
{%1, %a0|%a0, %1}
movabs{
b
}
\t
{%1, %a0|%a0, %1}"
[
(set_attr "type" "imov")
(set_attr "modrm" "0,
*,*
")
(set_attr "length_address" "8,0,0")
...
...
@@ -2236,8 +2236,8 @@
(mem:QI (match_operand:DI 1 "x86_64_movabs_operand" "i,r")))]
"TARGET_64BIT"
"@
movabs{
q
}
\t
{%P1, %0|%0, %P1}
mov{
q
}
\t
{%a1, %0|%0, %a1}"
movabs{
b
}
\t
{%P1, %0|%0, %P1}
mov{
b
}
\t
{%a1, %0|%0, %a1}"
[
(set_attr "type" "imov")
(set_attr "modrm" "0,
*
")
(set_attr "length_address" "8,0")
...
...
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