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
20c907b0
Commit
20c907b0
authored
Dec 28, 2001
by
Kazu Hirata
Committed by
Kazu Hirata
Dec 28, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/h8300/h8300.md: Fix formatting.
From-SVN: r48348
parent
7addeb4d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
22 deletions
+26
-22
gcc/ChangeLog
+4
-0
gcc/config/h8300/h8300.md
+22
-22
No files found.
gcc/ChangeLog
View file @
20c907b0
2001
-
12
-
28
Kazu
Hirata
<
kazu
@hxi
.
com
>
*
config
/
h8300
/
h8300
.
md
:
Fix
formatting
.
2001
-
12
-
28
Geoff
Keating
<
geoffk
@redhat
.
com
>
*
varasm
.
c
(
record_constant_1
)
:
Correct
parameter
to
recursive
...
...
gcc/config/h8300/h8300.md
View file @
20c907b0
...
...
@@ -142,7 +142,7 @@
[
(set (match_operand:QI 0 "general_operand_dst" "=r,r ,<,r,r,m")
(match_operand:QI 1 "general_operand_src" " I,r>,r,n,m,r"))]
"TARGET_H8300
&& (register_operand (operands
[
0
]
,QImode)
&& (register_operand (operands
[
0
]
,
QImode)
|| register_operand (operands
[
1
]
, QImode))"
"@
sub.b %X0,%X0
...
...
@@ -158,7 +158,7 @@
[
(set (match_operand:QI 0 "general_operand_dst" "=r,r ,<,r,r,m")
(match_operand:QI 1 "general_operand_src" " I,r>,r,n,m,r"))]
"(TARGET_H8300H || TARGET_H8300S)
&& (register_operand (operands
[
0
]
,QImode)
&& (register_operand (operands
[
0
]
,
QImode)
|| register_operand (operands
[
1
]
, QImode))"
"@
sub.b %X0,%X0
...
...
@@ -232,7 +232,7 @@
[
(set (match_operand:HI 0 "general_operand_dst" "=r,r,<,r,r,m")
(match_operand:HI 1 "general_operand_src" "I,r>,r,i,m,r"))]
"TARGET_H8300
&& (register_operand (operands
[
0
]
,HImode)
&& (register_operand (operands
[
0
]
,
HImode)
|| register_operand (operands
[
1
]
, HImode))
&& !(GET_CODE (operands
[
0
]
) == MEM
&& GET_CODE (XEXP (operands
[
0
]
, 0)) == PRE_DEC
...
...
@@ -253,7 +253,7 @@
[
(set (match_operand:HI 0 "general_operand_dst" "=r,r,<,r,r,m")
(match_operand:HI 1 "general_operand_src" "I,r>,r,i,m,r"))]
"(TARGET_H8300H || TARGET_H8300S)
&& (register_operand (operands
[
0
]
,HImode)
&& (register_operand (operands
[
0
]
,
HImode)
|| register_operand (operands
[
1
]
, HImode))"
"@
sub.w %T0,%T0
...
...
@@ -361,15 +361,15 @@
/
* Make sure we don't trample the register we index with. *
/
if (GET_CODE (operands
[
1
]
) == MEM)
{
rtx inside = XEXP (operands
[
1
]
,0);
rtx inside = XEXP (operands
[
1
]
,
0);
if (REG_P (inside))
{
rn = REGNO (inside);
}
else if (GET_CODE (inside) == PLUS)
{
rtx lhs = XEXP (inside,0);
rtx rhs = XEXP (inside,1);
rtx lhs = XEXP (inside,
0);
rtx rhs = XEXP (inside,
1);
if (REG_P (lhs)) rn = REGNO (lhs);
if (REG_P (rhs)) rn = REGNO (rhs);
}
...
...
@@ -428,15 +428,15 @@
/
* Make sure we don't trample the register we index with. *
/
if (GET_CODE (operands
[
1
]
) == MEM)
{
rtx inside = XEXP (operands
[
1
]
,0);
rtx inside = XEXP (operands
[
1
]
,
0);
if (REG_P (inside))
{
rn = REGNO (inside);
}
else if (GET_CODE (inside) == PLUS)
{
rtx lhs = XEXP (inside,0);
rtx rhs = XEXP (inside,1);
rtx lhs = XEXP (inside,
0);
rtx rhs = XEXP (inside,
1);
if (REG_P (lhs)) rn = REGNO (lhs);
if (REG_P (rhs)) rn = REGNO (rhs);
}
...
...
@@ -1805,21 +1805,21 @@
(ashift:QI (match_operand:QI 1 "register_operand" "")
(match_operand:QI 2 "nonmemory_operand" "")))]
""
"if (expand_a_shift (QImode, ASHIFT, operands)) DONE;else FAIL;")
"if (expand_a_shift (QImode, ASHIFT, operands)) DONE;
else FAIL;")
(define_expand "ashrqi3"
[
(set (match_operand:QI 0 "register_operand" "")
(ashiftrt:QI (match_operand:QI 1 "register_operand" "")
(match_operand:QI 2 "nonmemory_operand" "")))]
""
"if (expand_a_shift (QImode, ASHIFTRT, operands)) DONE;else FAIL;")
"if (expand_a_shift (QImode, ASHIFTRT, operands)) DONE;
else FAIL;")
(define_expand "lshrqi3"
[
(set (match_operand:QI 0 "register_operand" "")
(lshiftrt:QI (match_operand:QI 1 "register_operand" "")
(match_operand:QI 2 "nonmemory_operand" "")))]
""
"if (expand_a_shift (QImode, LSHIFTRT, operands)) DONE;else FAIL;")
"if (expand_a_shift (QImode, LSHIFTRT, operands)) DONE;
else FAIL;")
(define_insn ""
[
(set (match_operand:QI 0 "register_operand" "=r,r")
...
...
@@ -1839,21 +1839,21 @@
(ashift:HI (match_operand:HI 1 "nonmemory_operand" "")
(match_operand:QI 2 "nonmemory_operand" "")))]
""
"if (expand_a_shift (HImode, ASHIFT, operands)) DONE;else FAIL;")
"if (expand_a_shift (HImode, ASHIFT, operands)) DONE;
else FAIL;")
(define_expand "lshrhi3"
[
(set (match_operand:HI 0 "register_operand" "")
(lshiftrt:HI (match_operand:HI 1 "general_operand" "")
(match_operand:QI 2 "nonmemory_operand" "")))]
""
"if (expand_a_shift (HImode, LSHIFTRT, operands)) DONE;else FAIL;")
"if (expand_a_shift (HImode, LSHIFTRT, operands)) DONE;
else FAIL;")
(define_expand "ashrhi3"
[
(set (match_operand:HI 0 "register_operand" "")
(ashiftrt:HI (match_operand:HI 1 "register_operand" "")
(match_operand:QI 2 "nonmemory_operand" "")))]
""
"if (expand_a_shift (HImode, ASHIFTRT, operands)) DONE;else FAIL;")
"if (expand_a_shift (HImode, ASHIFTRT, operands)) DONE;
else FAIL;")
(define_insn ""
[
(set (match_operand:HI 0 "register_operand" "=r,r")
...
...
@@ -1874,7 +1874,7 @@
(match_operand:SI 1 "general_operand" "")
(match_operand:QI 2 "nonmemory_operand" "")))]
""
"if (expand_a_shift (SImode, ASHIFT, operands)) DONE;else FAIL;")
"if (expand_a_shift (SImode, ASHIFT, operands)) DONE;
else FAIL;")
(define_expand "lshrsi3"
[
(set (match_operand:SI 0 "register_operand" "")
...
...
@@ -1882,7 +1882,7 @@
(match_operand:SI 1 "general_operand" "")
(match_operand:QI 2 "nonmemory_operand" "")))]
""
"if (expand_a_shift (SImode, LSHIFTRT, operands)) DONE;else FAIL;")
"if (expand_a_shift (SImode, LSHIFTRT, operands)) DONE;
else FAIL;")
(define_expand "ashrsi3"
[
(set (match_operand:SI 0 "register_operand" "")
...
...
@@ -1890,7 +1890,7 @@
(match_operand:SI 1 "general_operand" "")
(match_operand:QI 2 "nonmemory_operand" "")))]
""
"if (expand_a_shift (SImode, ASHIFTRT, operands)) DONE;else FAIL;")
"if (expand_a_shift (SImode, ASHIFTRT, operands)) DONE;
else FAIL;")
(define_insn ""
[
(set (match_operand:SI 0 "register_operand" "=r,r")
...
...
@@ -1912,7 +1912,7 @@
(rotate:QI (match_operand:QI 1 "register_operand" "")
(match_operand:QI 2 "nonmemory_operand" "")))]
""
"if (expand_a_rotate (ROTATE, operands)) DONE;else FAIL;")
"if (expand_a_rotate (ROTATE, operands)) DONE;
else FAIL;")
(define_insn "
*
rotlqi3_1"
[
(set (match_operand:QI 0 "register_operand" "=r")
...
...
@@ -1928,7 +1928,7 @@
(rotate:HI (match_operand:HI 1 "register_operand" "")
(match_operand:QI 2 "nonmemory_operand" "")))]
""
"if (expand_a_rotate (ROTATE, operands)) DONE;else FAIL;")
"if (expand_a_rotate (ROTATE, operands)) DONE;
else FAIL;")
(define_insn "
*
rotlhi3_1"
[
(set (match_operand:HI 0 "register_operand" "=r")
...
...
@@ -1944,7 +1944,7 @@
(rotate:SI (match_operand:SI 1 "register_operand" "")
(match_operand:QI 2 "nonmemory_operand" "")))]
"TARGET_H8300H || TARGET_H8300S"
"if (expand_a_rotate (ROTATE, operands)) DONE;else FAIL;")
"if (expand_a_rotate (ROTATE, operands)) DONE;
else FAIL;")
(define_insn "
*
rotlsi3_1"
[
(set (match_operand:SI 0 "register_operand" "=r")
...
...
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