Searched refs:op_array (Results 1 – 1 of 1) sorted by relevance
40 struct op_struct *op_array; variable48 op_array = malloc (max_ops * sizeof (struct op_struct)); in createTable()66 op_array = realloc (op_array, max_ops * sizeof (struct op_struct)); in insertOpcode()89 if (sort_value > op_array[ix].sort_value) in insertOpcode()92 op_array[k] = op_array[k-1]; in insertOpcode()93 strcpy(op_array[ix].opcode, opcode); in insertOpcode()94 strcpy(op_array[ix].mnemonic, mnemonic); in insertOpcode()95 strcpy(op_array[ix].format, format); in insertOpcode()96 op_array[ix].sort_value = sort_value; in insertOpcode()97 op_array[ix].no_nibbles = no_nibbles; in insertOpcode()[all …]