Home | History | Annotate | Download | only in libcpu

Lines Matching full:mnemonic

106   /* Mnemonic.  */
107 char *mnemonic;
305 newp->mnemonic = $4;
306 if (newp->mnemonic != (void *) -1l
1194 if (instr->mnemonic == (void *) -1l)
1195 fputs (" .mnemonic = MNE_INVALID,", outfile);
1197 fprintf (outfile, " .mnemonic = MNE_%s,", instr->mnemonic);