Home | History | Annotate | Download | only in opcodes

Lines Matching defs:nb_syl

1204   int i, nb_insn, nb_syl;
1215 for (nb_syl = 0; nb_syl < KVXMAXBUNDLEWORDS; nb_syl++)
1217 if ((*info->read_memory_func) (memaddr + 4 * nb_syl,
1218 (bfd_byte *) &bundle_words[nb_syl], 4,
1221 if (!kvx_has_parallel_bit (bundle_words[nb_syl]))
1224 nb_syl++;
1225 if (!kvx_reassemble_bundle (nb_syl, &nb_insn))
1564 return nb_syl * 4;