#include <tic30.h>
Data Fields | |
| char * | name |
| unsigned int | operands |
| unsigned int | base_opcode |
| unsigned int | opcode_modifier |
| unsigned int | operand_types [3] |
| int | imm_arg_type |
| const char * | name |
| unsigned int | words |
| int | minops |
| int | maxops |
| unsigned short | opcode |
| unsigned short | mask |
| enum optype | operand_types [MAX_OPERANDS] |
| unsigned short | flags |
| unsigned short | opcode2 |
| unsigned short | mask2 |
| const char * | parname |
| enum optype | paroperand_types [MAX_OPERANDS] |
Definition at line 216 of file tic30.h.
| char* _template::name |
Definition at line 218 of file tic30.h.
Referenced by print_branch(), print_parallel_instruction(), print_three_operand(), print_two_operand(), and tic54x_get_insn().
| unsigned int _template::operands |
Definition at line 219 of file tic30.h.
Referenced by print_branch(), print_three_operand(), and print_two_operand().
| unsigned int _template::base_opcode |
| unsigned int _template::opcode_modifier |
| unsigned int _template::operand_types[3] |
Definition at line 236 of file tic30.h.
Referenced by print_branch(), print_parallel_instruction(), and print_two_operand().
| const char* _template::name |
| unsigned int _template::words |
| unsigned short _template::opcode |
| unsigned short _template::mask |
| enum optype _template::operand_types[MAX_OPERANDS] |
| unsigned short _template::flags |
| unsigned short _template::opcode2 |
| unsigned short _template::mask2 |
| const char* _template::parname |
| enum optype _template::paroperand_types[MAX_OPERANDS] |
1.5.6