Hi,
On 14/07/14 10:55, Yongbok Kim wrote:
> @@ -835,6 +839,8 @@ enum {
> OPC_BC1 = (0x08 << 21) | OPC_CP1, /* bc */
> OPC_BC1ANY2 = (0x09 << 21) | OPC_CP1,
> OPC_BC1ANY4 = (0x0A << 21) | OPC_CP1,
> +OPC_MSA_BZ_V = (0x0B << 21) | OPC_CP1,
> +OPC_MSA_BNZ_V = (0x0F << 21
On 14/07/2014 10:55, Yongbok Kim wrote:
> add MSA opcode enum
>
> Signed-off-by: Yongbok Kim
> ---
> target-mips/translate.c | 248
> +++
> 1 files changed, 248 insertions(+), 0 deletions(-)
>
> diff --git a/target-mips/translate.c b/target-mips/tra
add MSA opcode enum
Signed-off-by: Yongbok Kim
---
target-mips/translate.c | 248 +++
1 files changed, 248 insertions(+), 0 deletions(-)
diff --git a/target-mips/translate.c b/target-mips/translate.c
index cccbc44..6b4a82c 100644
--- a/target-mips/tr