Home
last modified time | relevance | path

Searched refs:word_offset (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/binutils/opcodes/
Dcgen-ibld.in125 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);
[all …]
Dmep-ibld.c125 unsigned int word_offset, in insert_normal() argument
147 if (word_offset == 0 in insert_normal()
213 shift = (word_offset + start + 1) - length; in insert_normal()
215 shift = total_length - (word_offset + start + length); in insert_normal()
222 unsigned char *bufp = (unsigned char *) buffer + word_offset / 8; in insert_normal()
422 unsigned int word_offset, in extract_normal() argument
451 if (word_offset + word_length > total_length) in extract_normal()
452 word_length = total_length - word_offset; in extract_normal()
457 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length)) in extract_normal()
460 value = insn_value >> ((word_offset + start + 1) - length); in extract_normal()
[all …]
DChangeLog-00011517 (insert_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
1519 (extract_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
/freebsd-12-stable/contrib/binutils/include/opcode/
Dcgen.h829 int word_offset; member
830 #define CGEN_IFLD_WORD_OFFSET(f) ((f)->word_offset)
/freebsd-12-stable/sys/dev/ixl/
Di40e_dcb.c1354 u8 module, u32 word_offset) in _i40e_read_lldp_cfg() argument
1356 u32 address, offset = (2 * word_offset); in _i40e_read_lldp_cfg()
1391 offset = mem + word_offset; in _i40e_read_lldp_cfg()
/freebsd-12-stable/contrib/gcc/
Dexpmed.c1048 int word_offset = (SUBREG_BYTE (op0) / UNITS_PER_WORD) + offset; in store_split_bit_field() local
1049 word = operand_subword_force (SUBREG_REG (op0), word_offset, in store_split_bit_field()
2092 int word_offset = (SUBREG_BYTE (op0) / UNITS_PER_WORD) + offset; in extract_split_bit_field() local
2093 word = operand_subword_force (SUBREG_REG (op0), word_offset, in extract_split_bit_field()