Lines Matching refs:save_offset
5090 offsetT save_offset = 0; in tic6x_cfi_endproc() local
5219 save_offset = 0; in tic6x_cfi_endproc()
5231 && (save_offset & 4) == 4) 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()
5237 save_offset -= 8; in tic6x_cfi_endproc()
5242 if (save_offset != unwind->reg_offset[reg]) in tic6x_cfi_endproc()
5244 save_offset -= 4; in tic6x_cfi_endproc()
5257 save_offset = 0; in tic6x_cfi_endproc()
5273 || save_offset == 0) 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()
5299 save_offset -= 8; in tic6x_cfi_endproc()
5316 save_offset = 0; in tic6x_cfi_endproc()
5335 save_offset = 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()
5360 save_offset &= ~7; in tic6x_cfi_endproc()
5364 cfa_offset += save_offset; in tic6x_cfi_endproc()