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
c0f06344
Commit
c0f06344
authored
Jul 25, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(movstrictqi): Change q<-g alternative to q<-m.
From-SVN: r4984
parent
c937357e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config/i386/i386.md
+3
-3
No files found.
gcc/config/i386/i386.md
View file @
c0f06344
...
...
@@ -794,8 +794,8 @@
;; faster.
(define_insn "movstrictqi"
[(set (strict_low_part (match_operand:QI 0 "general_operand" "+q
,qm
"))
(match_operand:QI 1 "general_operand" "*
g,qn
"))]
[(set (strict_low_part (match_operand:QI 0 "general_operand" "+q
m,q
"))
(match_operand:QI 1 "general_operand" "*
qn,m
"))]
""
"*
{
...
...
@@ -815,7 +815,7 @@
/* Fastest way to change a 0 to a 1. */
return AS1 (inc%B0,%0);
/* If mov%B0 isn't allowed for one of these regs, use mov%
W
0. */
/* If mov%B0 isn't allowed for one of these regs, use mov%
L
0. */
if (NON_QI_REG_P (operands[0]) || NON_QI_REG_P (operands[1]))
{
abort ();
...
...
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