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

  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 3881 int target_op = -1;
3893 target_op = i;
3897 if (target_op == -1)
3900 if (insn->ntok <= target_op)
3903 if (insn->tok[target_op].X_op != O_symbol)
3906 sym = insn->tok[target_op].X_add_symbol;
3910 if (insn->tok[target_op].X_add_number != 0)
3873 int target_op = -1; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 3881 int target_op = -1;
3893 target_op = i;
3897 if (target_op == -1)
3900 if (insn->ntok <= target_op)
3903 if (insn->tok[target_op].X_op != O_symbol)
3906 sym = insn->tok[target_op].X_add_symbol;
3910 if (insn->tok[target_op].X_add_number != 0)
3873 int target_op = -1; local

Completed in 67 milliseconds