Commit bf0e974b by Kazu Hirata Committed by Kazu Hirata

dsp16xx.c: Fix comment formatting.

	* config/dsp16xx/dsp16xx.c: Fix comment formatting.
	* config/dsp16xx/dsp16xx.h: Likewise.
	* config/dsp16xx/dsp16xx.md: Likewise.

From-SVN: r47015
parent a77b1dbc
2001-11-14 Kazu Hirata <kazu@hxi.com> 2001-11-14 Kazu Hirata <kazu@hxi.com>
* config/dsp16xx/dsp16xx.c: Fix comment formatting.
* config/dsp16xx/dsp16xx.h: Likewise.
* config/dsp16xx/dsp16xx.md: Likewise.
2001-11-14 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.c (get_shift_alg): Reorganize the code * config/h8300/h8300.c (get_shift_alg): Reorganize the code
that deals with 7-bit shifts in HImode. that deals with 7-bit shifts in HImode.
......
...@@ -494,7 +494,7 @@ preferred_reload_class (x, class) ...@@ -494,7 +494,7 @@ preferred_reload_class (x, class)
} }
/* If x is not an accumulator or a ybase register, restrict the class of registers /* If x is not an accumulator or a ybase register, restrict the class of registers
we can copy the register into. */ we can copy the register into. */
if (REG_P (x) && !IS_ACCUM_REG (REGNO (x)) && !IS_YBASE_REGISTER_WINDOW (REGNO (x))) if (REG_P (x) && !IS_ACCUM_REG (REGNO (x)) && !IS_YBASE_REGISTER_WINDOW (REGNO (x)))
{ {
......
...@@ -1571,7 +1571,7 @@ ...@@ -1571,7 +1571,7 @@
{ {
/* Check for an overlap of operand 2 (an accumulator) with /* Check for an overlap of operand 2 (an accumulator) with
the msw of operand 0. If we have an overlap we must reverse the msw of operand 0. If we have an overlap we must reverse
the order of the moves. */ the order of the moves. */
if (REGNO(operands[2]) == REGNO(operands[0])) if (REGNO(operands[2]) == REGNO(operands[0]))
{ {
...@@ -1707,7 +1707,7 @@ ...@@ -1707,7 +1707,7 @@
{ {
/* Check for an overlap of operand 2 (an accumulator) with /* Check for an overlap of operand 2 (an accumulator) with
the msw of operand 0. If we have an overlap we must reverse the msw of operand 0. If we have an overlap we must reverse
the order of the moves. */ the order of the moves. */
if (REGNO(operands[2]) == REGNO(operands[0])) if (REGNO(operands[2]) == REGNO(operands[0]))
{ {
...@@ -2015,7 +2015,7 @@ ...@@ -2015,7 +2015,7 @@
{ {
/* If we are shifting by a constant we can do it in 1 or more /* If we are shifting by a constant we can do it in 1 or more
1600 core shift instructions. The core instructions can 1600 core shift instructions. The core instructions can
shift by 1, 4, 8, or 16. */ shift by 1, 4, 8, or 16. */
if (GET_CODE(operands[2]) == CONST_INT) if (GET_CODE(operands[2]) == CONST_INT)
; ;
...@@ -2141,7 +2141,7 @@ ...@@ -2141,7 +2141,7 @@
{ {
/* If we are shifting by a constant we can do it in 1 or more /* If we are shifting by a constant we can do it in 1 or more
1600 core shift instructions. The core instructions can 1600 core shift instructions. The core instructions can
shift by 1, 4, 8, or 16. */ shift by 1, 4, 8, or 16. */
if (GET_CODE(operands[2]) == CONST_INT) if (GET_CODE(operands[2]) == CONST_INT)
emit_insn (gen_match_lshrhi3_nobmu (operands[0], operands[1], operands[2])); emit_insn (gen_match_lshrhi3_nobmu (operands[0], operands[1], operands[2]));
...@@ -2276,7 +2276,7 @@ ...@@ -2276,7 +2276,7 @@
{ {
/* If we are shifting by a constant we can do it in 1 or more /* If we are shifting by a constant we can do it in 1 or more
1600 core shift instructions. The core instructions can 1600 core shift instructions. The core instructions can
shift by 1, 4, 8, or 16. */ shift by 1, 4, 8, or 16. */
if (GET_CODE(operands[2]) == CONST_INT) if (GET_CODE(operands[2]) == CONST_INT)
; ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment