Searched refs:bundle_words (Results 1 – 2 of 2) sorted by relevance
110 static uint32_t bundle_words[KVXMAXBUNDLEWORDS]; variable294 uint32_t syllable = bundle_words[i]; in kvx_reassemble_bundle()1034 (bfd_byte *) (bundle_words + in print_insn_kvx()1042 if (!kvx_has_parallel_bit (bundle_words[wordcount])) in print_insn_kvx()1218 (bfd_byte *) &bundle_words[nb_syl], 4, in decode_prologue_epilogue_bundle()1221 if (!kvx_has_parallel_bit (bundle_words[nb_syl])) in decode_prologue_epilogue_bundle()
26397 there is a problem: Now the last element of bundle_words never gets26400 bundle_words and does the parallel bit checking only when filling26401 bundle_words. In the normal case, kvx_reassemble_bundle will see26402 bundle_words[word_count-1] with the parallel bit clear and all other26404 bundle_words have the parallel bit set, kvx_reassemble_bundle will be26413 (print_insn_kvx): Rewrite code reading bundle_words as a for loop.