dsp.hh (6214:1ec0ec8933ae) dsp.hh (6216:2f4020838149)
1/*
2 * Copyright (c) 2007 MIPS Technologies, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 20 unchanged lines hidden (view full) ---

29 */
30
31#ifndef __ARCH_MIPS_DSP_HH__
32#define __ARCH_MIPS_DSP_HH__
33
34#include "arch/mips/types.hh"
35#include "arch/mips/isa_traits.hh"
36#include "base/misc.hh"
1/*
2 * Copyright (c) 2007 MIPS Technologies, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 20 unchanged lines hidden (view full) ---

29 */
30
31#ifndef __ARCH_MIPS_DSP_HH__
32#define __ARCH_MIPS_DSP_HH__
33
34#include "arch/mips/types.hh"
35#include "arch/mips/isa_traits.hh"
36#include "base/misc.hh"
37#include "config/full_system.hh"
38#include "base/types.hh"
37#include "base/types.hh"
38#include "config/full_system.hh"
39
40class ThreadContext;
41
42namespace MipsISA {
43
44// SIMD formats
45enum {
46 SIMD_FMT_L, // long word

--- 158 unchanged lines hidden ---
39
40class ThreadContext;
41
42namespace MipsISA {
43
44// SIMD formats
45enum {
46 SIMD_FMT_L, // long word

--- 158 unchanged lines hidden ---