HomeSort by: relevance | last modified time | path
    Searched refs:syllables (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
kvx-dis.c 104 uint32_t syllables[KVXMAXSYLLABLES]; member in struct:insn_s
359 fprintf (stderr, "Too many IMMX syllables");
473 /* Fill bundle_insn and count read syllables. */
482 bundle_insn[instr_idx].syllables[syllable_idx++] = instr[i].opcode;
492 bundle_insn[instr_idx].syllables[syllable_idx++] =
500 "Instr %d valid, copying in bundle_insn (%d syllables <-> %d)\n",
558 if ((op->codewords[i].mask & insn->syllables[i]) !=
590 insn->syllables[insn_idx] >> to_offset;
1058 (*info->fprintf_func) (info->stream, "%08x ", insn->syllables[i]);
1311 encoded_value = insn->syllables[insn_idx] >> to_offset
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
kvx-dis.c 104 uint32_t syllables[KVXMAXSYLLABLES]; member in struct:insn_s
359 fprintf (stderr, "Too many IMMX syllables");
473 /* Fill bundle_insn and count read syllables. */
482 bundle_insn[instr_idx].syllables[syllable_idx++] = instr[i].opcode;
492 bundle_insn[instr_idx].syllables[syllable_idx++] =
500 "Instr %d valid, copying in bundle_insn (%d syllables <-> %d)\n",
558 if ((op->codewords[i].mask & insn->syllables[i]) !=
590 insn->syllables[insn_idx] >> to_offset;
1058 (*info->fprintf_func) (info->stream, "%08x ", insn->syllables[i]);
1311 encoded_value = insn->syllables[insn_idx] >> to_offset
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
kvx-dis.c 104 uint32_t syllables[KVXMAXSYLLABLES]; member in struct:insn_s
359 fprintf (stderr, "Too many IMMX syllables");
473 /* Fill bundle_insn and count read syllables. */
482 bundle_insn[instr_idx].syllables[syllable_idx++] = instr[i].opcode;
492 bundle_insn[instr_idx].syllables[syllable_idx++] =
500 "Instr %d valid, copying in bundle_insn (%d syllables <-> %d)\n",
558 if ((op->codewords[i].mask & insn->syllables[i]) !=
590 insn->syllables[insn_idx] >> to_offset;
1058 (*info->fprintf_func) (info->stream, "%08x ", insn->syllables[i]);
1311 encoded_value = insn->syllables[insn_idx] >> to_offset
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
kvx-dis.c 104 uint32_t syllables[KVXMAXSYLLABLES]; member in struct:insn_s
359 fprintf (stderr, "Too many IMMX syllables");
473 /* Fill bundle_insn and count read syllables. */
482 bundle_insn[instr_idx].syllables[syllable_idx++] = instr[i].opcode;
492 bundle_insn[instr_idx].syllables[syllable_idx++] =
500 "Instr %d valid, copying in bundle_insn (%d syllables <-> %d)\n",
558 if ((op->codewords[i].mask & insn->syllables[i]) !=
590 insn->syllables[insn_idx] >> to_offset;
1058 (*info->fprintf_func) (info->stream, "%08x ", insn->syllables[i]);
1311 encoded_value = insn->syllables[insn_idx] >> to_offset
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libuniname/
gen-uninames 38 ; Also ignore Hangul syllables; they are treated specially.
  /src/games/rogue/
inventory.c 113 static const char *const syllables[MAXSYLLABLES] = { variable
455 (void)strlcat(id_scrolls[i].title, syllables[s],
  /src/external/gpl3/binutils/dist/gas/config/
tc-kvx.c 744 * Only handles main syllables of bundle. Immediate extensions are
1077 printf ("%s | syllables: %d | type: %s | mode: %s bits\n", asm_str,
1297 int syllables = 0; local
1308 syllables += insbuf[j].len;
1311 if (syllables + immxcnt > KVXMAXBUNDLEWORDS)
1312 as_fatal ("Bundle has too many syllables : %d instead of %d",
1313 syllables + immxcnt, KVXMAXBUNDLEWORDS);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-kvx.c 744 * Only handles main syllables of bundle. Immediate extensions are
1077 printf ("%s | syllables: %d | type: %s | mode: %s bits\n", asm_str,
1297 int syllables = 0; local
1308 syllables += insbuf[j].len;
1311 if (syllables + immxcnt > KVXMAXBUNDLEWORDS)
1312 as_fatal ("Bundle has too many syllables : %d instead of %d",
1313 syllables + immxcnt, KVXMAXBUNDLEWORDS);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d 129 including the specific version for Hangul syllables $(LREF composeJamo)
571 $(TR $(TD Basic Latin) $(TD Hangul Syllables) $(TD Phoenician))
624 $(TR $(TD Enclosed CJK Letters and Months) $(TD Miscellaneous Symbols And Pictographs) $(TD Yi Syllables))
8287 Note: Hangul syllables are not covered by this function.
8330 This function also decomposes hangul syllables
8334 that takes into account only hangul syllables but
8414 // internal helper: compose hangul syllables leaving dchar.init in holes
8633 // 2nd pass for hangul syllables

Completed in 27 milliseconds