Home
last modified time | relevance | path

Searched refs:op_array (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/binutils/opcodes/
Ds390-mkopc.c55 struct op_struct *op_array; variable
63 op_array = malloc (max_ops * sizeof (struct op_struct)); in createTable()
81 op_array = realloc (op_array, max_ops * sizeof (struct op_struct)); in insertOpcode()
104 if (sort_value > op_array[ix].sort_value) in insertOpcode()
107 op_array[k] = op_array[k-1]; in insertOpcode()
108 strcpy(op_array[ix].opcode, opcode); in insertOpcode()
109 strcpy(op_array[ix].mnemonic, mnemonic); in insertOpcode()
110 strcpy(op_array[ix].format, format); in insertOpcode()
111 op_array[ix].sort_value = sort_value; in insertOpcode()
112 op_array[ix].no_nibbles = no_nibbles; in insertOpcode()
[all …]