On Wed, Oct 29, 2014 at 01:41:49AM +, Yongbok Kim wrote:
> diff --git a/target-mips/cpu.h b/target-mips/cpu.h
> index 3b975eb..fb5abda 100644
> --- a/target-mips/cpu.h
> +++ b/target-mips/cpu.h
> +#define MSACSR_Flags2
> +#define MSACSR_CEF_MASK (0x << MSACSR_Flags)
MSACSR_Flags is in
add defines and data structure for MIPS SIMD Architecture
Signed-off-by: Yongbok Kim
---
target-mips/cpu.h | 52 +-
target-mips/mips-defs.h |1 +
target-mips/op_helper.c |1 +
3 files changed, 52 insertions(+), 2 deletions(-)
diff --gi