Searched refs:word_offset (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dcgen-ibld.in126 unsigned int word_offset,
148 if (word_offset == 0
214 shift = (word_offset + start + 1) - length;
216 shift = total_length - (word_offset + start + length);
223 unsigned char *bufp = (unsigned char *) buffer + word_offset / 8;
424 unsigned int word_offset,
453 if (word_offset + word_length > total_length)
454 word_length = total_length - word_offset;
459 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length))
462 value = insn_value >> ((word_offset
[all...]
H A Dmep-ibld.c126 unsigned int word_offset,
148 if (word_offset == 0
214 shift = (word_offset + start + 1) - length;
216 shift = total_length - (word_offset + start + length);
223 unsigned char *bufp = (unsigned char *) buffer + word_offset / 8;
424 unsigned int word_offset,
453 if (word_offset + word_length > total_length)
454 word_length = total_length - word_offset;
459 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length))
462 value = insn_value >> ((word_offset
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
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-9.3-release/contrib/binutils/include/opcode/
H A Dcgen.h842 int word_offset;
843 #define CGEN_IFLD_WORD_OFFSET(f) ((f)->word_offset)
829 int word_offset; member in struct:cgen_ifld
/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c1051 int word_offset = (SUBREG_BYTE (op0) / UNITS_PER_WORD) + offset;
1052 word = operand_subword_force (SUBREG_REG (op0), word_offset,
2099 int word_offset = (SUBREG_BYTE (op0) / UNITS_PER_WORD) + offset;
2100 word = operand_subword_force (SUBREG_REG (op0), word_offset,
1048 int word_offset = (SUBREG_BYTE (op0) / UNITS_PER_WORD) + offset; local
2092 int word_offset = (SUBREG_BYTE (op0) / UNITS_PER_WORD) + offset; local

Completed in 231 milliseconds