Lines Matching refs:word_offset
125 unsigned int word_offset,
147 if (word_offset == 0
213 shift = (word_offset + start + 1) - length;
215 shift = total_length - (word_offset + start + length);
222 unsigned char *bufp = (unsigned char *) buffer + word_offset / 8;
422 unsigned int word_offset,
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))
460 value = insn_value >> ((word_offset + start + 1) - length);
462 value = insn_value >> (total_length - ( word_offset + start + length));
469 unsigned char *bufp = ex_info->insn_bytes + word_offset / 8;
474 if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0)