Lines Matching refs:wordcount
261 kvx_reassemble_bundle (int wordcount, int *_insncount) in kvx_reassemble_bundle() argument
276 fprintf (stderr, "kvx_reassemble_bundle: wordcount = %d\n", wordcount); in kvx_reassemble_bundle()
278 if (wordcount > KVXMAXBUNDLEWORDS) in kvx_reassemble_bundle()
292 for (i = 0; i < wordcount; i++) in kvx_reassemble_bundle()
470 fprintf (stderr, "Continue %d < %d?\n", i, wordcount); in kvx_reassemble_bundle()
554 if (op->wordcount != insn->len) in decode_insn()
557 for (int i = 0; i < op->wordcount; i++) in decode_insn()
565 for (int i = 0; i < op->wordcount; i++) in decode_insn()
1028 int wordcount; in print_insn_kvx() local
1029 for (wordcount = 0; wordcount < KVXMAXBUNDLEWORDS; wordcount++) in print_insn_kvx()
1033 (*info->read_memory_func) (memaddr + 4 * wordcount, in print_insn_kvx()
1035 wordcount), 4, info); in print_insn_kvx()
1038 (*info->memory_error_func) (status, memaddr + 4 * wordcount, in print_insn_kvx()
1042 if (!kvx_has_parallel_bit (bundle_words[wordcount])) in print_insn_kvx()
1045 wordcount++; in print_insn_kvx()
1046 invalid_bundle = !kvx_reassemble_bundle (wordcount, &insncount); in print_insn_kvx()