projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c82c2b
)
target/hexagon: Change DECODE_MAPPED_REG operand name to OPNUM
author
Taylor Simpson
<tsimpson@quicinc.com>
Mon, 15 Mar 2021 04:54:09 +0000
(23:54 -0500)
committer
Richard Henderson
<richard.henderson@linaro.org>
Sat, 1 May 2021 15:31:42 +0000
(08:31 -0700)
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>
target/hexagon/decode.c
patch
|
blob
|
history
diff --git
a/target/hexagon/decode.c
b/target/hexagon/decode.c
index c9bacaa1eef669a08d8c37c3f63e8c7e58b5fe31..1c9c07412a5e6f97d881c71c73f62c8eb290db7b 100644
(file)
--- a/
target/hexagon/decode.c
+++ b/
target/hexagon/decode.c
@@
-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__8, 8, 0, 2, 4, 6, 16, 18, 20, 22)
-#define DECODE_MAPPED_REG(
REGNO
, NAME) \
- insn->regno[
REGNO] = DECODE_REGISTER_##NAME[insn->regno[REGNO
]];
+#define DECODE_MAPPED_REG(
OPNUM
, NAME) \
+ insn->regno[
OPNUM] = DECODE_REGISTER_##NAME[insn->regno[OPNUM
]];
typedef struct {
const struct DectreeTable *table_link;