Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/opcodes/
H A Ds390-mkopc.c55 struct op_struct *op_array; variable
81 op_array = realloc (op_array, max_ops * sizeof (struct op_struct)); in insertOpcode()
107 op_array[k] = op_array[k-1]; in insertOpcode()
108 strcpy(op_array[ix].opcode, opcode); 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()
113 op_array[ix].min_cpu = min_cpu; in insertOpcode()
114 op_array[ix].mode_bits = mode_bits; in insertOpcode()
149 op_array[ix].no_nibbles*4, op_array[ix].opcode); in dumpTable()
[all …]