Home | History | Annotate | Download | only in config

Lines Matching full:iindex

1240   static int iindex = 0;
1249 insts[iindex].name = names;
1250 insts[iindex].opcode = opcode;
1251 insts[iindex].opmask = 0xffffffff;
1252 insts[iindex].args = args;
1253 iindex++;
1260 return &insts[iindex - 1];