Commit 1d3534c0 by Jim Wilson

(shift_amounts): Correct entry for shifts by 29.

From-SVN: r9784
parent e3391510
...@@ -699,7 +699,7 @@ static short shift_amounts[32][5] = { ...@@ -699,7 +699,7 @@ static short shift_amounts[32][5] = {
{16}, {16, 1}, {16, 2}, {16, 1, 2}, {16}, {16, 1}, {16, 2}, {16, 1, 2},
{16, 2, 2}, {16, 2, 1, 2}, {16, -2, 8}, {16, -1, 8}, {16, 2, 2}, {16, 2, 1, 2}, {16, -2, 8}, {16, -1, 8},
{16, 8}, {16, 1, 8}, {16, 8, 2}, {16, 8, 1, 2}, {16, 8}, {16, 1, 8}, {16, 8, 2}, {16, 8, 1, 2},
{16, 8, 2, 2}, {16, -1, -2, 8}, {16, -2, 16}, {16, -1, 16}}; {16, 8, 2, 2}, {16, -1, -2, 16}, {16, -2, 16}, {16, -1, 16}};
/* This is used in length attributes in sh.md to help compute the length /* This is used in length attributes in sh.md to help compute the length
of arbitrary constant shift instructions. */ of arbitrary constant shift instructions. */
......
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