Searched defs:opindex (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dppc-dis.c5230 skip_optional_operands (const unsigned char *opindex,
5235 for (; *opindex != 0; opindex++)
5237 operand = &powerpc_operands[*opindex];
5287 const unsigned char *opindex;
5308 for (opindex = opcode->operands; *opindex != 0; opindex++)
5310 operand = powerpc_operands + *opindex;
5327 for (opindex
5222 skip_optional_operands(const unsigned char *opindex, unsigned long insn, int dialect) argument
5279 const unsigned char *opindex; local
[all...]

Completed in 37 milliseconds