HomeSort by: relevance | last modified time | path
    Searched defs:opnd_cnt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 2100 int opnd_cnt, last_opnd_cnt;
2117 opnd_cnt = 0;
2120 while (xtensa_operand_is_visible (isa, opcode, opnd_cnt) == 0)
2122 opnd_cnt += 1;
2135 gas_assert (opnd_cnt > 0);
2145 if (opnd_cnt >= opcode_operand_count)
2150 gas_assert (opnd_cnt < MAX_INSN_ARGS);
2152 expression_maybe_register (opcode, opnd_cnt, tok);
2157 if (xtensa_operand_is_register (isa, opcode, opnd_cnt) == 1)
2159 num_regs = xtensa_operand_num_regs (isa, opcode, opnd_cnt) - 1
2096 int opnd_cnt, last_opnd_cnt; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 2100 int opnd_cnt, last_opnd_cnt;
2117 opnd_cnt = 0;
2120 while (xtensa_operand_is_visible (isa, opcode, opnd_cnt) == 0)
2122 opnd_cnt += 1;
2135 gas_assert (opnd_cnt > 0);
2145 if (opnd_cnt >= opcode_operand_count)
2150 gas_assert (opnd_cnt < MAX_INSN_ARGS);
2152 expression_maybe_register (opcode, opnd_cnt, tok);
2157 if (xtensa_operand_is_register (isa, opcode, opnd_cnt) == 1)
2159 num_regs = xtensa_operand_num_regs (isa, opcode, opnd_cnt) - 1
2096 int opnd_cnt, last_opnd_cnt; local
    [all...]

Completed in 29 milliseconds