projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9099a36
)
target-mips: Fix Loongson multimedia 'or' instruction.
author
Heiher
<wangr@lemote.com>
Thu, 13 Oct 2016 07:09:39 +0000
(15:09 +0800)
committer
Yongbok Kim
<yongbok.kim@imgtec.com>
Fri, 2 Dec 2016 16:11:09 +0000
(16:11 +0000)
Signed-off-by: Heiher <wangr@lemote.com>
Signed-off-by: Fuxin Zhang <zhangfx@lemote.com>
Reviewed-by: Yongbok Kim <yongbok.kim@imgtec.com>
Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
target-mips/translate.c
patch
|
blob
|
history
diff --git
a/target-mips/translate.c
b/target-mips/translate.c
index 5ad97c7a4e9ad29b50dc60df5c45408865b2a222..e26f74274bcedafaba04176901e954f1c4bf243a 100644
(file)
--- a/
target-mips/translate.c
+++ b/
target-mips/translate.c
@@
-3945,7
+3945,7
@@
static void gen_loongson_multimedia(DisasContext *ctx, int rd, int rs, int rt)
LMI_DIRECT(XOR_CP2, xor, xor);
LMI_DIRECT(NOR_CP2, nor, nor);
LMI_DIRECT(AND_CP2, and, and);
- LMI_DIRECT(OR, or, or);
+ LMI_DIRECT(OR
_CP2
, or, or);
case OPC_PANDN:
tcg_gen_andc_i64(t0, t1, t0);