Searched refs:opc_index (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Ds390-dis.c30 static int opc_index[256]; variable
56 memset (opc_index, 0, sizeof (opc_index));
58 /* Reverse order, such that each opc_index ends up pointing to the
61 opc_index[s390_opcodes[i].opcode[0]] = i;
321 for (op = s390_opcodes + opc_index[buffer[0]];
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Ds390-dis.c30 static int opc_index[256]; variable
56 memset (opc_index, 0, sizeof (opc_index));
58 /* Reverse order, such that each opc_index ends up pointing to the
61 opc_index[s390_opcodes[i].opcode[0]] = i;
362 for (op = s390_opcodes + opc_index[buffer[0]];
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Ds390-dis.c30 static int opc_index[256]; variable
56 memset (opc_index, 0, sizeof (opc_index));
58 /* Reverse order, such that each opc_index ends up pointing to the
61 opc_index[s390_opcodes[i].opcode[0]] = i;
362 for (op = s390_opcodes + opc_index[buffer[0]];
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Ds390-dis.c30 static int opc_index[256]; variable
56 memset (opc_index, 0, sizeof (opc_index));
58 /* Reverse order, such that each opc_index ends up pointing to the
61 opc_index[s390_opcodes[i].opcode[0]] = i;
362 for (op = s390_opcodes + opc_index[buffer[0]];

Completed in 148 milliseconds