HomeSort by relevance Sort by last modified time
    Searched refs:current_optab (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
tic30-dis.c 81 insn_template *current_optab = (insn_template *) tic30_optab; local
83 for (; current_optab < tic30_optab_end; current_optab++)
85 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
87 if (current_optab->operands == 0)
89 if (current_optab->base_opcode == insn_word)
91 insn->tm = current_optab;
95 else if ((current_optab->base_opcode & NORMAL_IDEN) == (insn_word & NORMAL_IDEN))
97 insn->tm = current_optab;
108 partemplate *current_optab = (partemplate *) tic30_paroptab local
128 partemplate *current_optab = (partemplate *) tic30_paroptab; local
148 insn_template *current_optab = (insn_template *) tic30_optab; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic30.c 119 const insn_template *current_optab = tic30_optab; local
121 for (; current_optab < tic30_optab_end; current_optab++)
123 hash_err = hash_insert (op_hash, current_optab->name,
124 (char *) current_optab);
127 current_optab->name, hash_err);
    [all...]

Completed in 240 milliseconds