Searched refs:fp_offset (Results 1 – 2 of 2) sorted by relevance
241 bfd_vma fp_offset; in print_insn_tic6x() local250 fp_offset = addr & 0x1f; in print_insn_tic6x()251 fp_addr = addr - fp_offset; in print_insn_tic6x()263 if (fp_offset & 0x1) in print_insn_tic6x()265 if ((fp_offset & 0x3) && (fp_offset >= 28 in print_insn_tic6x()266 || !header.word_compact[fp_offset >> 2])) in print_insn_tic6x()268 if (fp_offset == 28) in print_insn_tic6x()275 num_bits = (header.word_compact[fp_offset >> 2] ? 16 : 32); in print_insn_tic6x()280 if (fp_offset & 0x3) in print_insn_tic6x()287 info->fprintf_func (info->stream, ".byte 0x%.2x", fp[fp_offset]); in print_insn_tic6x()[all …]
70 offsetT fp_offset; member3764 unwind.fp_offset = 0; in s_arm_unwind_fnstart()4455 unwind.fp_offset = unwind.frame_size - offset; in s_arm_unwind_movsp()4533 unwind.fp_offset = unwind.frame_size - offset; in s_arm_unwind_setfp()4535 unwind.fp_offset -= offset; in s_arm_unwind_setfp()21133 unwind.pending_offset += unwind.fp_offset - unwind.frame_size; in finish_unwind_opcodes()