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

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

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

revision 1.8 by misto, Thu Jan 2 17:43:54 2003 UTC revision 1.9 by batonik, Thu Jan 2 20:25:45 2003 UTC
# Line 276  instr_word::instr_word( bit_word r ) Line 276  instr_word::instr_word( bit_word r )
276                  format = sethi_format;                  format = sethi_format;
277                  instr = sethi;                  instr = sethi;
278                  group = other;                  group = other;
279                  dst = raw.b(25,19);                  dst = raw.b(25,29);
280                  imm22 = raw.b(0, 21);                  imm22 = raw.b(0, 21);
281          } else if ( raw.b(30, 31) == 1 ) {          } else if ( raw.b(30, 31) == 1 ) {
282                  format = call_format;                  format = call_format;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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