Searched refs:word_offset (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | cgen-ibld.in | 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); [all …]
|
| D | mep-ibld.c | 125 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 …]
|
| D | ChangeLog-0001 | 1517 (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/ |
| D | cgen.h | 829 int word_offset; member 830 #define CGEN_IFLD_WORD_OFFSET(f) ((f)->word_offset)
|
| /freebsd-12-stable/sys/dev/ixl/ |
| D | i40e_dcb.c | 1354 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/ |
| D | expmed.c | 1048 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()
|