Home | History | Annotate | Download | only in opcodes

Lines Matching defs:notes

191   int *chknotes;                    /* Dependency notes for each class.  */
196 int *regnotes; /* Dependency notes for each class. */
232 /* A generic list of dependencies w/notes encoded. These may be shared. */
478 /* If it is a composite class, then ignore comments and notes that come after
502 /* If it's a composite class, leave the notes and comments in place so that
698 int *notes = *notesp;
751 notes = (int *)
752 xrealloc ((void *) notes,(count + 1) * sizeof (int));
753 notes[count] = note;
763 *notesp = notes;
2480 /* Instruction class notes override resource notes.