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
1ac82644
Commit
1ac82644
authored
Jun 24, 2001
by
Jan Hubicka
Committed by
Jan Hubicka
Jun 24, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* (movsi_insv_1, movsi_insv_1_rex64): Allow immediate operand.
From-SVN: r43544
parent
c1c455a7
Show 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 @
1ac82644
Sun
Jun
24
21
:
21
:
49
CEST
2001
Jan
Hubicka
<
jh
@suse
.
cz
>
*
(
movsi_insv_1
,
movsi_insv_1_rex64
)
:
Allow
immediate
operand
.
2001
-
06
-
24
Richard
Henderson
<
rth
@redhat
.
com
>
*
builtins
.
c
(
expand_builtin_expect_jump
)
:
Disable
if
the
...
...
gcc/config/i386/i386.md
View file @
1ac82644
...
...
@@ -2317,7 +2317,7 @@
[
(set (zero_extract:SI (match_operand 0 "ext_register_operand" "+Q")
(const_int 8)
(const_int 8))
(match_operand:SI 1 "
nonimmediate_operand" "Qm
"))]
(match_operand:SI 1 "
general_operand" "Qmi
"))]
"!TARGET_64BIT"
"mov{b}
\\
t{%b1, %h0|%h0, %b1}"
[
(set_attr "type" "imov")
...
...
@@ -2327,7 +2327,7 @@
[
(set (zero_extract:SI (match_operand 0 "ext_register_operand" "+Q")
(const_int 8)
(const_int 8))
(match_operand:SI 1 "
register_operand" "Q
"))]
(match_operand:SI 1 "
nonmemory_operand" "Qi
"))]
"TARGET_64BIT"
"mov{b}
\\
t{%b1, %h0|%h0, %b1}"
[
(set_attr "type" "imov")
...
...
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