Parent Directory
|
Revision Log
|
Patch
| revision 1.7 by misto, Sun Dec 29 15:23:18 2002 UTC | revision 1.8 by misto, Thu Jan 2 17:43:54 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 | dsp30 = raw.b(0, 29); | dst = raw.b(25,19); |
| 280 | 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; |
| 283 | instr = call; | instr = call; |
| 284 | group = control; | group = control; |
| 285 | imm22 = raw.b(0, 21); | dsp30 = raw.b(0, 29); |
| 286 | } | } |
| 287 | ||
| 288 | recognize_instr(); | recognize_instr(); |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |