Parent Directory
|
Revision Log
|
Patch
| revision 1.11 by misto, Fri Jan 3 22:18:00 2003 UTC | revision 1.12 by misto, Sat Jan 4 12:26:34 2003 UTC | |
|---|---|---|
| # | Line 292 instr_word::instr_word( bit_word r ) | Line 292 instr_word::instr_word( bit_word r ) |
| 292 | recognize_instr(); | recognize_instr(); |
| 293 | } | } |
| 294 | ||
| 295 | bool instr_word::is_arlog_src( void ) | bool instr_word::is_arlog_src2( void ) |
| 296 | { | |
| 297 | return is_arlog_src1() && format == primary_reg; | |
| 298 | } | |
| 299 | bool instr_word::is_arlog_src1( void ) | |
| 300 | { | { |
| 301 | return ( group == arith || group == logic || group == shift || | return ( group == arith || group == logic || group == shift || |
| 302 | instr == jmpl || instr == save || instr == restore || | instr == jmpl || instr == save || instr == restore || |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |