Public Attributes | |
| int | opcode |
| const char * | mnemonic |
| bool | has_src1 |
| bool | has_src2 |
| bool | has_dst |
| bool | has_src3 |
Definition at line 38 of file I960_CPUComponent.cc.
| bool reg_instruction::has_dst |
Definition at line 43 of file I960_CPUComponent.cc.
| bool reg_instruction::has_src1 |
Definition at line 41 of file I960_CPUComponent.cc.
| bool reg_instruction::has_src2 |
Definition at line 42 of file I960_CPUComponent.cc.
| bool reg_instruction::has_src3 |
Definition at line 44 of file I960_CPUComponent.cc.
| const char* reg_instruction::mnemonic |
Definition at line 40 of file I960_CPUComponent.cc.
| int reg_instruction::opcode |
Definition at line 39 of file I960_CPUComponent.cc.
Referenced by I960_CPUComponent::DisassembleInstruction().
1.8.17