Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-nios2.h51 #define NIOS2_MAX_INSN_TOKENS 6 macro
Dtc-nios2.c155 const char *insn_tokens[NIOS2_MAX_INSN_TOKENS + 1 + 1];
3116 while (p != NULL && !terminate && i < NIOS2_MAX_INSN_TOKENS) in nios2_parse_args()
3183 gas_assert (index_1 < NIOS2_MAX_INSN_TOKENS in nios2_swap_args()
3184 && index_2 < NIOS2_MAX_INSN_TOKENS); in nios2_swap_args()
3199 gas_assert ((start + num) < NIOS2_MAX_INSN_TOKENS); in nios2_append_arg()
3222 gas_assert ((start + num) < NIOS2_MAX_INSN_TOKENS); in nios2_insert_arg()
3225 for (i = NIOS2_MAX_INSN_TOKENS; i - num >= start; --i) in nios2_insert_arg()