Deleted Added
sdiff udiff text old ( 2754:e3d023bc752c ) new ( 2980:eab855f06b79 )
full compact
1// -*- mode:c++ -*-
2
3// Copyright (c) 2006 The Regents of The University of Michigan
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

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

29// Authors: Korey Sewell
30
31////////////////////////////////////////////////////////////////////
32//
33// Integer operate instructions
34//
35output header {{
36#include <iostream>
37 /**
38 * Base class for integer operations.
39 */
40 class IntOp : public MipsStaticInst
41 {
42 protected:
43
44 /// Constructor

--- 225 unchanged lines hidden ---