Home | History | Annotate | Download | only in opcodes

Lines Matching defs:opidx

51   const unsigned char *opidx;
252 const unsigned char *opidx;
274 for (opidx = opcode->operands; *opidx; opidx++)
277 const struct arc_operand *operand = &arc_operands[*opidx];
469 iter->opidx = opcode->operands;
725 if (*iter->opidx == 0)
731 *operand = &arc_operands[*iter->opidx];
733 iter->opidx++;