Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic6x.c4751 tic6x_unwind_byte (int byte) in tic6x_unwind_byte() function
4788 tic6x_unwind_byte (bytes >> 8); in tic6x_unwind_2byte()
4789 tic6x_unwind_byte (bytes & 0xff); in tic6x_unwind_2byte()
4797 tic6x_unwind_byte ((offset & 0x7f) | 0x80); in tic6x_unwind_uleb()
4800 tic6x_unwind_byte (offset); in tic6x_unwind_uleb()
4965 tic6x_unwind_byte (UNWIND_OP_RET | unwind->return_reg); in tic6x_output_unwinding()
4970 tic6x_unwind_byte (UNWIND_OP_MV_FP); in tic6x_output_unwinding()
4977 tic6x_unwind_byte (UNWIND_OP_ADD_SP2); in tic6x_output_unwinding()
4982 tic6x_unwind_byte (UNWIND_OP_ADD_SP | 0x3f); in tic6x_output_unwinding()
4983 tic6x_unwind_byte (UNWIND_OP_ADD_SP | (cfa_offset - 0x40)); in tic6x_output_unwinding()
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20111338 tic6x_unwind_byte, tic6x_unwind_2byte, tic6x_unwind_uleb,