Searched refs:insn_op_struct (Results 1 – 4 of 4) sorted by relevance
36 static struct insn_op_struct * parse_params PARAMS ((const struct or32_opcode *, struct ins…501 struct insn_op_struct *op_data, **op_start;644 static struct insn_op_struct *647 struct insn_op_struct * cur;763 struct insn_op_struct *cur; in build_automata()799 op_data = (struct insn_op_struct *) malloc (MAX_OP_TABLE_SIZE * sizeof (struct insn_op_struct)); in build_automata()800 …op_start = (struct insn_op_struct **) malloc (or32_num_opcodes * sizeof (struct insn_op_struct *)); in build_automata()
484 struct insn_op_struct *op_data, **op_start;623 static struct insn_op_struct *625 struct insn_op_struct * cur) in parse_params()742 struct insn_op_struct *cur; in build_automata()778 op_data = malloc (MAX_OP_TABLE_SIZE * sizeof (struct insn_op_struct)); in build_automata()779 op_start = malloc (or32_num_opcodes * sizeof (struct insn_op_struct *)); in build_automata()
85 extern struct insn_op_struct struct