Home | History | Annotate | Download | only in aic7xxx

Lines Matching refs:instruction

104 static STAILQ_HEAD(,instruction) seq_program;
326 struct instruction *cur_instr;
355 struct instruction *cur_instr;
530 struct instruction *cur_instr;
617 /* Don't count this instruction as it is in a patch
672 * one and wait for our instruction pointer to
736 struct instruction *
739 struct instruction *new_instr;
741 new_instr = (struct instruction *)malloc(sizeof(struct instruction));
743 stop("Unable to malloc instruction object", EX_SOFTWARE);