Searched refs:opindex_ptr (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/opcodes/
H A Dv850-dis.c93 const unsigned char *opindex_ptr; local
115 for (opindex_ptr = op->operands, opnum = 1;
116 *opindex_ptr != 0;
117 opindex_ptr++, opnum++)
124 operand = &v850_operands[*opindex_ptr];
H A Dm10200-dis.c252 const unsigned char *opindex_ptr; local
260 for (opindex_ptr = op->operands, nocomma = 1;
261 *opindex_ptr != 0;
262 opindex_ptr++)
266 operand = &mn10200_operands[*opindex_ptr];
H A Dm10300-dis.c266 const unsigned char *opindex_ptr; local
492 for (opindex_ptr = op->operands, nocomma = 1;
493 *opindex_ptr != 0;
494 opindex_ptr++)
498 operand = &mn10300_operands[*opindex_ptr];

Completed in 56 milliseconds