[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [qemu-xen master] target-mips: Fix Loongson multimedia 'or' instruction.



commit bb7cab5f3466540f5603b209c0df2e27a02fbb95
Author:     Heiher <wangr@xxxxxxxxxx>
AuthorDate: Thu Oct 13 15:09:39 2016 +0800
Commit:     Yongbok Kim <yongbok.kim@xxxxxxxxxx>
CommitDate: Fri Dec 2 16:11:09 2016 +0000

    target-mips: Fix Loongson multimedia 'or' instruction.
    
    Signed-off-by: Heiher <wangr@xxxxxxxxxx>
    Signed-off-by: Fuxin Zhang <zhangfx@xxxxxxxxxx>
    Reviewed-by: Yongbok Kim <yongbok.kim@xxxxxxxxxx>
    Signed-off-by: Yongbok Kim <yongbok.kim@xxxxxxxxxx>
---
 target-mips/translate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target-mips/translate.c b/target-mips/translate.c
index 5ad97c7..e26f742 100644
--- 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);
--
generated by git-patchbot for /home/xen/git/qemu-xen.git#master

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
https://lists.xenproject.org/xen-changelog

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.