Home | History | Annotate | Download | only in config

Lines Matching refs:index_1

1935 /* The function nios2_swap_args swaps the pointers at indices index_1 and
1940 int index_1, int index_2)
1943 gas_assert (index_1 < NIOS2_MAX_INSN_TOKENS
1945 tmp = parsed_args[index_1];
1946 parsed_args[index_1] = parsed_args[index_2];