Searched refs:dis_table (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dia64-opc.c214 the dis_table array, and return its value. (BITOFFSET is numbered
227 unsigned int op = dis_table[op_pointer++];
239 res = (res << 8) | (dis_table[op_pointer++] & 255);
244 unsigned int op = (dis_table[op_pointer++] & 255);
251 /* Examine the state machine entry at OP_POINTER in the dis_table
260 *op = dis_table[op_pointer];
H A Dia64-asmtab.c5433 static const char dis_table[] = { variable

Completed in 82 milliseconds