INSTRCOUNT        298 utils/superwordprof.c #define DEF(name, opds)     assert(name < INSTRCOUNT); iname[name] = #name + 3; operands[name] = opds
INSTRCOUNT        312 utils/superwordprof.c trie_t toplevel[INSTRCOUNT];
INSTRCOUNT        313 utils/superwordprof.c int jumps[INSTRCOUNT];
INSTRCOUNT        314 utils/superwordprof.c int operands[INSTRCOUNT];
INSTRCOUNT        315 utils/superwordprof.c const char *iname[INSTRCOUNT];
INSTRCOUNT        341 utils/superwordprof.c     for ( i=0 ; i < INSTRCOUNT ; i++ ) {
INSTRCOUNT        801 utils/superwordprof.c 	    assert( opcode < INSTRCOUNT );
INSTRCOUNT        935 utils/superwordprof.c     for ( i=0 ; i < INSTRCOUNT ; i++ )