Lines Matching refs:word_length
84 int word_length,
90 x = cgen_get_insn_value (cd, bufp, word_length);
97 shift = (word_length - (start + length));
100 cgen_put_insn_value (cd, bufp, word_length, (bfd_vma) x);
128 unsigned int word_length,
140 if (word_length > 8 * sizeof (CGEN_INSN_INT))
144 word_length may be too big. */
148 && word_length > total_length)
149 word_length = total_length;
224 insert_1 (cd, value, start, length, word_length, bufp);
375 int word_length,
382 x = cgen_get_insn_value (cd, bufp, word_length);
387 shift = (word_length - (start + length));
425 unsigned int word_length,
444 if (word_length > 8 * sizeof (CGEN_INSN_INT))
448 word_length may be too big. */
451 if (word_offset + word_length > total_length)
452 word_length = total_length - word_offset;
457 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length))
471 if (word_length > 8 * sizeof (CGEN_INSN_INT))
474 if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)
477 value = extract_1 (cd, ex_info, start, length, word_length, bufp, pc);