Commit fa437bd
opcodes/arc: validate the {pop,push}dl_s operand
As opposed to {push,pop}l_s, the {push,pop}dl_s instructions require an
even-numbered register as their operand, since only those can be used to
designate a register pair. This commit introduces a new operand type and
uses it for these two instructions.
Signed-off-by: Artemiy Volkov <artemiy@synopsys.com>1 parent c127ebf commit fa437bd
3 files changed
+17
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6570 | 6570 | | |
6571 | 6571 | | |
6572 | 6572 | | |
6573 | | - | |
| 6573 | + | |
6574 | 6574 | | |
6575 | 6575 | | |
6576 | 6576 | | |
| |||
6636 | 6636 | | |
6637 | 6637 | | |
6638 | 6638 | | |
6639 | | - | |
| 6639 | + | |
6640 | 6640 | | |
6641 | 6641 | | |
6642 | 6642 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
67 | 80 | | |
68 | 81 | | |
69 | 82 | | |
| |||
0 commit comments