Home
last modified time | relevance | path

Searched refs:tic6x_unwind_byte (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.c4754 tic6x_unwind_byte (int byte) in tic6x_unwind_byte() function
4791 tic6x_unwind_byte (bytes >> 8); in tic6x_unwind_2byte()
4792 tic6x_unwind_byte (bytes & 0xff); in tic6x_unwind_2byte()
4800 tic6x_unwind_byte ((offset & 0x7f) | 0x80); in tic6x_unwind_uleb()
4803 tic6x_unwind_byte (offset); in tic6x_unwind_uleb()
4968 tic6x_unwind_byte (UNWIND_OP_RET | unwind->return_reg); in tic6x_output_unwinding()
4973 tic6x_unwind_byte (UNWIND_OP_MV_FP); in tic6x_output_unwinding()
4980 tic6x_unwind_byte (UNWIND_OP_ADD_SP2); in tic6x_output_unwinding()
4985 tic6x_unwind_byte (UNWIND_OP_ADD_SP | 0x3f); in tic6x_output_unwinding()
4986 tic6x_unwind_byte (UNWIND_OP_ADD_SP | (cfa_offset - 0x40)); in tic6x_output_unwinding()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20111338 tic6x_unwind_byte, tic6x_unwind_2byte, tic6x_unwind_uleb,