Parent Directory
|
Revision Log
|
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; |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |