Home
last modified time | relevance | path

Searched refs:mnem_p (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c1494 char *mnem_p; local
1501 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 …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-maxq.c829 char *mnem_p; in parse_insn() local
834 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()
H A Dtc-i386.c1635 char *mnem_p; local
1644 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 …]
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog-98992524 Rename throughout opcode[] -> mnemonic[], opp -> mnem_p,
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-98992524 Rename throughout opcode[] -> mnemonic[], opp -> mnem_p,