Searched refs:word_length (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/binutils/opcodes/
H A Dcgen-ibld.in85 int word_length,
91 x = cgen_get_insn_value (cd, bufp, word_length);
98 shift = (word_length - (start + length));
101 cgen_put_insn_value (cd, bufp, word_length, (bfd_vma) x);
129 unsigned int word_length,
141 if (word_length > 32)
145 word_length may be too big. */
149 && word_length > total_length)
150 word_length = total_length;
225 insert_1 (cd, value, start, length, word_length, buf
[all...]
H A Dmep-ibld.c85 int word_length,
91 x = cgen_get_insn_value (cd, bufp, word_length);
98 shift = (word_length - (start + length));
101 cgen_put_insn_value (cd, bufp, word_length, (bfd_vma) x);
129 unsigned int word_length,
141 if (word_length > 32)
145 word_length may be too big. */
149 && word_length > total_length)
150 word_length = total_length;
225 insert_1 (cd, value, start, length, word_length, buf
80 insert_1(CGEN_CPU_DESC cd, unsigned long value, int start, int length, int word_length, unsigned char *bufp) argument
122 insert_normal(CGEN_CPU_DESC cd, long value, unsigned int attrs, unsigned int word_offset, unsigned int start, unsigned int length, unsigned int word_length, unsigned int total_length, CGEN_INSN_BYTES_PTR buffer) argument
371 extract_1(CGEN_CPU_DESC cd, CGEN_EXTRACT_INFO *ex_info ATTRIBUTE_UNUSED, int start, int length, int word_length, unsigned char *bufp, bfd_vma pc ATTRIBUTE_UNUSED) argument
414 extract_normal(CGEN_CPU_DESC cd, CGEN_EXTRACT_INFO *ex_info, CGEN_INSN_INT insn_value, unsigned int attrs, unsigned int word_offset, unsigned int start, unsigned int length, unsigned int word_length, unsigned int total_length, bfd_vma pc, long *valuep) argument
[all...]
/freebsd-10-stable/usr.bin/fmt/
H A Dfmt.c462 size_t word_length=0, space_length=0; local
463 while (n+word_length < length && line[n+word_length] != ' ')
464 ++word_length;
465 space_length = word_length;
470 line+n, word_length, space_length-word_length);
/freebsd-10-stable/sys/arm/freescale/imx/
H A Dimx6_sdma.h231 uint32_t word_length; member in struct:sdma_conf
H A Dimx6_ssi.c504 conf->word_length = 16;
507 conf->word_length = 24;
H A Dimx6_sdma.c318 context->gReg[7] = conf->word_length;

Completed in 105 milliseconds