target-mips: Fix Loongson multimedia 'or' instruction.
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>
This commit is contained in:
parent
9099a36b4b
commit
bb7cab5f34
@ -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(XOR_CP2, xor, xor);
|
||||||
LMI_DIRECT(NOR_CP2, nor, nor);
|
LMI_DIRECT(NOR_CP2, nor, nor);
|
||||||
LMI_DIRECT(AND_CP2, and, and);
|
LMI_DIRECT(AND_CP2, and, and);
|
||||||
LMI_DIRECT(OR, or, or);
|
LMI_DIRECT(OR_CP2, or, or);
|
||||||
|
|
||||||
case OPC_PANDN:
|
case OPC_PANDN:
|
||||||
tcg_gen_andc_i64(t0, t1, t0);
|
tcg_gen_andc_i64(t0, t1, t0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user