Lines Matching defs:args
662 const char *args;
721 if (insn->args[0] != '\0' && insn->args[0] != 'N')
732 else if (insn->args[0] == 'N')
739 /* Parse through the args (this is from opcode table), *s point to
741 for (args = insn->args;; ++args)
743 switch (*args)
747 /* End of args. */
763 /* ',' Args separator */
872 switch (*args)
884 BAD_CASE (*args);
887 /* Types or values of args don't match. */