Searched refs:mnem_p (Results 1 – 5 of 5) sorted by relevance
1494 char *mnem_p; local1501 mnem_p = mnemonic;1502 while ((*mnem_p = mnemonic_chars[(unsigned char) *l]) != 0)1504 mnem_p++;1505 if (mnem_p >= mnemonic + MAX_MNEM_SIZE)1568 switch (mnem_p[-1])1573 i.suffix = mnem_p[-1];1574 mnem_p[-1] = '\0';1581 i.suffix = mnem_p[-1];1582 mnem_p[-1] = '\0';[all …]
829 char *mnem_p; in parse_insn() local834 mnem_p = mnemonic; in parse_insn()836 while ((*mnem_p = mnemonic_chars[(unsigned char) *l]) != 0) in parse_insn()839 mnem_p++; in parse_insn()840 if (mnem_p >= mnemonic + MAX_MNEM_SIZE) in parse_insn()
1635 char *mnem_p; local1644 mnem_p = mnemonic;1645 while ((*mnem_p = mnemonic_chars[(unsigned char) *l]) != 0)1647 mnem_p++;1648 if (mnem_p >= mnemonic + MAX_MNEM_SIZE)1721 switch (mnem_p[-1])1729 i.suffix = mnem_p[-1];1730 mnem_p[-1] = '\0';1737 i.suffix = mnem_p[-1];1738 mnem_p[-1] = '\0';[all …]
2524 Rename throughout opcode[] -> mnemonic[], opp -> mnem_p,