mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-13 08:44:30 +08:00
* config/h8300/h8300.md: Fix formatting.
From-SVN: r59180
This commit is contained in:
parent
b0fc58713d
commit
6d55e887d0
@ -1,3 +1,7 @@
|
|||||||
|
2002-11-16 Kazu Hirata <kazu@cs.umass.edu>
|
||||||
|
|
||||||
|
* config/h8300/h8300.md: Fix formatting.
|
||||||
|
|
||||||
2002-11-16 Kazu Hirata <kazu@cs.umass.edu>
|
2002-11-16 Kazu Hirata <kazu@cs.umass.edu>
|
||||||
|
|
||||||
* config/h8300/h8300.md: Replace spaces with tabs.
|
* config/h8300/h8300.md: Replace spaces with tabs.
|
||||||
|
@ -1103,7 +1103,7 @@
|
|||||||
[(set (match_operand:HI 0 "register_operand" "=r")
|
[(set (match_operand:HI 0 "register_operand" "=r")
|
||||||
(ior:HI (and:HI (match_operand:HI 2 "register_operand" "r")
|
(ior:HI (and:HI (match_operand:HI 2 "register_operand" "r")
|
||||||
(match_operand:HI 3 "single_one_operand" "n"))
|
(match_operand:HI 3 "single_one_operand" "n"))
|
||||||
(match_operand:HI 1 "register_operand" "0")))]
|
(match_operand:HI 1 "register_operand" "0")))]
|
||||||
""
|
""
|
||||||
"*
|
"*
|
||||||
{
|
{
|
||||||
@ -1122,7 +1122,7 @@
|
|||||||
[(set (match_operand:SI 0 "register_operand" "=r")
|
[(set (match_operand:SI 0 "register_operand" "=r")
|
||||||
(ior:SI (and:SI (match_operand:SI 2 "register_operand" "r")
|
(ior:SI (and:SI (match_operand:SI 2 "register_operand" "r")
|
||||||
(match_operand:SI 3 "single_one_operand" "n"))
|
(match_operand:SI 3 "single_one_operand" "n"))
|
||||||
(match_operand:SI 1 "register_operand" "0")))]
|
(match_operand:SI 1 "register_operand" "0")))]
|
||||||
"(INTVAL (operands[3]) & 0xffff) != 0"
|
"(INTVAL (operands[3]) & 0xffff) != 0"
|
||||||
"*
|
"*
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user