Lines Matching defs:fp_offset
240 bfd_vma fp_offset;
249 fp_offset = addr & 0x1f;
250 fp_addr = addr - fp_offset;
265 if (fp_offset & 0x1)
267 if ((fp_offset & 0x3) && (fp_offset >= 28
268 || !header.word_compact[fp_offset >> 2]))
270 if (fp_offset == 28)
277 num_bits = (header.word_compact[fp_offset >> 2] ? 16 : 32);
282 if (fp_offset & 0x3)
289 info->fprintf_func (info->stream, ".byte 0x%.2x", fp[fp_offset]);
301 opcode = tic6x_extract_16 (fp + fp_offset, &header, info);
303 opcode = tic6x_extract_16 (fp + (fp_offset ^ 2), &header, info);
306 opcode = tic6x_extract_32 (fp + fp_offset, info);
472 if (num_bits == 16 && (fp_offset & 0x2) == 2)
475 fp_offset terms because fp_offset relates to logical not
478 p_bit = header.p_bits[(fp_offset >> 2) << 1];
480 else if (fp_offset >= 4)
486 && header.word_compact[(fp_offset >> 2) - 1])
487 p_bit = header.p_bits[(fp_offset >> 1) - 1];
491 = tic6x_extract_32 (fp + (fp_offset & 0x1c) - 4, info);
1134 bfd_vma search_fp_offset = fp_offset;