Home | History | Annotate | Download | only in libcpu

Lines Matching refs:instructions

198 static struct instruction *instructions;
360 newp->next = instructions;
361 instructions = newp;
905 struct instruction *runp = instructions;
954 instructions = reversed;
1191 for (instr = instructions; instr != NULL; instr = instr->next)
1246 for (instr = instructions; instr != NULL; instr = instr->next, ++cnt)