Home
last modified time | relevance | path

Searched refs:bundle_words (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dkvx-dis.c110 static uint32_t bundle_words[KVXMAXBUNDLEWORDS]; variable
294 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()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git26397 there is a problem: Now the last element of bundle_words never gets
26400 bundle_words and does the parallel bit checking only when filling
26401 bundle_words. In the normal case, kvx_reassemble_bundle will see
26402 bundle_words[word_count-1] with the parallel bit clear and all other
26404 bundle_words have the parallel bit set, kvx_reassemble_bundle will be
26413 (print_insn_kvx): Rewrite code reading bundle_words as a for loop.