Lines Matching refs:reg_offset
5016 if (unwind->reg_offset[reg] == cur_offset) in tic6x_output_unwinding()
5140 unwind->reg_offset[reg] = insn->u.ri.offset; in tic6x_cfi_endproc()
5234 if (save_offset != unwind->reg_offset[reg + 1] in tic6x_cfi_endproc()
5235 || save_offset - 4 != unwind->reg_offset[reg]) in tic6x_cfi_endproc()
5242 if (save_offset != unwind->reg_offset[reg]) in tic6x_cfi_endproc()
5287 if (save_offset + 4 - high_offset != unwind->reg_offset[reg] in tic6x_cfi_endproc()
5288 || save_offset + high_offset != unwind->reg_offset[reg2]) in tic6x_cfi_endproc()
5296 if (save_offset != unwind->reg_offset[reg]) in tic6x_cfi_endproc()
5322 if (unwind->reg_offset[reg] != pop_rts_offset[reg] * 4) in tic6x_cfi_endproc()
5347 if (unwind->reg_offset[reg] > 0 || unwind->reg_offset[reg] < -0x800 in tic6x_cfi_endproc()
5348 || (unwind->reg_offset[reg] & 3) != 0) in tic6x_cfi_endproc()
5354 if (unwind->reg_offset[reg] < save_offset) in tic6x_cfi_endproc()
5355 save_offset = unwind->reg_offset[reg] - 4; in tic6x_cfi_endproc()