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
73ba39fc
Commit
73ba39fc
authored
Mar 08, 2003
by
Hans-Peter Nilsson
Committed by
Hans-Peter Nilsson
Mar 08, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
From-SVN: r63997
parent
3b684012
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/ChangeLog
+4
-0
gcc/config/mmix/mmix.md
+4
-2
No files found.
gcc/ChangeLog
View file @
73ba39fc
2003
-
03
-
08
Hans
-
Peter
Nilsson
<
hp
@bitrange
.
com
>
*
config
/
mmix
/
mmix
.
md
(
"*movcc_expanded"
)
:
Add
missing
alternatives
.
2003
-
03
-
08
Richard
Earnshaw
<
rearnsha
@arm
.
com
>
*
arm
.
c
(
fpa_rhs_operand
,
fpa_add_operand
,
const_double_rtx_ok_for_fpa
)
...
...
gcc/config/mmix/mmix.md
View file @
73ba39fc
...
...
@@ -139,12 +139,14 @@
;; we treat them as signed entities; see mmix-modes.def. The following
;; expanders should cover all MODE_CC modes, and expand for this pattern.
(define_insn "
*
movcc_expanded"
[
(set (match_operand 0 "nonimmediate_operand" "=r,r,m")
(match_operand 1 "nonimmediate_operand" "r,m,r"))]
[
(set (match_operand 0 "nonimmediate_operand" "=r,
x,r,
r,m")
(match_operand 1 "nonimmediate_operand" "r,
r,x,
m,r"))]
"GET_MODE_CLASS (GET_MODE (operands
[
0
]
)) == MODE_CC
&& GET_MODE_CLASS (GET_MODE (operands
[
1
]
)) == MODE_CC"
"@
SET %0,%1
PUT %0,%1
GET %0,%1
LDT %0,%1
STT %1,%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