/[smarc]/smarc/src/vmachine/instr_word.h
ViewVC logotype

Diff of /smarc/src/vmachine/instr_word.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by misto, Tue Dec 3 15:36:16 2002 UTC revision 1.4 by misto, Sat Dec 28 12:45:29 2002 UTC
# Line 27  Line 27 
27  #include "exception.h"  #include "exception.h"
28  #include "bit_word.h"  #include "bit_word.h"
29    
30    // for common exception
31    class vmachine;
32    
33  class instr_word {  class instr_word {
34          private:          private:
35                  bit_word raw;                  bit_word raw;
# Line 58  class instr_word { Line 61  class instr_word {
61                                  sethi, call                                  sethi, call
62                  };                  };
63                  enum igroup { arith, logic, shift,                  enum igroup { arith, logic, shift,
64                                  control, mem, branch, other };                                  control, load, store, branch, other };
65    
66                  format format;                  format format;
67                  instr instr;                  instr instr;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26