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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dv850-dis.c92 const unsigned char *opindex_ptr; local
113 for (opindex_ptr = op->operands, opnum = 1;
114 *opindex_ptr != 0;
115 opindex_ptr++, opnum++)
122 operand = &v850_operands[*opindex_ptr];
H A Dm10200-dis.c71 const unsigned char *opindex_ptr; local
79 for (opindex_ptr = op->operands, nocomma = 1;
80 *opindex_ptr != 0;
81 opindex_ptr++)
85 operand = &mn10200_operands[*opindex_ptr];
H A Dm10300-dis.c84 const unsigned char *opindex_ptr; local
310 for (opindex_ptr = op->operands, nocomma = 1;
311 *opindex_ptr != 0;
312 opindex_ptr++)
316 operand = &mn10300_operands[*opindex_ptr];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dv850-dis.c92 const unsigned char *opindex_ptr; local
113 for (opindex_ptr = op->operands, opnum = 1;
114 *opindex_ptr != 0;
115 opindex_ptr++, opnum++)
122 operand = &v850_operands[*opindex_ptr];
H A Dm10200-dis.c71 const unsigned char *opindex_ptr; local
79 for (opindex_ptr = op->operands, nocomma = 1;
80 *opindex_ptr != 0;
81 opindex_ptr++)
85 operand = &mn10200_operands[*opindex_ptr];
H A Dm10300-dis.c84 const unsigned char *opindex_ptr; local
310 for (opindex_ptr = op->operands, nocomma = 1;
311 *opindex_ptr != 0;
312 opindex_ptr++)
316 operand = &mn10300_operands[*opindex_ptr];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dv850-dis.c92 const unsigned char *opindex_ptr; local
113 for (opindex_ptr = op->operands, opnum = 1;
114 *opindex_ptr != 0;
115 opindex_ptr++, opnum++)
122 operand = &v850_operands[*opindex_ptr];
H A Dm10200-dis.c71 const unsigned char *opindex_ptr; local
79 for (opindex_ptr = op->operands, nocomma = 1;
80 *opindex_ptr != 0;
81 opindex_ptr++)
85 operand = &mn10200_operands[*opindex_ptr];
H A Dm10300-dis.c84 const unsigned char *opindex_ptr; local
310 for (opindex_ptr = op->operands, nocomma = 1;
311 *opindex_ptr != 0;
312 opindex_ptr++)
316 operand = &mn10300_operands[*opindex_ptr];

Completed in 121 milliseconds