mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
target/hexagon: Change DECODE_MAPPED_REG operand name to OPNUM
Reported-by: Richard Henderson <<richard.henderson@linaro.org> Signed-off-by: Taylor Simpson <tsimpson@quicinc.com> Message-Id: <1615784049-26215-1-git-send-email-tsimpson@quicinc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
4c82c2b433
commit
1de468b398
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ enum {
|
||||||
DEF_REGMAP(R_16, 16, 0, 1, 2, 3, 4, 5, 6, 7, 16, 17, 18, 19, 20, 21, 22, 23)
|
DEF_REGMAP(R_16, 16, 0, 1, 2, 3, 4, 5, 6, 7, 16, 17, 18, 19, 20, 21, 22, 23)
|
||||||
DEF_REGMAP(R__8, 8, 0, 2, 4, 6, 16, 18, 20, 22)
|
DEF_REGMAP(R__8, 8, 0, 2, 4, 6, 16, 18, 20, 22)
|
||||||
|
|
||||||
#define DECODE_MAPPED_REG(REGNO, NAME) \
|
#define DECODE_MAPPED_REG(OPNUM, NAME) \
|
||||||
insn->regno[REGNO] = DECODE_REGISTER_##NAME[insn->regno[REGNO]];
|
insn->regno[OPNUM] = DECODE_REGISTER_##NAME[insn->regno[OPNUM]];
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
const struct DectreeTable *table_link;
|
const struct DectreeTable *table_link;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue